@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/1024150> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henryk Melcer-Szczawinski" ;
    ns1:birthDate "1869-09-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3096880/> ;
    ns1:deathDate "1928-04-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Henryk Melcer-Szczawinski" ;
    skos:exactMatch <http://dbpedia.org/resource/Henryk_Melcer-Szczawi%C5%84ski>,
        <http://www.wikidata.org/entity/Q605061>,
        <https://id.loc.gov/authorities/names/n85076164>,
        <https://musicbrainz.org/artist/0ea856f5-d8d3-4b40-a779-54b3940ce7f3> .

