@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/1016758> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "August Heinrich Hoffmann von Fallersleben" ;
    ns1:birthDate "1798-04-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2927875/> ;
    ns1:deathDate "1874-01-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "August Heinrich Hoffmann von Fallersleben" ;
    skos:exactMatch <http://dbpedia.org/resource/August_Heinrich_Hoffmann_von_Fallersleben>,
        <http://id.loc.gov/authorities/names/n82037151>,
        <http://www.wikidata.org/entity/Q76938>,
        <https://musicbrainz.org/artist/011ec36a-3e10-4070-8bc6-8c4582a6806d> .

