DLTOntology:BusinessSector leaf node


URI

https://w3id.org/DLTOntology#BusinessSector

Label

BusinessSector

Usage

Instances of DLTOntology:BusinessSector can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

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#> .

:BusinessSector a owl:Class ;
    rdfs:label "BusinessSector" ;
    rdfs:subClassOf owl:Thing .