@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/78108> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Jimmy Forrest" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/190> ;
    ns2:birthDate "1920-01-24"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4407066/> ;
    ns2:deathDate "1980-08-26"^^xsd:date ;
    ns2:name "Jimmy Forrest" ;
    skos:exactMatch <http://dbpedia.org/resource/Jimmy_Forrest>,
        <http://id.loc.gov/authorities/names/no91009721>,
        <http://www.wikidata.org/entity/Q961070>,
        <https://musicbrainz.org/artist/4e1f405d-1a77-4e67-8523-6dd16d8c2b18> .

