@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/1012891> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sixto María Durán Cárdenas" ;
    ns1:birthDate "1875-08-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3652462/> ;
    ns1:deathDate "1947-01-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sixto María Durán Cárdenas" ;
    skos:exactMatch <http://dbpedia.org/resource/Sixto_Mar%C3%ADa_Dur%C3%A1n_C%C3%A1rdenas>,
        <http://id.loc.gov/authorities/names/no2003068195>,
        <http://www.wikidata.org/entity/Q15997482>,
        <https://musicbrainz.org/artist/5ef1517a-2c4f-4670-8d72-5f26756ee9b9> .

