DLTOntology:RightToInformation leaf node


URI

https://w3id.org/DLTOntology#RightToInformation

Label

RightToInformation

Usage

Instances of DLTOntology:RightToInformation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class DLTOntology:UseCase
DLTOntology:hasBusinessSector owl:ObjectProperty Distributed ledger technology can be used to realize a variety of different use cases. However, not all of them are a fit for any field or industry. This property highlights the connection between a use case and the specific business sector/industry it is used in. DLTOntology:BusinessSector

Implementation

@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:RightToInformation a owl:Class ;
    rdfs:label "RightToInformation" ;
    rdfs:subClassOf :HumanRightsAndContributions .