has direct part


URI

http://semanticscience.org/resource/hasDirectPart

Label

has direct part

Description

has direct part is a relation to specify a part at a particular level of granularity

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has direct 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:hasDirectPart a owl:ObjectProperty ;
    rdfs:label "has direct part"@en ;
    dct:description "has direct part is a relation to specify a part at a particular level of granularity"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:hasProperPart ;
    owl:inverseOf sio:isDirectPartOf ;
    skos:example "a car has an engine as a direct part"@en .