@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.opengis.net/ont/geosparql#> . @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/> . ns0:FeatureCollection rdfs:subClassOf ns0:SpatialObjectCollection . ns0:SpatialObjectCollection metadata_def:mappingLoom "spatialobjectcollection" ; metadata_def:mappingSameURI ns0:SpatialObjectCollection ; metadata:prefixIRI "geo:SpatialObjectCollection" ; a owl:Class ; rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ; rdfs:subClassOf owl:Thing ; skos:definition "A collection of individual Spatial Objects."@en ; skos:note "This is the superclass of Feature Collection and Geometry Collection."@en ; skos:prefLabel "Spatial Object Collection" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.opengis.net/ont/geosparql#> .
@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/> .

ns0:FeatureCollection
    rdfs:subClassOf ns0:SpatialObjectCollection .

ns0:SpatialObjectCollection
    metadata_def:mappingLoom "spatialobjectcollection" ;
    metadata_def:mappingSameURI ns0:SpatialObjectCollection ;
    metadata:prefixIRI "geo:SpatialObjectCollection" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "A collection of individual Spatial Objects."@en ;
    skos:note "This is the superclass of Feature Collection and Geometry Collection."@en ;
    skos:prefLabel "Spatial Object Collection" .