https://w3id.org/DLTOntology#BusinessSector
Instances of DLTOntology:BusinessSector can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class DLTOntology:BusinessSector | |||
| DLTOntology:hasUseCase | owl:ObjectProperty | This property is used to show which use cases could be used in a selected industry. Not all forms of usage of distributed ledger systems are fit for all types of business. | DLTOntology:UseCase |
@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:BusinessSector a owl:Class ;
rdfs:label "BusinessSector" ;
rdfs:subClassOf owl:Thing .