@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/1001956> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Isaac Albéniz" ;
    ns1:birthDate "1860-05-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3126722/> ;
    ns1:deathDate "1909-05-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Isaac Albéniz" ;
    skos:exactMatch <http://dbpedia.org/resource/Isaac_Alb%C3%A9niz>,
        <http://id.loc.gov/authorities/names/n80034061>,
        <http://www.wikidata.org/entity/Q185812>,
        <https://musicbrainz.org/artist/0a46cf2a-61bd-447d-b8fd-a2b32eb20282> .

