@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/1002311> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jay Chattaway" ;
    ns1:birthDate "1946-07-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5201688/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jay Chattaway" ;
    skos:exactMatch <http://dbpedia.org/resource/Jay_Chattaway>,
        <http://id.loc.gov/authorities/names/n93042199>,
        <http://www.wikidata.org/entity/Q639937>,
        <https://musicbrainz.org/artist/bf7469f1-2b7f-4f3e-929a-6973077a31d6> .

