@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/85792> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Sandrine Piau" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/61> ;
    ns2:birthDate "1965-06-05"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/3012649/> ;
    ns2:name "Sandrine Piau" ;
    skos:exactMatch <http://dbpedia.org/resource/Sandrine_Piau>,
        <http://id.loc.gov/authorities/names/nr91041878>,
        <http://www.wikidata.org/entity/Q509545>,
        <https://musicbrainz.org/artist/8edb9f7e-7a63-452f-aa96-1e7f4b3bb8c2> .

