@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/126829> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Bartlomiej Kominek" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1973-05-22"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/756135/> ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns2:name "Bartlomiej Kominek" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q60834434>,
        <https://musicbrainz.org/artist/d2bf027c-7e8c-4e86-9bd9-99606453abf4> .

