@prefix ns1: <http://schema.org/> .
@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#> .

<http://data.carnegiehall.org/names/1004715> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Gay" ;
    ns1:birthDate "1685-09-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2656281/> ;
    ns1:deathDate "1732-12-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "John Gay" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Gay>,
        <http://id.loc.gov/authorities/names/n80045862>,
        <http://www.wikidata.org/entity/Q321660>,
        <https://musicbrainz.org/artist/b99916a0-eb72-4145-80ad-1b4516db1d5f> .

