@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/1007742> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Siegfried Fink" ;
    ns1:birthDate "1928-02-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2804748/> ;
    ns1:deathDate "2006-05-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Siegfried Fink" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q896032>,
        <https://id.loc.gov/authorities/names/n81085752>,
        <https://musicbrainz.org/artist/b73b5050-2b9a-49bf-ba89-d1059d95494b> .

