@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/1026319> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Andrea Leone Tottola" ;
    ns1:birthPlace <https://sws.geonames.org/3172394/> ;
    ns1:deathDate "1831-09-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Andrea Leone Tottola" ;
    skos:exactMatch <http://dbpedia.org/resource/Andrea_Leone_Tottola>,
        <http://www.wikidata.org/entity/Q1152842>,
        <https://id.loc.gov/authorities/names/n82012131>,
        <https://musicbrainz.org/artist/cea2997f-796e-4e9c-bfb1-3149867c2b9b> .

