@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/1000126> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Grazyna Bacewicz" ;
    ns1:birthDate "1909-02-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3093133/> ;
    ns1:deathDate "1969-01-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Grazyna Bacewicz" ;
    skos:exactMatch <http://dbpedia.org/resource/Gra%C5%BCyna_Bacewicz>,
        <http://id.loc.gov/authorities/names/n79089437>,
        <http://www.wikidata.org/entity/Q230978>,
        <https://musicbrainz.org/artist/1bd0db84-fa04-480e-ba68-b4b1d2ff3bb1> .

