@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/1021322> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wilhelm Müller" ;
    ns1:birthDate "1794-10-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2937959/> ;
    ns1:deathDate "1827-09-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Wilhelm Müller" ;
    skos:exactMatch <http://dbpedia.org/resource/Wilhelm_M%C3%BCller>,
        <http://id.loc.gov/authorities/names/n80026736>,
        <http://www.wikidata.org/entity/Q57879>,
        <https://musicbrainz.org/artist/93023238-9560-4b39-8253-c3c2d178badf> .

