@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/8836> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Poème symphonique" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003323> ;
    ns1:dateCreated "1962" ;
    skos:exactMatch <http://dbpedia.org/resource/Po%C3%A8me_symphonique>,
        <http://id.loc.gov/authorities/names/no2006109549>,
        <http://www.wikidata.org/entity/Q12036>,
        <https://musicbrainz.org/work/9022aa9a-4b59-405b-af7a-62edf32e7b78> .

