@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/1013941> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Monika Stadler" ;
    ns1:birthDate "1963-02-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2772400/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Monika Stadler" ;
    skos:exactMatch <http://dbpedia.org/resource/Monika_Stadler>,
        <http://www.wikidata.org/entity/Q14912420>,
        <https://id.loc.gov/authorities/names/n2009047064>,
        <https://musicbrainz.org/artist/e2a81cf6-6bb4-47c6-bfba-9bd9f43695e1> .

