@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/1029669> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Czeslaw Milosz" ;
    ns1:birthDate "1911-06-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/594910/> ;
    ns1:deathDate "2004-08-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Czeslaw Milosz" ;
    skos:exactMatch <http://dbpedia.org/resource/Czes%C5%82aw_Mi%C5%82osz>,
        <http://www.wikidata.org/entity/Q45970>,
        <https://id.loc.gov/authorities/n50033350>,
        <https://musicbrainz.org/artist/b7c96285-1ee0-4673-98e6-5fcbce04950f> .

