@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/109678> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chain Gang" ;
    dcterms:creator <http://data.carnegiehall.org/names/1011695> ;
    ns1:dateCreated "1960" ;
    skos:exactMatch <http://dbpedia.org/resource/Chain_Gang_(song)>,
        <http://www.wikidata.org/entity/Q5067871>,
        <https://musicbrainz.org/work/56572715-1fe2-3cf8-a294-6c337efc9ae9> .

