@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/1029170> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thomas Gray" ;
    ns1:birthDate "1716-12-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/12048351/> ;
    ns1:deathDate "1771-07-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Thomas Gray" ;
    skos:exactMatch <http://dbpedia.org/resource/Thomas_Gray>,
        <http://www.wikidata.org/entity/Q315516>,
        <https://id.loc.gov/authorities/n79089789>,
        <https://musicbrainz.org/artist/f3c9aca5-1e85-4bf5-8ae6-03c6f20e9f1c> .

