@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/66445> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite d’après thèmes, fragments et pièces de Giambattista Pergolesi: 5. Menuetto et Finale" ;
    dcterms:creator <http://data.carnegiehall.org/names/12468> ;
    ns1:dateCreated "1925" ;
    skos:exactMatch <https://musicbrainz.org/work/60412213-6d01-4386-bad9-2048b2280114> .

