@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/55316> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "First Suite in E-flat for Military Band, Op. 28, No. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003861> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://dbpedia.org/resource/First_Suite_in_E-flat_for_Military_Band>,
        <http://id.loc.gov/authorities/names/n85023968>,
        <http://www.wikidata.org/entity/Q4324726>,
        <https://musicbrainz.org/work/e8530598-9e74-45f9-8686-d02e97e338d0> .

