https://w3id.org/DLTOntology#Voting
Instances of DLTOntology:Voting can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:Voting a owl:Class ;
rdfs:label "Voting" ;
rdfs:subClassOf :RecordKeeping .