@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/91488> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Don Stover" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/897> ;
    ns1:birthDate "1928-03-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4797206/> ;
    ns1:deathDate "1996-11-11"^^xsd:date ;
    ns1:name "Don Stover" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q94511913>,
        <https://id.loc.gov/authorities/names/n93021360>,
        <https://musicbrainz.org/artist/e1d0e84c-6ce1-4169-bcb1-53d7df9920a2> .

