@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/1019812> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Felix Dahn" ;
    ns1:birthDate "1834-02-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2911298/> ;
    ns1:deathDate "1912-01-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Felix Dahn" ;
    skos:exactMatch <http://dbpedia.org/resource/Felix_Dahn>,
        <http://id.loc.gov/authorities/names/n86142565>,
        <http://www.wikidata.org/entity/Q61456>,
        <https://musicbrainz.org/artist/0efe4812-2552-42aa-9473-42a1b3a67e90> .

