@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/1009773> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich Marschner" ;
    ns1:birthDate "1795-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2804008/> ;
    ns1:deathDate "1861-12-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Heinrich Marschner" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_Marschner>,
        <http://id.loc.gov/authorities/names/n82225838>,
        <http://www.wikidata.org/entity/Q160063>,
        <https://musicbrainz.org/artist/24e546a2-d720-4ca7-b127-4919745e8faa> .

