@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . @prefix ns2: <https://w3id.org/coswot/core/aggregations/> . ns0:AggregationKind metadata_def:mappingLoom "aggregationkind" ; metadata_def:mappingSameURI ns0:AggregationKind ; metadata_def:prefLabel "Aggregation Kind"@en ; metadata:prefixIRI "coswot:AggregationKind" ; a owl:Class ; rdfs:comment "The class of kinds of aggregations, that a property can be associated with using OP coswot:hasAggregationKind"@en ; rdfs:isDefinedBy ns1:aggregations ; rdfs:label "Aggregation Kind"@en ; rdfs:seeAlso ns2:aggregation_kind_thesaurus ; rdfs:subClassOf skos:Concept . ns0:hasAggregationKind rdfs:range ns0:AggregationKind .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .
@prefix ns2: <https://w3id.org/coswot/core/aggregations/> .

ns0:AggregationKind
    metadata_def:mappingLoom "aggregationkind" ;
    metadata_def:mappingSameURI ns0:AggregationKind ;
    metadata_def:prefLabel "Aggregation Kind"@en ;
    metadata:prefixIRI "coswot:AggregationKind" ;
    a owl:Class ;
    rdfs:comment "The class of kinds of aggregations, that a property can be associated with using OP coswot:hasAggregationKind"@en ;
    rdfs:isDefinedBy ns1:aggregations ;
    rdfs:label "Aggregation Kind"@en ;
    rdfs:seeAlso ns2:aggregation_kind_thesaurus ;
    rdfs:subClassOf skos:Concept .

ns0:hasAggregationKind
    rdfs:range ns0:AggregationKind .