@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/1006397> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marion Bauer" ;
    ns1:birthDate "1897-08-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5814916/> ;
    ns1:deathDate "1955-08-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Marion Bauer" ;
    skos:exactMatch <http://dbpedia.org/resource/Marion_Bauer>,
        <http://id.loc.gov/authorities/names/n81017266>,
        <http://www.wikidata.org/entity/Q544344>,
        <https://musicbrainz.org/artist/2cd39c18-fec0-4b8e-8dd3-de47ec8ce6de> .

