@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/1011883> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eugen Suchon" ;
    ns1:birthDate "1908-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3058210/> ;
    ns1:deathDate "1993-08-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eugen Suchon" ;
    skos:exactMatch <http://dbpedia.org/resource/Eugen_Sucho%C5%88>,
        <http://id.loc.gov/authorities/names/n84089511>,
        <http://www.wikidata.org/entity/Q46100>,
        <https://musicbrainz.org/artist/b618ea30-ef82-4501-8985-847e77c6bc9a> .

