is component part of leaf node


URI

http://semanticscience.org/resource/isComponentPartOf

Label

is component part of

Description

is component part of is a relation between a component and a whole, where the component is instrinsic to the whole, and loss of the part would change the kind that the whole is.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is component part of 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:isComponentPartOf a owl:ObjectProperty ;
    rdfs:label "is component part of"@en ;
    dct:description "is component part of is a relation between a component and a whole, where the component is instrinsic to the whole, and loss of the part would change the kind that the whole is."@en ;
    sio:subset "core" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isDirectPartOf ;
    owl:inverseOf sio:hasComponentPart .