@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/1017783> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lou Handman" ;
    ns1:birthDate "1894-09-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1956-12-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lou Handman" ;
    skos:exactMatch <http://dbpedia.org/resource/Lou_Handman>,
        <http://id.loc.gov/authorities/names/no2002102121>,
        <http://www.wikidata.org/entity/Q1871297>,
        <https://musicbrainz.org/artist/3adf88ae-d96a-4993-a5d1-60d5a54c5209> .

