@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/1029778> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Wilhelm Ludwig Gleim" ;
    ns1:birthDate "1719-04-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2929377/> ;
    ns1:deathDate "1803-02-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Johann Wilhelm Ludwig Gleim" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Wilhelm_Ludwig_Gleim>,
        <http://www.wikidata.org/entity/Q64364>,
        <https://id.loc.gov/authorities/n85387700>,
        <https://musicbrainz.org/artist/b4f9bdd4-bc92-4e75-b561-1a30c6fffa2f> .

