@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/1000421> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Davide Delle Cese" ;
    ns1:birthDate "1856"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3170286/> ;
    ns1:deathDate "1938"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Davide Delle Cese" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q99193234>,
        <https://id.loc.gov/authorities/names/n88642415>,
        <https://musicbrainz.org/artist/5ba624e7-3c8c-42dd-a50e-c14d7608ac00> .

