@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/1024746> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Doris Tauber" ;
    ns1:birthDate "1908-09-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1996"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Doris Tauber" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2008167636>,
        <http://www.wikidata.org/entity/Q42529491>,
        <https://musicbrainz.org/artist/fb18c986-3f3a-44d9-8632-5596728c8e95> .

