@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/44263> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Prometheus, Poem of Fire, Op. 60" ;
    dcterms:creator <http://data.carnegiehall.org/names/50808> ;
    ns1:dateCreated "1908-1910" ;
    skos:exactMatch <http://dbpedia.org/resource/Prometheus:_The_Poem_of_Fire>,
        <http://id.loc.gov/authorities/names/n81091887>,
        <http://www.wikidata.org/entity/Q1733265>,
        <https://musicbrainz.org/work/27fd8b9c-754e-3118-88b3-9c3d961019a6> .

