@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/109108> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sunny Skies" ;
    dcterms:creator <http://data.carnegiehall.org/names/30297> ;
    ns1:dateCreated "1970" ;
    skos:exactMatch <http://dbpedia.org/resource/Sunny_Skies_(song)>,
        <http://www.wikidata.org/entity/Q17026312>,
        <https://musicbrainz.org/work/695c175d-bd7c-3ab6-80f3-fe6880a6f07b> .

