@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/1010232> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Günter Bialas" ;
    ns1:birthDate "1907-07-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3103401/> ;
    ns1:deathDate "1995-08-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Günter Bialas" ;
    skos:exactMatch <http://dbpedia.org/resource/G%C3%BCnter_Bialas>,
        <http://id.loc.gov/authorities/names/n81125418>,
        <http://www.wikidata.org/entity/Q314971>,
        <https://musicbrainz.org/artist/78f93261-0da7-4c05-9e08-1f842badfaf9> .

