@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/1002639> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Maryanne Amacher" ;
    ns1:birthDate "1943-02-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5195728/> ;
    ns1:deathDate "2009-10-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Maryanne Amacher" ;
    skos:exactMatch <http://dbpedia.org/resource/Maryanne_Amacher>,
        <http://www.wikidata.org/entity/Q449515>,
        <https://id.loc.gov/authorities/names/nr91006947>,
        <https://musicbrainz.org/artist/e81da9a6-32cb-4e84-bdb4-2f9601295095> .

