@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/135427> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alicja Boniuszko" ;
    ns1:birthDate "1937-10-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/624861/> ;
    ns1:deathDate "2019-12-23"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/362> ;
    ns1:name "Alicja Boniuszko" ;
    skos:exactMatch <http://dbpedia.org/resource/Alicja_Boniuszko>,
        <http://www.wikidata.org/entity/Q1279312> .

