@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/1009766> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gerhard Stäbler" ;
    ns1:birthDate "1949-07-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2808745/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gerhard Stäbler" ;
    skos:exactMatch <http://dbpedia.org/resource/Gerhard_St%C3%A4bler>,
        <http://id.loc.gov/authorities/names/n94011768>,
        <http://www.wikidata.org/entity/Q431940>,
        <https://musicbrainz.org/artist/2776f89f-1dd5-4e08-adf5-9a2073f34e8f> .

