@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/1004876> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Moritz Hauptmann" ;
    ns1:birthDate "1792-10-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2935022/> ;
    ns1:deathDate "1868-01-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Moritz Hauptmann" ;
    skos:exactMatch <http://dbpedia.org/resource/Moritz_Hauptmann>,
        <http://www.wikidata.org/entity/Q60908>,
        <https://id.loc.gov/authorities/names/n85383096>,
        <https://musicbrainz.org/artist/c99c9928-c9b0-4ea8-9475-5c63d001df5b> .

