DLTOntology:comesFrom leaf node


URI

https://w3id.org/DLTOntology#comesFrom

Label

comesFrom

Description

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.

Usage

DOMAINPROPERTYRANGE
DLTOntology:IndustryInitiative DLTOntology:comesFrom 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#> .

:comesFrom a owl:ObjectProperty ;
    rdfs:label "comesFrom" ;
    rdfs:comment "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." ;
    rdfs:domain :IndustryInitiative ;
    rdfs:range :BusinessSector ;
    rdfs:subPropertyOf owl:topObjectProperty .