@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/55220> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jürgen Jürgens" ;
    ns1:birthDate "1925-08-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2925533/> ;
    ns1:deathDate "1994-08-04"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jürgen Jürgens" ;
    skos:exactMatch <http://dbpedia.org/resource/J%C3%BCrgen_J%C3%BCrgens>,
        <http://www.wikidata.org/entity/Q110035>,
        <https://id.loc.gov/authorities/n81058252>,
        <https://musicbrainz.org/artist/c74c8892-0909-49e7-9e94-3522b8419934> .

