@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/1001754> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ernest Pingoud" ;
    ns1:birthDate "1888-10-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "1942-06-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ernest Pingoud" ;
    skos:exactMatch <http://dbpedia.org/resource/Ernest_Pingoud>,
        <http://www.wikidata.org/entity/Q3057147>,
        <https://id.loc.gov/authorities/names/n90656045>,
        <https://musicbrainz.org/artist/70301fa7-5788-4005-a856-631ccfafca32> .

