@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/1027465> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adolphe d' Ennery" ;
    ns1:birthDate "1811-06-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1899-01-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Adolphe d' Ennery" ;
    skos:exactMatch <http://dbpedia.org/resource/Adolphe_d%27Ennery>,
        <http://www.wikidata.org/entity/Q137819>,
        <https://id.loc.gov/authorities/names/n82025089>,
        <https://musicbrainz.org/artist/1800b6d9-fd06-4c23-8ac1-a3cfd3b31f08> .

