@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/1003917> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ernest Guiraud" ;
    ns1:birthDate "1837-06-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4335045/> ;
    ns1:deathDate "1892-05-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ernest Guiraud" ;
    skos:exactMatch <http://dbpedia.org/resource/Ernest_Guiraud>,
        <http://www.wikidata.org/entity/Q727341>,
        <https://id.loc.gov/authorities/names/n81020087>,
        <https://musicbrainz.org/artist/6f113697-a743-480a-9064-1de04c4faebf> .

