@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/45984> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "In a Sentimental Mood" ;
    ns2:lyr <http://data.carnegiehall.org/names/1023659> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1023659> ;
    dcterms:creator <http://data.carnegiehall.org/names/4806> ;
    ns1:dateCreated "1935" ;
    skos:exactMatch <http://dbpedia.org/resource/In_a_Sentimental_Mood>,
        <http://id.loc.gov/authorities/names/no2011122650>,
        <http://www.wikidata.org/entity/Q1660683>,
        <https://musicbrainz.org/work/276e1824-a584-3c58-a4ee-5e6c198757eb> .

