@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/1025541> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Erdmann Neumeister" ;
    ns1:birthDate "1671-03-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2820312/> ;
    ns1:deathDate "1756-08-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Erdmann Neumeister" ;
    skos:exactMatch <http://dbpedia.org/resource/Erdmann_Neumeister>,
        <http://www.wikidata.org/entity/Q67938>,
        <https://id.loc.gov/authorities/names/n85272548>,
        <https://musicbrainz.org/artist/cc5b6017-172e-4441-8f74-361bfc1164bc> .

