@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/1026680> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eric Neveux" ;
    ns1:birthDate "1972-02"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/2977295/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eric Neveux" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2006063704>,
        <http://www.wikidata.org/entity/Q3591294>,
        <https://musicbrainz.org/artist/7737e6b2-64e8-4e78-b1bd-2b5fb589727b> .

