@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/1019432> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph Freiherr von Eichendorff" ;
    ns1:birthDate "1788-03-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3087584/> ;
    ns1:deathDate "1857-11-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Joseph Freiherr von Eichendorff" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_Freiherr_von_Eichendorff>,
        <http://id.loc.gov/authorities/names/n81047567>,
        <http://musicbrainz.org/artist/f43f70ba-6452-48cf-8a3f-ac08180ad665>,
        <http://www.wikidata.org/entity/Q77204> .

