@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/1010491> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emile Bernard" ;
    ns1:birthDate "1843-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2995469/> ;
    ns1:deathDate "1902-09-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Emile Bernard" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%89mile_Bernard_(composer)>,
        <http://www.wikidata.org/entity/Q274922>,
        <https://id.loc.gov/authorities/names/no95033652>,
        <https://musicbrainz.org/artist/dd74d32a-a267-4bb8-9dce-48a5ac9995df> .

