@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/66741> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Flute and Piano, FP 164: 2. Cantilena: Assez lent" ;
    dcterms:creator <http://data.carnegiehall.org/names/37816> ;
    ns1:dateCreated "1957" ;
    skos:exactMatch <https://musicbrainz.org/work/ca367a58-8e43-3e39-a03a-36de5e6f26ad> .

