@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/49009> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Roy Haynes" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/850> ;
    ns2:birthDate "1925-03-13"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4949151/> ;
    ns2:deathDate "2024-11-12"^^xsd:date ;
    ns2:name "Roy Haynes" ;
    skos:exactMatch <http://dbpedia.org/resource/Roy_Haynes>,
        <http://id.loc.gov/authorities/names/n81140108>,
        <http://www.wikidata.org/entity/Q448235>,
        <https://musicbrainz.org/artist/2c090b57-5e9d-49c5-9b71-6f0a331cc1ca> .

