sulo:isDirectPartOf leaf node


URI

https://w3id.org/sulo/isDirectPartOf

Label

is direct part of

Description

is direct part is a non-transitive parthood relation that can be used to specify cardinality constraints between a part and its whole.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) sulo:isDirectPartOf owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sulo: <https://w3id.org/sulo/> .

sulo:isDirectPartOf a owl:ObjectProperty ;
    rdfs:label "is direct part of"@en ;
    rdfs:comment "is direct part is a non-transitive parthood relation that can be used to specify cardinality constraints between a part and its whole."@en ;
    rdfs:subPropertyOf sulo:isPartOf .