@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/1007604> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ludwig Wilhelm Maurer" ;
    ns1:birthDate "1789-02-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2852458/> ;
    ns1:deathDate "1878-10-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ludwig Wilhelm Maurer" ;
    skos:exactMatch <http://dbpedia.org/resource/Ludwig_Wilhelm_Maurer>,
        <http://id.loc.gov/authorities/names/n82043396>,
        <http://www.wikidata.org/entity/Q830732>,
        <https://musicbrainz.org/artist/5260db48-2ee2-4393-b3ee-d0fdca74cc47> .

