@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/1002441> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Peter Ludwig Hertel" ;
    ns1:birthDate "1817-04-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "1899-06-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Peter Ludwig Hertel" ;
    skos:exactMatch <http://dbpedia.org/resource/Peter_Ludwig_Hertel>,
        <http://id.loc.gov/authorities/names/n97858440>,
        <http://www.wikidata.org/entity/Q878400>,
        <https://musicbrainz.org/artist/b205cf19-cc4d-4355-99c7-4a3dd7d45af8> .

