immediately derives into leaf node


URI

http://semanticscience.org/resource/immediatelyDerivesInto

Label

immediately derives into

Description

a immediately derives into b if and only if a or some significant part thereof is consumed in the formation of b and there are no identifiable intermediate entities between a and b.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) immediately derives into owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:immediatelyDerivesInto a owl:ObjectProperty ;
    rdfs:label "immediately derives into"@en ;
    dct:description "a immediately derives into b if and only if a or some significant part thereof is consumed in the formation of b and there are no identifiable intermediate entities between a and b."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:derivesInto ;
    owl:inverseOf sio:isImmediatelyDerivedFrom .