@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/1012531> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carl Gottlieb Reissiger" ;
    ns1:birthDate "1798-01-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2951134/> ;
    ns1:deathDate "1859-11-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carl Gottlieb Reissiger" ;
    skos:exactMatch <http://dbpedia.org/resource/Carl_Gottlieb_Reissiger>,
        <http://www.wikidata.org/entity/Q213894>,
        <https://id.loc.gov/authorities/names/n81146619>,
        <https://musicbrainz.org/artist/65d5f697-ec54-4526-80e9-0baba6cd0668> .

