@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/works/29286> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Der fliegende Holländer" ;
    ns1:lbt <http://data.carnegiehall.org/names/1000277> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1000277> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000277> ;
    ns2:dateCreated "1841" ;
    skos:exactMatch <http://dbpedia.org/resource/Der_fliegende_Holl%C3%A4nder>,
        <http://www.wikidata.org/entity/Q114640>,
        <https://id.loc.gov/authorities/n79107248>,
        <https://musicbrainz.org/work/561be908-2cf7-445e-a4aa-5eaed98cfc86> .

