@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/1000600> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Walther von der Vogelweide" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Walther von der Vogelweide" ;
    skos:exactMatch <http://dbpedia.org/resource/Walther_von_der_Vogelweide>,
        <http://id.loc.gov/authorities/names/n79093347>,
        <http://www.wikidata.org/entity/Q44385>,
        <https://musicbrainz.org/artist/e4d54dd5-9eae-49d8-9a53-b5cbff13a9e5> .

