@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/37403> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thomas Riebl" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/1515>,
        <http://data.carnegiehall.org/instruments/676> ;
    ns1:birthDate "1956"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2761367/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Thomas Riebl" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82116128>,
        <http://www.wikidata.org/entity/Q4394311>,
        <https://musicbrainz.org/artist/daa7bc7d-9d8e-4917-b5c9-4052bf7b650c> .

