@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/1001202> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Reinhard Keiser" ;
    ns1:birthDate "1674-01-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2823355/> ;
    ns1:deathDate "1739-09-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Reinhard Keiser" ;
    skos:exactMatch <http://dbpedia.org/resource/Reinhard_Keiser>,
        <http://www.wikidata.org/entity/Q436126>,
        <https://id.loc.gov/authorities/names/n80159162>,
        <https://musicbrainz.org/artist/fcdad8d8-1503-4fa4-9f87-c851280dae5a> .

