@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/51414> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Mouvements perpétuels, FP 14a" ;
    dcterms:creator <http://data.carnegiehall.org/names/37816> ;
    ns1:dateCreated "1918" ;
    skos:exactMatch <http://dbpedia.org/resource/Trois_mouvements_perp%C3%A9tuels>,
        <http://www.wikidata.org/entity/Q18663798>,
        <https://musicbrainz.org/work/d6ecf8df-eb30-4964-ba76-22b5a9dc562b> .

