@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/1029069> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich von Morungen" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Heinrich von Morungen" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_von_Morungen>,
        <http://id.loc.gov/authorities/names/n96090906>,
        <http://www.wikidata.org/entity/Q1599629>,
        <https://musicbrainz.org/artist/9f13e7d4-5091-4ca3-ac42-e9e02fb8acd3> .

