@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/96812> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alain Lefèvre" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns1:birthDate "1962-07-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2986495/> ;
    ns1:name "Alain Lefèvre" ;
    skos:exactMatch <http://dbpedia.org/resource/Alain_Lef%C3%A8vre>,
        <http://id.loc.gov/authorities/names/no96004826>,
        <http://www.wikidata.org/entity/Q2830026>,
        <https://musicbrainz.org/artist/3f3d0e78-3984-4843-a66a-364fd5cde13d> .

