@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/1029338> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vincenzo Buonassisi" ;
    ns1:birthDate "1918-01-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3175121/> ;
    ns1:deathDate "2004-01-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Vincenzo Buonassisi" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q4013133>,
        <https://id.loc.gov/authorities/n81056510>,
        <https://musicbrainz.org/artist/c6ef906c-0c16-4895-846b-95106bbe7a0d> .

