@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/47710> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Band Wagon: Dancing in the Dark" ;
    ns2:lyr <http://data.carnegiehall.org/names/1020520> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020520> ;
    dcterms:creator <http://data.carnegiehall.org/names/49877> ;
    ns1:dateCreated "1931" ;
    skos:exactMatch <http://dbpedia.org/resource/Dancing_in_the_Dark_(Howard_Dietz_and_Arthur_Schwartz_song)>,
        <http://id.loc.gov/authorities/names/n94123894>,
        <http://www.wikidata.org/entity/Q5215541>,
        <https://musicbrainz.org/work/4eae36e1-cc71-38b6-8a32-d1a404bd7e02> .

