@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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <https://w3id.org/> . ns0:AggregationKind metadata_def:mappingLoom "aggregationkind" ; metadata_def:mappingSameURI ns0:AggregationKind ; metadata_def:prefLabel "AggregationKind"@en ; a owl:Class ; rdfs:comment "Groups all possible aggregation kinds to which an ontouml:Property can be related."@en, "This class is an enumeration of its individuals, which are: ontouml:composite, ontouml:none, and ontouml:shared."@en ; rdfs:isDefinedBy ns1:ontouml ; rdfs:label "AggregationKind"@en ; rdfs:subClassOf owl:Thing . ns0:aggregationKind rdfs:range ns0:AggregationKind . ns0:composite a ns0:AggregationKind . ns0:none a ns0:AggregationKind . ns0:shared a 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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <https://w3id.org/> .

ns0:AggregationKind
    metadata_def:mappingLoom "aggregationkind" ;
    metadata_def:mappingSameURI ns0:AggregationKind ;
    metadata_def:prefLabel "AggregationKind"@en ;
    a owl:Class ;
    rdfs:comment "Groups all possible aggregation kinds to which an ontouml:Property can be related."@en, "This class is an enumeration of its individuals, which are: ontouml:composite, ontouml:none, and ontouml:shared."@en ;
    rdfs:isDefinedBy ns1:ontouml ;
    rdfs:label "AggregationKind"@en ;
    rdfs:subClassOf owl:Thing .

ns0:aggregationKind
    rdfs:range ns0:AggregationKind .

ns0:composite
    a ns0:AggregationKind .

ns0:none
    a ns0:AggregationKind .

ns0:shared
    a ns0:AggregationKind .