@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/1009412> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gabriel Fauré" ;
    ns1:birthDate "1845-05-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988670/> ;
    ns1:deathDate "1924-11-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/edt> ;
    ns1:name "Gabriel Fauré" ;
    skos:exactMatch <http://dbpedia.org/resource/Gabriel_Faur%C3%A9>,
        <http://id.loc.gov/authorities/names/n81018450>,
        <http://musicbrainz.org/artist/fa19a8b6-e7f4-40d4-af15-7a7c41ac7d8f>,
        <http://www.wikidata.org/entity/Q104919> .

