@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/28262> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "J. J. Johnson" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/561> ;
    ns2:birthDate "1924-01-22"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4259418/> ;
    ns2:deathDate "2001-02-04"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "J. J. Johnson" ;
    skos:exactMatch <http://dbpedia.org/resource/J._J._Johnson>,
        <http://id.loc.gov/authorities/names/n84011598>,
        <http://www.wikidata.org/entity/Q504915>,
        <https://musicbrainz.org/artist/33e50556-d4be-421b-a5d1-644bd536ec07> .

