@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/129947> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Ema Nikolovska" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/612>,
        <http://data.carnegiehall.org/instruments/949> ;
    ns2:name "Ema Nikolovska" ;
    skos:exactMatch <https://musicbrainz.org/artist/68da4fc5-2e29-4ed1-95a2-3e45f8167f9e> .

