@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/1007043> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Udo Zimmermann" ;
    ns1:birthDate "1943-10-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2935022/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Udo Zimmermann" ;
    skos:exactMatch <http://dbpedia.org/resource/Udo_Zimmermann>,
        <http://www.wikidata.org/entity/Q561954>,
        <https://id.loc.gov/authorities/names/n81072969>,
        <https://musicbrainz.org/artist/9e9a91a8-c3b3-4347-adfe-d0952646af11> .

