@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/1007236> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jesús Guridi" ;
    ns1:birthDate "1886-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3104499/> ;
    ns1:deathDate "1961-04-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jesús Guridi" ;
    skos:exactMatch <http://dbpedia.org/resource/Jes%C3%BAs_Guridi>,
        <http://id.loc.gov/authorities/names/n85374267>,
        <http://www.wikidata.org/entity/Q978147>,
        <https://musicbrainz.org/artist/c6b60ff3-f4eb-4b7c-8c70-5cb8ac5b8baa> .

