@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/1025310> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marjorie Goetschius" ;
    ns1:birthDate "1915-09-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5091636/> ;
    ns1:deathDate "1997-10-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Marjorie Goetschius" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2007092837>,
        <http://www.wikidata.org/entity/Q107348007>,
        <https://musicbrainz.org/artist/aba4c482-d367-47b2-a5ef-b5e9cac4838b> .

