@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/50557> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Second Suite in F for Military Band, Op. 28, No. 2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003861> ;
    ns1:dateCreated "1911" ;
    skos:exactMatch <http://dbpedia.org/resource/Second_Suite_in_F_for_Military_Band>,
        <http://www.wikidata.org/entity/Q2641380>,
        <https://id.loc.gov/authorities/names/n85023967>,
        <https://musicbrainz.org/work/37d9b87e-2d52-4cce-835f-e47980c42fc7> .

