@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:GEO .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:GEO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:GEO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:geogeo .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.27rndz .

bioregistry.metaresource:miriam dcterms:hasPart miriam:geogeo .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:geo .

bioregistry.metaresource:ols dcterms:hasPart ols:geo .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:GEO .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q81661641 .

bioregistry:geogeo a bioregistry.schema:0000001 ;
    rdfs:label "Geographical Entity Ontology" ;
    dcterms:description "An ontology and inventory of geopolitical entities such as nations and their components (states, provinces, districts, counties) and the actual physical territories over which they have jurisdiction.  We thus distinguish and assign different identifiers to the US in \"The US declared war on Germany\" vs. the US in \"The plane entered US airspace\"."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/ufbmi/geographical-entity-ontology> ;
    skos:exactMatch aberowl:GEO,
        ontobee:GEO,
        wikidata:Q81661641,
        bioportal:GEO,
        biocontext:GEO,
        fairsharing:FAIRsharing.27rndz,
        miriam:geogeo,
        ols:geo,
        obofoundry:geo ;
    dcat:keyword "geographic location",
        "human geography",
        "obo",
        "ontology",
        "physical geography" ;
    foaf:homepage <https://github.com/ufbmi/geographical-entity-ontology/wiki> ;
    bioregistry.schema:0000005 "000000021"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/GEO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{9}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:geo.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9881-1017 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/GEO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:GEO_000000021 ;
    bioregistry.schema:0000029 "geogeo" .

orcid:0000-0002-9881-1017 rdfs:label "Bill Hogan" ;
    foaf:mbox "hoganwr@gmail.com" .

aberowl:GEO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:GEO dcterms:isPartOf bioregistry.metaresource:ontobee .

wikidata:Q81661641 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

bioportal:GEO dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:GEO dcterms:isPartOf bioregistry.metaresource:biocontext .

fairsharing:FAIRsharing.27rndz dcterms:isPartOf bioregistry.metaresource:fairsharing .

miriam:geogeo dcterms:isPartOf bioregistry.metaresource:miriam .

ols:geo dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:geo dcterms:isPartOf bioregistry.metaresource:obofoundry .

