@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/1023338> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Vasko Popa" ;
    ns1:birthDate "1922-06-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/790173/> ;
    ns1:deathDate "1991-01-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    skos:exactMatch <http://dbpedia.org/resource/Vasko_Popa>,
        <http://id.loc.gov/authorities/names/n80005186>,
        <http://www.wikidata.org/entity/Q1264021>,
        <https://musicbrainz.org/artist/900b17dc-8296-47a7-9dec-0ddeb01f2198> .

