@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/38679> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Quatre études" ;
    dcterms:creator <http://data.carnegiehall.org/names/12468> ;
    ns1:dateCreated "1928-1929" ;
    skos:exactMatch <http://dbpedia.org/resource/Quatre_%C3%A9tudes_(Stravinsky)>,
        <http://id.loc.gov/authorities/names/n89653977>,
        <https://musicbrainz.org/work/073336eb-cd63-403b-9d29-c118c818b564> .

