@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/1005818> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pablo Sorozábal" ;
    ns1:birthDate "1897-09-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3110044/> ;
    ns1:deathDate "1988-12-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pablo Sorozábal" ;
    skos:exactMatch <http://dbpedia.org/resource/Pablo_Soroz%C3%A1bal>,
        <http://id.loc.gov/authorities/names/n83139619>,
        <http://www.wikidata.org/entity/Q2206252>,
        <https://musicbrainz.org/artist/e61fbd9f-2666-4e7a-9c81-99e6775118be> .

