@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/109839> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Sunshine of Your Love" ;
    ns1:cmp <http://data.carnegiehall.org/names/8719> ;
    dcterms:contributor <http://data.carnegiehall.org/names/8719> ;
    dcterms:creator <http://data.carnegiehall.org/names/53286> ;
    ns2:dateCreated "1967" ;
    skos:exactMatch <http://dbpedia.org/resource/Sunshine_of_Your_Love>,
        <https://musicbrainz.org/work/b5bbb92f-770b-3f5c-9dde-e3f332fdaa84> .

