@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix : <http://www.w3.org/2004/02/skos/core#> .

<http://vocab.getty.edu/tgn/>
    <http://purl.org/dc/terms/created> "2014-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <http://purl.org/dc/terms/creator> <http://www.getty.edu/research/>, <http://www.ontotext.com> ;
    <http://purl.org/vocab/vann/preferredNamespacePrefix> "tgn" ;
    <http://purl.org/vocab/vann/preferredNamespaceUri> "http://vocab.getty.edu/tgn/" ;
    a :ConceptScheme ;
    rdfs:comment "The Thesaurus of Geographic Names concept scheme" ;
    rdfs:label "Thesaurus of Geographic Names" ;
    rdfs:seeAlso <http://vocab.getty.edu/>, <http://vocab.getty.edu/.well-known/void>, <http://www.getty.edu/research/tools/vocabularies/lod/> ;
    <http://xmlns.com/foaf/0.1/homepage> <http://www.getty.edu/research/tools/vocabularies/tgn/> .

