@prefix dcterms: <http://purl.org/dc/terms/> .
@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/108750> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Rude Mood" ;
    dcterms:creator <http://data.carnegiehall.org/names/49653> ;
    skos:exactMatch <http://dbpedia.org/resource/Rude_Mood>,
        <http://www.wikidata.org/entity/Q7376870>,
        <https://musicbrainz.org/work/5ca83265-9afb-4a1d-84f3-30277012ef2a> .

