@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/1010050> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ezequiel Viñao" ;
    ns1:birthDate "1960-07-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3435910/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ezequiel Viñao" ;
    skos:exactMatch <http://dbpedia.org/resource/Ezequiel_Vi%C3%B1ao>,
        <http://id.loc.gov/authorities/names/nr97013071>,
        <http://www.wikidata.org/entity/Q4111971>,
        <https://musicbrainz.org/artist/f981b43c-1c6e-4a04-b6bc-ccd322992992> .

