@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/32843> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Gymnopédies" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004986> ;
    ns1:dateCreated "1888" ;
    skos:exactMatch <http://dbpedia.org/resource/Gymnop%C3%A9dies>,
        <http://id.loc.gov/authorities/names/n84017036>,
        <http://www.wikidata.org/entity/Q1190965>,
        <https://musicbrainz.org/work/c8dd2fee-9480-4c2f-89a2-eada0e3d5302> .

