@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/1000067> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edmond Audran" ;
    ns1:birthDate "1840-04-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2996944/> ;
    ns1:deathDate "1901-08-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edmond Audran" ;
    skos:exactMatch <http://dbpedia.org/resource/Edmond_Audran>,
        <http://id.loc.gov/authorities/names/n82123515>,
        <http://www.wikidata.org/entity/Q952983>,
        <https://musicbrainz.org/artist/1515285c-1d0b-404d-a722-289ff40f248b> .

