@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/1029014> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ryszard Sielicki" ;
    ns1:birthDate "1916-03-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/756135/> ;
    ns1:deathDate "2005-12-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ryszard Sielicki" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q19861711>,
        <https://id.loc.gov/authorities/no2011083690>,
        <https://musicbrainz.org/artist/b119ca0e-9471-4a31-9243-e4746f97d3c7> .

