@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/23839> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jordi Savall" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/1403>,
        <http://data.carnegiehall.org/instruments/1441>,
        <http://data.carnegiehall.org/instruments/372>,
        <http://data.carnegiehall.org/instruments/445>,
        <http://data.carnegiehall.org/instruments/449>,
        <http://data.carnegiehall.org/instruments/847>,
        <http://data.carnegiehall.org/instruments/941> ;
    ns1:birthDate "1941-08-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3120431/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jordi Savall" ;
    skos:exactMatch <http://dbpedia.org/resource/Jordi_Savall>,
        <http://id.loc.gov/authorities/names/n81146909>,
        <http://www.wikidata.org/entity/Q317182>,
        <https://musicbrainz.org/artist/9a4bb654-35c5-4c88-8460-39d5bb01aa57> .

