@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/31033> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite de trois morceaux, Op. 116: 3. Valse" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010624> ;
    ns1:dateCreated "1889" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no00041420>,
        <https://musicbrainz.org/work/18bf6ab1-06a9-4ca4-b849-95260b97fa8a> .

