@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/1005506> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francisco Tárrega" ;
    ns1:birthDate "1852-11-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2509509/> ;
    ns1:deathDate "1909-12-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Francisco Tárrega" ;
    skos:exactMatch <http://dbpedia.org/resource/Francisco_T%C3%A1rrega>,
        <http://id.loc.gov/authorities/names/n81118760>,
        <http://musicbrainz.org/artist/59bdd84b-28dd-4aef-bb5b-2e2c98997b10>,
        <http://www.wikidata.org/entity/Q313372> .

