@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/12481> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 Pièces faciles" ;
    dcterms:creator <http://data.carnegiehall.org/names/12468> ;
    ns1:dateCreated "1917" ;
    skos:exactMatch <http://dbpedia.org/resource/Five_Easy_Pieces_(Stravinsky)>,
        <http://id.loc.gov/authorities/names/no92013566>,
        <http://www.wikidata.org/entity/Q2055571>,
        <https://musicbrainz.org/work/725d01fe-2a2c-4eda-a17e-45f6f15602c1> .

