@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/1014555> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ilse Weber" ;
    ns1:birthDate "1903-01-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3062806/> ;
    ns1:deathDate "1944-10-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ilse Weber" ;
    skos:exactMatch <http://dbpedia.org/resource/Ilse_Weber>,
        <http://id.loc.gov/authorities/names/no96008746>,
        <http://www.wikidata.org/entity/Q435131>,
        <https://musicbrainz.org/artist/bb764384-ef20-438c-8653-81217c54512f> .

