@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/1002031> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alma Mahler" ;
    ns1:birthDate "1879-08-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761367/> ;
    ns1:deathDate "1964-12-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alma Mahler" ;
    skos:exactMatch <http://dbpedia.org/resource/Alma_Mahler>,
        <http://id.loc.gov/authorities/names/n50002491>,
        <http://www.wikidata.org/entity/Q156898>,
        <https://musicbrainz.org/artist/3f96a4b5-4b66-4987-b1e3-444fd5795aa8> .

