@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/5225> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 Pieces for Orchestra, Op. 10" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007501> ;
    ns1:dateCreated "1911-1913" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2972898>,
        <https://id.loc.gov/authorities/names/no97074881>,
        <https://musicbrainz.org/work/3e0b2e08-0af8-4e94-b8f1-8ef48c7d1f0e> .

