@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#> .

<http://data.carnegiehall.org/names/134600> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hannah von Wiehler" ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Hannah von Wiehler" ;
    skos:exactMatch <https://musicbrainz.org/artist/cd7d33b7-a8e3-468f-82d2-007f30cfd374> .

