@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/38968> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Pieces for Orchestra, Op. 6" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009982> ;
    ns1:dateCreated "1914-1915" ;
    skos:exactMatch <http://dbpedia.org/resource/Three_Pieces_for_Orchestra_(Berg)>,
        <http://id.loc.gov/authorities/names/n78012187>,
        <http://www.wikidata.org/entity/Q3540037>,
        <https://musicbrainz.org/work/63184cd8-6245-407b-8519-b4b5e2b44844> .

