@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:geonames.feature .

bioregistry:geonames.feature a bioregistry.schema:0000001 ;
    rdfs:label "GeoNames Feature Code" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "All geographical features in GeoNames are categorized into one out of nine feature classes and further subcategorized into one out of 645 feature codes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "geography",
        "ontology" ;
    foaf:homepage <https://www.geonames.org/export/codes.html> ;
    bioregistry.schema:0000005 "ADM1"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.geonames.org/recent-changes/featurecode/$1/"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/geonames.feature/geonames.feature.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Marc Wick" ;
            foaf:mbox "marc@geonames.org" ] ;
    bioregistry.schema:0000024 "https://bioregistry.io/geonames.feature:"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.geonames.org/recent-changes/featurecode/ADM1/> ;
    bioregistry.schema:0000029 "geonames.feature" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

