@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/1003610> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stanislaw Niedzielski" ;
    ns1:birthDate "1842-07-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/695221/> ;
    ns1:deathDate "1895-03-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Stanislaw Niedzielski" ;
    skos:exactMatch <http://dbpedia.org/resource/Stanislas_Niedzielski>,
        <http://id.loc.gov/authorities/names/no00031948>,
        <http://www.wikidata.org/entity/Q55520480>,
        <https://musicbrainz.org/artist/d715fe0b-b3bc-4448-a4f9-53367df727f8> .

