@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/1022937> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franz Karl Hiemer" ;
    ns1:birthDate "1768-08-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2843747/> ;
    ns1:deathDate "1822-11-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Franz Karl Hiemer" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n83026864>,
        <http://www.wikidata.org/entity/Q1446439>,
        <https://musicbrainz.org/artist/354ba700-96cd-4cf4-9a03-d55fd5fc2f98> .

