<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.opengis.net/ont/geosparql#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://www.opengis.net/ont/geosparql#SpatialObjectCollection"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/> <skos:definition xml:lang="en">A collection of individual Spatial Objects.</skos:definition> <skos:prefLabel>Spatial Object Collection</skos:prefLabel> <metadata_def:mappingLoom>spatialobjectcollection</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObjectCollection"/> <metadata:prefixIRI>geo:SpatialObjectCollection</metadata:prefixIRI> <skos:note xml:lang="en">This is the superclass of Feature Collection and Geometry Collection.</skos:note> </owl:Class> <rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#FeatureCollection"> <rdfs:subClassOf> <rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#SpatialObjectCollection"> <metadata_def:mappingSameURI rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObjectCollection"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.opengis.net/ont/geosparql#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://www.opengis.net/ont/geosparql#SpatialObjectCollection">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
    <skos:definition xml:lang="en">A collection of individual Spatial Objects.</skos:definition>
    <skos:prefLabel>Spatial Object Collection</skos:prefLabel>
    <metadata_def:mappingLoom>spatialobjectcollection</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObjectCollection"/>
    <metadata:prefixIRI>geo:SpatialObjectCollection</metadata:prefixIRI>
    <skos:note xml:lang="en">This is the superclass of Feature Collection and Geometry Collection.</skos:note>
  </owl:Class>
  <rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#FeatureCollection">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#SpatialObjectCollection">
        <metadata_def:mappingSameURI rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObjectCollection"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
</rdf:RDF>