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

<http://data.carnegiehall.org/names/73947> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Julian Kytasty" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/1148>,
        <http://data.carnegiehall.org/instruments/349>,
        <http://data.carnegiehall.org/instruments/395> ;
    ns1:birthDate "1958-01-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4990729/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Julian Kytasty" ;
    skos:exactMatch <http://dbpedia.org/resource/Julian_Kytasty>,
        <http://www.wikidata.org/entity/Q6307339>,
        <https://id.loc.gov/authorities/names/no2009001074>,
        <https://musicbrainz.org/artist/a8b19667-5ad1-42af-a6a7-8873e7522705> .

