@prefix bartoc: <https://bartoc.org/en/node/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bartoc dcterms:hasPart bartoc:20423 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:whg .

bioregistry:whg a bioregistry.schema:0000001 ;
    rdfs:label "World Historical Gazetteer" ;
    dcterms:description "World Historical Gazetteer (WHG) is providing a collection of content and services that permit world historians, their students, and the general public to do spatial and temporal reasoning and visualization in a data rich environment at global and trans-regional scales."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bartoc:20423 ;
    foaf:homepage <https://whgazetteer.org/> ;
    bioregistry.schema:0000005 "12492249"^^xsd:string ;
    bioregistry.schema:0000006 "https://whgazetteer.org/places/$1/portal"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/whg:"^^xsd:string ;
    bioregistry.schema:0000027 <https://whgazetteer.org/places/12492249/portal> ;
    bioregistry.schema:0000029 "whg" .

bartoc:20423 dcterms:isPartOf bioregistry.metaresource:bartoc .

