@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/1028921> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Guillermo Uribe Holguín" ;
    ns1:birthDate "1880-03-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3688689/> ;
    ns1:deathDate "1971-06-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Guillermo Uribe Holguín" ;
    skos:exactMatch <http://dbpedia.org/resource/Guillermo_Uribe_Holgu%C3%ADn>,
        <http://id.loc.gov/authorities/names/n84143163>,
        <http://www.wikidata.org/entity/Q488305>,
        <https://musicbrainz.org/artist/acae063d-1c4a-4954-b097-de6ad45e9b43> .

