@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/19536> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Vers la flamme, Op. 72" ;
    dcterms:creator <http://data.carnegiehall.org/names/50808> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <http://dbpedia.org/resource/Vers_la_flamme>,
        <http://id.loc.gov/authorities/names/n85306574>,
        <http://www.wikidata.org/entity/Q2610891>,
        <https://musicbrainz.org/work/57b8817a-1c37-4286-a110-1d4d0328c311> .

