@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/1021474> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luigi Illica" ;
    ns1:birthDate "1857-05-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3179642/> ;
    ns1:deathDate "1919-12-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Luigi Illica" ;
    skos:exactMatch <http://dbpedia.org/resource/Luigi_Illica>,
        <http://id.loc.gov/authorities/names/n80040341>,
        <http://www.wikidata.org/entity/Q441843>,
        <https://musicbrainz.org/artist/15936f2e-497a-473f-b6f3-0423338f7c78> .

