@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/49443> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Waltz in D-flat Major, Op. 64, No. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1847" ;
    skos:exactMatch <http://dbpedia.org/resource/Minute_Waltz>,
        <http://id.loc.gov/authorities/names/n82010137>,
        <http://www.wikidata.org/entity/Q1527943>,
        <https://musicbrainz.org/work/3ea59e6f-4d98-3ef2-93ed-b698fc38ada5> .

