@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/1029663> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Celan" ;
    ns1:birthDate "1920-11-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/710719/> ;
    ns1:deathDate "1970-04-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Paul Celan" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Celan>,
        <http://www.wikidata.org/entity/Q153905>,
        <https://id.loc.gov/authorities/n50034310>,
        <https://musicbrainz.org/artist/d96a14a9-0d51-4971-bc6b-83b0a7078496> .

