@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/1030173> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Benedictus Appenzeller" ;
    ns1:birthPlace <https://sws.geonames.org/2789529/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Benedictus Appenzeller" ;
    skos:exactMatch <http://dbpedia.org/resource/Benedictus_Appenzeller>,
        <http://id.loc.gov/authorities/names/no94001931>,
        <http://www.wikidata.org/entity/Q428997>,
        <https://musicbrainz.org/artist/5cd5d16f-a916-4c07-b86f-f19fc0130f78> .

