DLTOntology:IndustryInitiative leaf node


URI

https://w3id.org/DLTOntology#IndustryInitiative

Label

IndustryInitiatives

Usage

Instances of DLTOntology:IndustryInitiative can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class DLTOntology:IndustryInitiative
DLTOntology:comesFrom owl:ObjectProperty It is entirely possible for several organizations of an industry form an initiative to steer and develop the future of distributed ledger technology within that industry in a common effort. This property shows the origins of an industry initiative with regards to the industry of involved parties. DLTOntology:BusinessSector
From class DLTOntology:StandardizationOrganization
DLTOntology:createsStandard owl:ObjectProperty Behind every normative reference material and standardization there is an organization with the needed authority to publish such material, which can be either a national institute or an international organization. This property links a standard to its organization. DLTOntology:Standard

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:IndustryInitiative a owl:Class ;
    rdfs:label "IndustryInitiatives"^^xsd:string ;
    rdfs:subClassOf :StandardizationOrganization .