@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/1006716> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich Baermann" ;
    ns1:birthDate "1784-02-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2852458/> ;
    ns1:deathDate "1847-06-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Heinrich Baermann" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_Baermann>,
        <http://www.wikidata.org/entity/Q66037>,
        <https://id.loc.gov/authorities/names/n82163646>,
        <https://musicbrainz.org/artist/373c57ec-7b4f-4f7e-be81-254784b040c3> .

