@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/1006375> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Christoph Graupner" ;
    ns1:birthDate "1683-01-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2890657/> ;
    ns1:deathDate "1760-05-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Christoph Graupner" ;
    skos:exactMatch <http://dbpedia.org/resource/Christoph_Graupner>,
        <http://id.loc.gov/authorities/names/n81108881>,
        <http://www.wikidata.org/entity/Q115067>,
        <https://musicbrainz.org/artist/b1292af6-e5a0-48a0-a8af-44d92b394d6c> .

