@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/204> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eric Blau" ;
    ns1:birthDate "1921-06-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5282804/> ;
    ns1:deathDate "2009-02-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/661>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Eric Blau" ;
    skos:exactMatch <http://dbpedia.org/resource/Eric_Blau>,
        <http://id.loc.gov/authorities/names/n88651665>,
        <http://www.wikidata.org/entity/Q1287508>,
        <https://musicbrainz.org/artist/9beb3aa1-000c-4bc4-b8d5-921e2d66ffd2> .

