@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/1010837> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lucio D. San Pedro" ;
    ns1:birthDate "1913-02-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1730713/> ;
    ns1:deathDate "2002-03-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lucio D. San Pedro" ;
    skos:exactMatch <http://dbpedia.org/resource/Lucio_D._San_Pedro>,
        <http://id.loc.gov/authorities/names/n2012200654>,
        <http://www.wikidata.org/entity/Q2414935>,
        <https://musicbrainz.org/artist/5cc35a6c-2407-4397-9850-8a31aa1da6f8> .

