@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/16420> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tito Guízar" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns1:birthDate "1908-04-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4005539/> ;
    ns1:deathDate "1999-12-24"^^xsd:date ;
    ns1:name "Tito Guízar" ;
    skos:exactMatch <http://dbpedia.org/resource/Tito_Gu%C3%ADzar>,
        <http://www.wikidata.org/entity/Q2839380>,
        <https://id.loc.gov/authorities/no89019192>,
        <https://musicbrainz.org/artist/04a843c6-f5bb-4d65-993d-8be9cedc8b93> .

