@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/1015537> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Léo Poll" ;
    ns1:birthDate "1899-01-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/698740/> ;
    ns1:deathDate "1988-11-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Léo Poll" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1750475>,
        <https://id.loc.gov/authorities/n2012023444>,
        <https://musicbrainz.org/artist/bba63b5b-c07e-43c7-a7fb-2b43879a4b54> .

