@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/45269> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paco Peña" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/1> ;
    ns1:birthDate "1942-06-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2519240/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Paco Peña" ;
    skos:exactMatch <http://dbpedia.org/resource/Paco_Pe%C3%B1a>,
        <http://www.wikidata.org/entity/Q1244961>,
        <https://id.loc.gov/authorities/n85133797>,
        <https://musicbrainz.org/artist/c378b6a4-8e86-41df-b6ae-b2e78b4ff4b9> .

