@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/1003795> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jerry Gray" ;
    ns1:birthDate "1915-07-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4935304/> ;
    ns1:deathDate "1976-08-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jerry Gray" ;
    skos:exactMatch <http://dbpedia.org/resource/Jerry_Gray_(arranger)>,
        <http://id.loc.gov/authorities/names/n85381312>,
        <http://www.wikidata.org/entity/Q1687824>,
        <https://musicbrainz.org/artist/8546aee9-c65c-45eb-a5b0-638f207708e5> .

