@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/81275> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karim Sulayman" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:name "Karim Sulayman" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2013115694>,
        <https://musicbrainz.org/artist/80903eb5-0222-4071-a876-ede5bbe1977b> .

