@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/28508> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Vacchiano" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/348>,
        <http://data.carnegiehall.org/instruments/463>,
        <http://data.carnegiehall.org/instruments/894> ;
    ns1:birthDate "1912-05-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4975802/> ;
    ns1:deathDate "2005-09-19"^^xsd:date ;
    ns1:name "William Vacchiano" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Vacchiano>,
        <http://id.loc.gov/authorities/names/no93037409>,
        <http://www.wikidata.org/entity/Q2580837>,
        <https://musicbrainz.org/artist/4d95cedc-4003-4349-a6b0-1ead9872c6d6> .

