@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/1002980> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Pacini" ;
    ns1:birthDate "1796-02-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2525068/> ;
    ns1:deathDate "1867-12-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Pacini" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Pacini>,
        <http://id.loc.gov/authorities/names/n81108796>,
        <http://www.wikidata.org/entity/Q357022>,
        <https://musicbrainz.org/artist/9ee75435-3d4a-4455-bab6-aed7f7f8b2bc> .

