@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/1010523> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Albéric Magnard" ;
    ns1:birthDate "1865-06-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1914-09-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Albéric Magnard" ;
    skos:exactMatch <http://dbpedia.org/resource/Alb%C3%A9ric_Magnard>,
        <http://www.wikidata.org/entity/Q982192>,
        <https://id.loc.gov/authorities/names/n81149289>,
        <https://musicbrainz.org/artist/a80496e7-c1d8-4aa3-96c1-c56b1582d2b8> .

