@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/1027518> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Georg Christoph Lichtenberg" ;
    ns1:birthDate "1742-07-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2859380/> ;
    ns1:deathDate "1799-02-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Georg Christoph Lichtenberg" ;
    skos:exactMatch <http://dbpedia.org/resource/Georg_Christoph_Lichtenberg>,
        <http://www.wikidata.org/entity/Q57554>,
        <https://id.loc.gov/authorities/names/n80001028>,
        <https://musicbrainz.org/artist/b2edc11b-dca9-42dd-b5ad-19792d8f8e67> .

