@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/1026394> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Roberto Valera" ;
    ns1:birthDate "1938-12-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3553478/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Roberto Valera" ;
    skos:exactMatch <http://dbpedia.org/resource/Roberto_Valera>,
        <http://www.wikidata.org/entity/Q2722794>,
        <https://id.loc.gov/authorities/n78027117>,
        <https://musicbrainz.org/artist/60fe26c0-6a99-45c1-a864-34e38724f053> .

