@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/1020249> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emanuel von Geibel" ;
    ns1:birthDate "1815-10-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2875601/> ;
    ns1:deathDate "1884-04-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Emanuel von Geibel" ;
    skos:exactMatch <http://dbpedia.org/resource/Emanuel_Geibel>,
        <http://id.loc.gov/authorities/names/n84183272>,
        <http://www.wikidata.org/entity/Q77333>,
        <https://musicbrainz.org/artist/1abbd26b-dd39-4314-b2da-028fbb7271e1> .

