@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/> . @prefix ns1: <http://www.opengis.net/ont/> . @prefix ns2: <http://www.opengis.net/spec/geosparql/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns3: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix ns4: <http://www.opengis.net/ont/sf#> . @prefix ns5: <http://foodie-cloud.com/model/foodie#> . ns5:alertGeometry rdfs:range ns0:Geometry . ns5:cropArea rdfs:range ns0:Geometry . ns5:interventionGeometry rdfs:range ns0:Geometry . ns0:Feature owl:disjointWith ns0:Geometry . ns0:Geometry metadata_def:mappingLoom "geometry" ; metadata_def:mappingSameURI ns0:Geometry ; metadata:prefixIRI "geo:Geometry" ; dct:contributor "Matthew Perry" ; dct:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; dct:date "2011-06-16"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:description """ The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types. """@en ; a owl:Class ; rdfs:comment """ The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types. """@en ; rdfs:isDefinedBy ns1:geosparql, <http://www.opengis.net/spec/geosparql/1.0> ; rdfs:label "Geometry"@en ; rdfs:subClassOf ns0:SpatialObject ; skos:definition """ The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types. """@en ; skos:prefLabel "Geometry"@en . ns0:asWKT rdfs:domain ns0:Geometry . ns0:hasGeometry rdfs:range ns0:Geometry . ns0:hasSerialization rdfs:domain ns0:Geometry . ns4:Geometry rdfs:subClassOf ns0:Geometry . ns3:Point rdfs:subClassOf ns0:Geometry .
@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/> .
@prefix ns1: <http://www.opengis.net/ont/> .
@prefix ns2: <http://www.opengis.net/spec/geosparql/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns3: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns4: <http://www.opengis.net/ont/sf#> .
@prefix ns5: <http://foodie-cloud.com/model/foodie#> .

ns5:alertGeometry
    rdfs:range ns0:Geometry .

ns5:cropArea
    rdfs:range ns0:Geometry .

ns5:interventionGeometry
    rdfs:range ns0:Geometry .

ns0:Feature
    owl:disjointWith ns0:Geometry .

ns0:Geometry
    metadata_def:mappingLoom "geometry" ;
    metadata_def:mappingSameURI ns0:Geometry ;
    metadata:prefixIRI "geo:Geometry" ;
    dct:contributor "Matthew Perry" ;
    dct:creator "OGC GeoSPARQL 1.0 Standard Working Group" ;
    dct:date "2011-06-16"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:description """
      The class represents the top-level geometry type. This class is 
      equivalent to the UML class GM_Object defined in ISO 19107, and 
      it is superclass of all geometry types.
    """@en ;
    a owl:Class ;
    rdfs:comment """
      The class represents the top-level geometry type. This class is 
      equivalent to the UML class GM_Object defined in ISO 19107, and 
      it is superclass of all geometry types.
    """@en ;
    rdfs:isDefinedBy ns1:geosparql, <http://www.opengis.net/spec/geosparql/1.0> ;
    rdfs:label "Geometry"@en ;
    rdfs:subClassOf ns0:SpatialObject ;
    skos:definition """
      The class represents the top-level geometry type. This class is 
      equivalent to the UML class GM_Object defined in ISO 19107, and 
      it is superclass of all geometry types.
    """@en ;
    skos:prefLabel "Geometry"@en .

ns0:asWKT
    rdfs:domain ns0:Geometry .

ns0:hasGeometry
    rdfs:range ns0:Geometry .

ns0:hasSerialization
    rdfs:domain ns0:Geometry .

ns4:Geometry
    rdfs:subClassOf ns0:Geometry .

ns3:Point
    rdfs:subClassOf ns0:Geometry .