@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://csopralibs.org#> . @prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> . @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:GeographicCoordinates metadata_def:mappingLoom "geographiccoordinates" ; metadata_def:mappingSameURI ns0:GeographicCoordinates ; metadata:prefixIRI "csopra:GeographicCoordinates" ; ns1:hasMeasurement ns0:Latitude, ns0:Longitude ; ns1:ofEntity ns0:Variable ; a ns1:Observation, owl:Class, owl:NamedIndividual ; rdfs:label "GeographicCoordinates" ; rdfs:subClassOf owl:Thing ; skos:altLabel "Geographic coordinates", "GeographicCoordinates", "geographic coordinates", "geographiccoordinates" ; skos:prefLabel "Geographic coordinates" . ns0:location rdfs:range ns0:GeographicCoordinates .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://csopralibs.org#> .
@prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> .
@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:GeographicCoordinates
    metadata_def:mappingLoom "geographiccoordinates" ;
    metadata_def:mappingSameURI ns0:GeographicCoordinates ;
    metadata:prefixIRI "csopra:GeographicCoordinates" ;
    ns1:hasMeasurement ns0:Latitude, ns0:Longitude ;
    ns1:ofEntity ns0:Variable ;
    a ns1:Observation, owl:Class, owl:NamedIndividual ;
    rdfs:label "GeographicCoordinates" ;
    rdfs:subClassOf owl:Thing ;
    skos:altLabel "Geographic coordinates", "GeographicCoordinates", "geographic coordinates", "geographiccoordinates" ;
    skos:prefLabel "Geographic coordinates" .

ns0:location
    rdfs:range ns0:GeographicCoordinates .