@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/86690> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Flute and Piano: 3. Allegro scherzando" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006590> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <https://musicbrainz.org/work/b6f8a286-18d1-4ff4-8d5d-20fcac54cc9d> .

