@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/141705> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Randall Bramblett" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/54>,
        <http://data.carnegiehall.org/instruments/65> ;
    ns1:birthDate "1948"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/4202810/> ;
    ns1:name "Randall Bramblett" ;
    skos:exactMatch <http://dbpedia.org/resource/Randall_Bramblett>,
        <http://www.wikidata.org/entity/Q7291513>,
        <https://id.loc.gov/authorities/n95016475>,
        <https://musicbrainz.org/artist/e7a1e962-c6f2-48a0-8125-8da99fb6a406> .

