@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/1005617> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich Kaminski" ;
    ns1:birthDate "1886-07-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2822259/> ;
    ns1:deathDate "1946-06-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Heinrich Kaminski" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_Kaminski>,
        <http://www.wikidata.org/entity/Q561189>,
        <https://id.loc.gov/authorities/names/n85289674>,
        <https://musicbrainz.org/artist/0a771c07-f588-4f62-b2fe-6bd878059fd8> .

