@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/33593> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Marc-André Hamelin" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1961-09-05"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/6077243/> ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Marc-André Hamelin" ;
    skos:exactMatch <http://dbpedia.org/resource/Marc-Andr%C3%A9_Hamelin>,
        <http://id.loc.gov/authorities/names/n89614409>,
        <http://musicbrainz.org/artist/28bdba1f-35c9-4c13-a728-7a72ea37b3ea>,
        <http://www.wikidata.org/entity/Q45189> .

