@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/1029269> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich Reimann" ;
    ns1:birthDate "1850-03-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3094631/> ;
    ns1:deathDate "1906-05-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Heinrich Reimann" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_Reimann>,
        <http://www.wikidata.org/entity/Q88318>,
        <https://id.loc.gov/authorities/no93007117>,
        <https://musicbrainz.org/artist/948f41e1-a7a7-4ef6-81ca-1ccdf6a7fac0> .

