@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/1021168> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franz Heinrich Ziegenhagen" ;
    ns1:birthDate "1753-12-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2973783/> ;
    ns1:deathDate "1806-08-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Franz Heinrich Ziegenhagen" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n88170232>,
        <http://www.wikidata.org/entity/Q1382010>,
        <https://musicbrainz.org/artist/d6f03617-2f2e-4de0-99e8-7b513821da44> .

