@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/1000697> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Herman Hupfeld" ;
    ns1:birthDate "1894-02-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5101334/> ;
    ns1:deathDate "1951-06-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Herman Hupfeld" ;
    skos:exactMatch <http://dbpedia.org/resource/Herman_Hupfeld>,
        <http://id.loc.gov/authorities/names/no96035148>,
        <http://www.wikidata.org/entity/Q1371399>,
        <https://musicbrainz.org/artist/f33b01b1-a4d0-4017-b41e-8bb4241e7275> .

