@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/6465> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hugues Cuénod" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns1:birthDate "1902-06-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8533404/> ;
    ns1:deathDate "2010-12-06"^^xsd:date ;
    ns1:name "Hugues Cuénod" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n80113326>,
        <http://www.wikidata.org/entity/Q663698>,
        <https://musicbrainz.org/artist/850a7381-6f61-486a-8b05-7b8e350a0138> .

