has component part leaf node


URI

http://semanticscience.org/resource/hasComponentPart

Label

has component part

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has component part 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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:hasComponentPart a owl:ObjectProperty ;
    rdfs:label "has component part"@en ;
    dct:description "has component part is a relation between a whole and a component part where the component is instrinsic to the whole, and loss of the part would change the kind that it is."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:hasDirectPart ;
    skos:example "a human has blood as a component part"@en .