@prefix ns1: <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/42692> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vladimir Golschmann" ;
    ns1:birthDate "1893-12-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1972-03-01"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Vladimir Golschmann" ;
    skos:exactMatch <http://dbpedia.org/resource/Vladimir_Golschmann>,
        <http://id.loc.gov/authorities/names/n84191405>,
        <http://www.wikidata.org/entity/Q1982220>,
        <https://musicbrainz.org/artist/0fa1fdd3-5c72-4f32-966b-262b25212291> .

