@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/1027035> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Pascoli" ;
    ns1:birthDate "1855-12-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3167979/> ;
    ns1:deathDate "1912-04-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Giovanni Pascoli" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Pascoli>,
        <http://www.wikidata.org/entity/Q375998>,
        <https://id.loc.gov/authorities/names/n79021122>,
        <https://musicbrainz.org/artist/7474ccd9-4a71-45ed-bce7-f51c55147748> .

