@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/38021> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "The Army Goes Rolling Along" ;
    ns1:cmp <http://data.carnegiehall.org/names/22806> ;
    ns1:lyr <http://data.carnegiehall.org/names/1025221> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025221>,
        <http://data.carnegiehall.org/names/22806> ;
    dcterms:creator <http://data.carnegiehall.org/names/1015045> ;
    ns2:dateCreated "1952" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Army_Goes_Rolling_Alongz>,
        <http://www.wikidata.org/entity/Q2409521>,
        <https://musicbrainz.org/work/590000de-f86c-4ce3-a1e6-86c0d8ba8f4c> .

