@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/1019846> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hal David" ;
    ns1:birthDate "1921-05-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "2012-09-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Hal David" ;
    skos:exactMatch <http://dbpedia.org/resource/Hal_David>,
        <http://id.loc.gov/authorities/names/n80050146>,
        <http://www.wikidata.org/entity/Q449030>,
        <https://musicbrainz.org/artist/41f5d2cd-672b-460e-8ab6-e29db2f1e088> .

