@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/1019433> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich Heine" ;
    ns1:birthDate "1797-12-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2934246/> ;
    ns1:deathDate "1856-02-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Heinrich Heine" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_Heine>,
        <http://id.loc.gov/authorities/names/n79081313>,
        <http://musicbrainz.org/artist/d5efb3bf-4d84-4c70-a461-d8e3cdb4b755>,
        <http://www.wikidata.org/entity/Q44403> .

