@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/1015492> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alfredo Zitarrosa" ;
    ns1:birthDate "1936-03-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3441575/> ;
    ns1:deathDate "1989-01-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alfredo Zitarrosa" ;
    skos:exactMatch <http://dbpedia.org/resource/Alfredo_Zitarrosa>,
        <http://www.wikidata.org/entity/Q203413>,
        <https://id.loc.gov/authorities/names/n78044518>,
        <https://musicbrainz.org/artist/ecc5f6c1-9553-4a3d-bf39-fb805f695d6d> .

