@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ontology.dumontierlab.com/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.ifomis.org/bfo/1.0/snap#> . ns0:derivesFrom ns0:example "glucose-6-phosphate derivesFrom glucose in glucose metabolism" ; a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:comment "A transitive, temporal relation in which one continuant derives from another non-identical continuant." ; rdfs:domain ns1:Continuant ; rdfs:label "derives from" ; rdfs:range ns1:Continuant ; rdfs:subPropertyOf ns0:derivativeOf ; owl:inverseOf ns0:derivesInto . ns0:immediatelyDerivesFrom rdfs:subPropertyOf ns0:derivesFrom .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ontology.dumontierlab.com/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.ifomis.org/bfo/1.0/snap#> .

ns0:derivesFrom
    ns0:example "glucose-6-phosphate derivesFrom glucose in glucose metabolism" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "A transitive, temporal relation in which one continuant derives from another non-identical continuant." ;
    rdfs:domain ns1:Continuant ;
    rdfs:label "derives from" ;
    rdfs:range ns1:Continuant ;
    rdfs:subPropertyOf ns0:derivativeOf ;
    owl:inverseOf ns0:derivesInto .

ns0:immediatelyDerivesFrom
    rdfs:subPropertyOf ns0:derivesFrom .