@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/129160> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Brian Rosenworcel" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/850> ;
    ns1:birthPlace <https://sws.geonames.org/4845411/> ;
    ns1:name "Brian Rosenworcel" ;
    skos:exactMatch <http://dbpedia.org/resource/Brian_Rosenworcel>,
        <http://www.wikidata.org/entity/Q4965178>,
        <https://musicbrainz.org/artist/fae60f84-b6f2-4b6f-b566-83bb6772ac6d> .

