@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/1014260> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manuel Oltra" ;
    ns1:birthDate "1922-02-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2509954/> ;
    ns1:deathDate "2015-09-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Manuel Oltra" ;
    skos:exactMatch <http://dbpedia.org/resource/Manuel_Oltra>,
        <http://www.wikidata.org/entity/Q9028011>,
        <https://id.loc.gov/authorities/names/n92113744>,
        <https://musicbrainz.org/artist/7296057d-3aec-4a3c-8ce1-691ed4177182> .

