@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/1015377> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giuseppe Lillo" ;
    ns1:birthDate "1814-02-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3176407/> ;
    ns1:deathDate "1863-02-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giuseppe Lillo" ;
    skos:exactMatch <http://dbpedia.org/resource/Giuseppe_Lillo>,
        <http://id.loc.gov/authorities/names/n97864164>,
        <http://www.wikidata.org/entity/Q926580>,
        <https://musicbrainz.org/artist/6f00ca6e-8628-476c-a6d6-63f2e94f2b10> .

