@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/37258> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "There'll Be Some Changes Made" ;
    ns2:lyr <http://data.carnegiehall.org/names/1024215> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024215> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004038> ;
    ns1:dateCreated "1922" ;
    skos:exactMatch <http://dbpedia.org/resource/There%27ll_Be_Some_Changes_Made>,
        <http://www.wikidata.org/entity/Q7782552>,
        <https://musicbrainz.org/work/74b87c57-9c4f-384b-99ee-00439c838858> .

