@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/1023484> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henryk Wars" ;
    ns1:birthDate "1902-12-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/756135/> ;
    ns1:deathDate "1977-09-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Henryk Wars" ;
    skos:exactMatch <http://dbpedia.org/resource/Henryk_Wars>,
        <http://id.loc.gov/authorities/names/nr99038046>,
        <http://www.wikidata.org/entity/Q323368>,
        <https://musicbrainz.org/artist/6a9565bb-affe-4a2b-b0c6-6aed0f35a77e> .

