@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#> .

<http://data.carnegiehall.org/names/110350> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Roger Spencer" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/372> ;
    ns1:birthPlace <https://sws.geonames.org/4265737/> ;
    ns1:name "Roger Spencer" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2007031659>,
        <https://musicbrainz.org/artist/889097ad-2e3d-48a0-9df1-3a3e2b3312e9> .

