@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/34719> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Ivo Pogorelich" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1958-10-20"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/792680/> ;
    ns2:name "Ivo Pogorelich" ;
    skos:exactMatch <http://dbpedia.org/resource/Ivo_Pogoreli%C4%87>,
        <http://id.loc.gov/authorities/names/n82136582>,
        <http://www.wikidata.org/entity/Q365469>,
        <https://musicbrainz.org/artist/a6066607-f5dd-480c-81a2-b6241ab8f24a> .

