@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/1003168> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Erich Urbanner" ;
    ns1:birthDate "1936-03-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2775220/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Erich Urbanner" ;
    skos:exactMatch <http://dbpedia.org/resource/Erich_Urbanner>,
        <http://www.wikidata.org/entity/Q701716>,
        <https://id.loc.gov/authorities/names/n80034104>,
        <https://musicbrainz.org/artist/bbdfd16e-84e6-4184-b518-8a4a42ce43e0> .

