@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/1000646> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emile Pessard" ;
    ns1:birthDate "1843-05-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1917-02-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Emile Pessard" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%89mile_Pessard>,
        <http://id.loc.gov/authorities/names/no89003974>,
        <http://www.wikidata.org/entity/Q286316>,
        <https://musicbrainz.org/artist/d4c91699-70ef-42b0-8afc-03d59fde7fa5> .

