@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/1005840> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Agide Jacchia" ;
    ns1:birthDate "1875-01-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3174494/> ;
    ns1:deathDate "1932-11-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Agide Jacchia" ;
    skos:exactMatch <http://dbpedia.org/resource/Agide_Jacchia>,
        <http://id.loc.gov/authorities/names/no2008074136>,
        <http://www.wikidata.org/entity/Q4692520>,
        <https://musicbrainz.org/artist/21788cf7-6fea-4118-a699-2d9a11603bd4> .

