@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/1009826> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Max Reger" ;
    ns1:birthDate "1873-03-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2945429/> ;
    ns1:deathDate "1916-05-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Max Reger" ;
    skos:exactMatch <http://dbpedia.org/resource/Max_Reger>,
        <http://id.loc.gov/authorities/names/n79108398>,
        <http://www.wikidata.org/entity/Q57139>,
        <https://musicbrainz.org/artist/51f5d4c3-c69a-4203-9281-d585e32aa7ef> .

