@prefix ns1: <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/1002112> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pedro Iturralde" ;
    ns1:birthDate "1929-07-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3122667/> ;
    ns1:deathDate "2020-11-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pedro Iturralde" ;
    skos:exactMatch <http://dbpedia.org/resource/Pedro_Iturralde>,
        <http://id.loc.gov/authorities/names/n97043449>,
        <http://www.wikidata.org/entity/Q1860517>,
        <https://musicbrainz.org/artist/2962fedb-a5b5-4c17-a39d-8db257d48cd9> .

