@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/1015801> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Julián Arcas" ;
    ns1:birthDate "1832-10-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2514139/> ;
    ns1:deathDate "1882-02-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Julián Arcas" ;
    skos:exactMatch <http://dbpedia.org/resource/Juli%C3%A1n_Arcas>,
        <http://id.loc.gov/authorities/names/n93124843>,
        <http://www.wikidata.org/entity/Q782666>,
        <https://musicbrainz.org/artist/b4f8f03b-1740-4497-96ef-4aa9d85d749c> .

