@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/1008846> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Enrique Granados" ;
    ns1:birthDate "1867-07-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3118514/> ;
    ns1:deathDate "1916-03-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Enrique Granados" ;
    skos:exactMatch <http://dbpedia.org/resource/Enrique_Granados>,
        <http://id.loc.gov/authorities/names/n80017865>,
        <http://musicbrainz.org/artist/e378c6b3-7d74-48b5-ab04-9aac0df7562c>,
        <http://www.wikidata.org/entity/Q294225> .

