@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/29140> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Schatz-Walzer, Op. 418" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008267> ;
    ns1:dateCreated "1885" ;
    skos:exactMatch <http://dbpedia.org/resource/Schatz-Walzer>,
        <http://id.loc.gov/authorities/names/n82024095>,
        <http://www.wikidata.org/entity/Q3951860>,
        <https://musicbrainz.org/work/5a498219-a200-3402-93ca-1ea4b9d83a60> .

