@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.semanticweb.org/tome/ontologies/2018/3/ISO-FOOD#> . @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/> . ns0:GeoLocation metadata_def:mappingLoom "geolocation" ; metadata_def:mappingSameURI ns0:GeoLocation ; metadata_def:prefLabel "GeoLocation" ; metadata:prefixIRI "GeoLocation" ; a owl:Class ; rdfs:subClassOf owl:Thing . ns0:geo_1 a ns0:GeoLocation . ns0:geo_2 a ns0:GeoLocation . ns0:geo_3 a ns0:GeoLocation . ns0:geo_4 a ns0:GeoLocation . ns0:hasGeoLocation rdfs:range ns0:GeoLocation . ns0:hasGeology rdfs:domain ns0:GeoLocation . ns0:hasPedology rdfs:domain ns0:GeoLocation .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.semanticweb.org/tome/ontologies/2018/3/ISO-FOOD#> .
@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/> .

ns0:GeoLocation
    metadata_def:mappingLoom "geolocation" ;
    metadata_def:mappingSameURI ns0:GeoLocation ;
    metadata_def:prefLabel "GeoLocation" ;
    metadata:prefixIRI "GeoLocation" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .

ns0:geo_1
    a ns0:GeoLocation .

ns0:geo_2
    a ns0:GeoLocation .

ns0:geo_3
    a ns0:GeoLocation .

ns0:geo_4
    a ns0:GeoLocation .

ns0:hasGeoLocation
    rdfs:range ns0:GeoLocation .

ns0:hasGeology
    rdfs:domain ns0:GeoLocation .

ns0:hasPedology
    rdfs:domain ns0:GeoLocation .