@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/ontouml#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://w3id.org/> . ns0:aggregationKind a owl:ObjectProperty ; rdfs:comment "Characterizes an ontouml:Property with an ontouml:AggregationKind instance, i.e., indicates whether the ontouml:Property is a simple (ontouml:none), a shared (ontouml:shared), or a composite (ontouml:composite) property."@en ; rdfs:domain ns0:Property ; rdfs:isDefinedBy ns1:ontouml ; rdfs:label "aggregationKind"@en ; rdfs:range ns0:AggregationKind .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/ontouml#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://w3id.org/> .

ns0:aggregationKind
    a owl:ObjectProperty ;
    rdfs:comment "Characterizes an ontouml:Property with an ontouml:AggregationKind instance, i.e., indicates whether the ontouml:Property is a simple (ontouml:none), a shared (ontouml:shared), or a composite (ontouml:composite) property."@en ;
    rdfs:domain ns0:Property ;
    rdfs:isDefinedBy ns1:ontouml ;
    rdfs:label "aggregationKind"@en ;
    rdfs:range ns0:AggregationKind .