@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/1029876> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ritchie Valens" ;
    ns1:birthDate "1941-05-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5380462/> ;
    ns1:deathDate "1959-02-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Ritchie Valens" ;
    skos:exactMatch <http://dbpedia.org/resource/Ritchie_Valens>,
        <http://www.wikidata.org/entity/Q309725>,
        <https://id.loc.gov/authorities/n88614899>,
        <https://musicbrainz.org/artist/5222714d-21ee-4061-87f7-c749f1586790> .

