@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/128166> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Igmar Thomas" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/463> ;
    ns2:birthPlace <https://sws.geonames.org/6252001/> ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/121> ;
    ns2:name "Igmar Thomas" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q99701253>,
        <https://id.loc.gov/authorities/names/no2015125936>,
        <https://musicbrainz.org/artist/4c88d942-c917-4183-ac42-c8c3ba9d513b> .

