@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/1023170> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joaquín Dicenta" ;
    ns1:birthDate "1862-02-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3127047/> ;
    ns1:deathDate "1917-02-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Joaquín Dicenta" ;
    skos:exactMatch <http://dbpedia.org/resource/Joaqu%C3%ADn_Dicenta>,
        <http://id.loc.gov/authorities/names/n83141889>,
        <http://www.wikidata.org/entity/Q2450746>,
        <https://musicbrainz.org/artist/1b3d6165-29ee-41ad-b76c-3ffda87be1ea> .

