@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/1027521> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cacho Tirao" ;
    ns1:birthDate "1941-04-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3436043/> ;
    ns1:deathDate "2007-05-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Cacho Tirao" ;
    skos:exactMatch <http://dbpedia.org/resource/Cacho_Tirao>,
        <http://www.wikidata.org/entity/Q856896>,
        <https://id.loc.gov/authorities/names/n92000419>,
        <https://musicbrainz.org/artist/2d657d46-6b44-4036-9ad2-910a3f3331f4> .

