@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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:ObservationCollection metadata_def:mappingLoom "observationcollection" ; metadata_def:mappingSameURI ns0:ObservationCollection ; metadata_def:prefLabel "Observation Collection"@en ; metadata:prefixIRI "coswot:ObservationCollection" ; a owl:Class ; rdfs:comment "Collection of one or more observations or observation collections, i.e. collections may be nested."@en ; rdfs:isDefinedBy ns1:aggregations ; rdfs:label "Observation Collection"@en ; rdfs:subClassOf ns0:ProcedureExecutionCollection . ns0:hasMember rdfs:domain ns0:ObservationCollection .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:ObservationCollection
    metadata_def:mappingLoom "observationcollection" ;
    metadata_def:mappingSameURI ns0:ObservationCollection ;
    metadata_def:prefLabel "Observation Collection"@en ;
    metadata:prefixIRI "coswot:ObservationCollection" ;
    a owl:Class ;
    rdfs:comment "Collection of one or more observations or observation collections, i.e. collections may be nested."@en ;
    rdfs:isDefinedBy ns1:aggregations ;
    rdfs:label "Observation Collection"@en ;
    rdfs:subClassOf ns0:ProcedureExecutionCollection .

ns0:hasMember
    rdfs:domain ns0:ObservationCollection .