@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/5728> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Pièce pour flûte seule" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010115> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97072830>,
        <https://musicbrainz.org/work/624357b4-8675-4aa3-9272-5e80f4c3bdc1> .

