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

<http://data.carnegiehall.org/names/11490> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Fritz Schwinghammer" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthPlace <https://sws.geonames.org/2826099/> ;
    ns2:name "Fritz Schwinghammer" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2003080632>,
        <https://musicbrainz.org/artist/8c0f8fd1-3c73-4b33-98b6-79b5f887a9ed> .

