@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://uri.etsi.org/ngsi-ld/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <https://schema.org/> . ns0:ObservationCollection metadata_def:mappingLoom "collectionofobservations" ; metadata_def:mappingSameURI ns0:ObservationCollection ; metadata_def:prefLabel "Collection of observations" ; metadata:prefixIRI "sosa:ObservationCollection" ; a owl:Class ; rdfs:comment "Collection of observations, typically with one or more property shared by all of its members" ; rdfs:isDefinedBy <http://www.w3.org/ns/ssn/ext/> ; rdfs:label "Collection of observations" ; rdfs:subClassOf ns1:Entity . ns0:hasFeatureOfInterest ns2:domainIncludes ns0:ObservationCollection . ns0:hasMember rdfs:domain ns0:ObservationCollection ; ns2:domainIncludes ns0:ObservationCollection ; ns2:rangeIncludes ns0:ObservationCollection . ns0:madeBySensor ns2:domainIncludes ns0:ObservationCollection . ns0:observedProperty ns2:domainIncludes ns0:ObservationCollection . ns0:phenomenonTime ns2:domainIncludes ns0:ObservationCollection . ns0:resultTime ns2:domainIncludes ns0:ObservationCollection . ns0:usedProcedure ns2:domainIncludes ns0:ObservationCollection .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://uri.etsi.org/ngsi-ld/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <https://schema.org/> .

ns0:ObservationCollection
    metadata_def:mappingLoom "collectionofobservations" ;
    metadata_def:mappingSameURI ns0:ObservationCollection ;
    metadata_def:prefLabel "Collection of observations" ;
    metadata:prefixIRI "sosa:ObservationCollection" ;
    a owl:Class ;
    rdfs:comment "Collection of observations, typically with one or more property shared by all of its members" ;
    rdfs:isDefinedBy <http://www.w3.org/ns/ssn/ext/> ;
    rdfs:label "Collection of observations" ;
    rdfs:subClassOf ns1:Entity .

ns0:hasFeatureOfInterest
    ns2:domainIncludes ns0:ObservationCollection .

ns0:hasMember
    rdfs:domain ns0:ObservationCollection ;
    ns2:domainIncludes ns0:ObservationCollection ;
    ns2:rangeIncludes ns0:ObservationCollection .

ns0:madeBySensor
    ns2:domainIncludes ns0:ObservationCollection .

ns0:observedProperty
    ns2:domainIncludes ns0:ObservationCollection .

ns0:phenomenonTime
    ns2:domainIncludes ns0:ObservationCollection .

ns0:resultTime
    ns2:domainIncludes ns0:ObservationCollection .

ns0:usedProcedure
    ns2:domainIncludes ns0:ObservationCollection .