@prefix dcterms: <http://purl.org/dc/terms/> .
@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/works/19599> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Die lustige Witwe" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003039> ;
    ns1:dateCreated "1905" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Merry_Widow>,
        <http://id.loc.gov/authorities/names/n79095329>,
        <http://www.wikidata.org/entity/Q478202>,
        <https://musicbrainz.org/work/1065a858-651b-43e3-9880-a4e5dd11f612> .

