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

<http://data.carnegiehall.org/names/50157> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Youra Guller" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1895-05-16"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2995469/> ;
    ns2:deathDate "1980-01-11"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns2:name "Youra Guller" ;
    skos:exactMatch <http://dbpedia.org/resource/Youra_Guller>,
        <http://id.loc.gov/authorities/names/n78096806>,
        <http://www.wikidata.org/entity/Q440942>,
        <https://musicbrainz.org/artist/ab86e994-56fe-4426-b3a9-54a61ff3149f> .

