@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/34036> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edith Möller" ;
    ns1:birthDate "1916-10-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2921466/> ;
    ns1:deathDate "1975-07-10"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Edith Möller" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96021539>,
        <https://musicbrainz.org/artist/9e8647e3-a847-49b1-ba63-a95e62a67551> .

