@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/1003238> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carlo Graziani" ;
    ns1:birthPlace <https://sws.geonames.org/3182714/> ;
    ns1:deathDate "1787-05-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carlo Graziani" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q547232>,
        <https://id.loc.gov/authorities/nr92030884>,
        <https://musicbrainz.org/artist/b424e4b2-224c-4bee-8a82-d6a05b1a1226> .

