@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/31002> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Kaiser-Walzer, Op. 437" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008267> ;
    ns1:dateCreated "1889" ;
    skos:exactMatch <http://dbpedia.org/resource/Kaiser-Walzer>,
        <http://id.loc.gov/authorities/names/n82111252>,
        <http://www.wikidata.org/entity/Q1721565>,
        <https://musicbrainz.org/work/17c5bf4e-cf3a-3c9a-b127-5b62662a991e> .

