@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/1024651> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wislawa Szymborska" ;
    ns1:birthDate "1923-07-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3095194/> ;
    ns1:deathDate "2012-02-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Wislawa Szymborska" ;
    skos:exactMatch <http://dbpedia.org/resource/Wis%C5%82awa_Szymborska>,
        <http://www.wikidata.org/entity/Q42552>,
        <https://id.loc.gov/authorities/names/n81035696>,
        <https://musicbrainz.org/artist/c1048335-3046-49bc-abbc-a2aad244f3cd> .

