@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/1004844> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luigi Denza" ;
    ns1:birthDate "1846-02-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3179661/> ;
    ns1:deathDate "1922-01-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Luigi Denza" ;
    skos:exactMatch <http://dbpedia.org/resource/Luigi_Denza>,
        <http://id.loc.gov/authorities/names/n83043591>,
        <http://www.wikidata.org/entity/Q261781>,
        <https://musicbrainz.org/artist/ceba8d86-3b7e-40e4-b9f7-2e8fd52da74c> .

