@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/1025091> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Béla Jenbach" ;
    ns1:birthDate "1871-04-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/717582/> ;
    ns1:deathDate "1943-01-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Béla Jenbach" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q441605>,
        <https://id.loc.gov/authorities/names/n82032722>,
        <https://musicbrainz.org/artist/224ace13-c8ab-4fdc-b180-20a53a54dd1a> .

