@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/1025827> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Salvatore Quasimodo" ;
    ns1:birthDate "1901-08-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2524119/> ;
    ns1:deathDate "1968-06-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    skos:exactMatch <http://dbpedia.org/resource/Salvatore_Quasimodo>,
        <http://www.wikidata.org/entity/Q83038>,
        <https://id.loc.gov/authorities/names/n79060266>,
        <https://musicbrainz.org/artist/29e26839-80de-42d7-bba8-9293abc7f2e3> .

