@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/1017892> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Müller-Berghaus" ;
    ns1:birthDate "1829-04-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2945024/> ;
    ns1:deathDate "1907-11-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Karl Müller-Berghaus" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96014491>,
        <http://www.wikidata.org/entity/Q23988291>,
        <https://musicbrainz.org/artist/a19671c7-747c-4a89-91d9-70bd3bd7b709> .

