@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/109529> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Brother Love's Travelling Salvation Show" ;
    dcterms:creator <http://data.carnegiehall.org/names/16495> ;
    ns1:dateCreated "1969" ;
    skos:exactMatch <http://dbpedia.org/resource/Brother_Love%27s_Travelling_Salvation_Show_(song)>,
        <https://musicbrainz.org/work/0ac86e73-9796-363e-aa13-6bed1e184128> .

