@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/137840> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Agnieszka Rehlis" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/612> ;
    ns1:birthPlace <https://sws.geonames.org/3097257/> ;
    ns1:name "Agnieszka Rehlis" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q26258199>,
        <https://dbpedia.org/page/Agnieszka_Rehlis>,
        <https://id.loc.gov/authorities/no2002102747>,
        <https://musicbrainz.org/artist/50f99ee2-cdee-4675-a9e9-61b6e7176611> .

