@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/121055> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Shuffle Along: I'm Just Wild About Harry" ;
    ns2:lyr <http://data.carnegiehall.org/names/25800> ;
    dcterms:contributor <http://data.carnegiehall.org/names/25800> ;
    dcterms:creator <http://data.carnegiehall.org/names/24602> ;
    ns1:dateCreated "1921" ;
    skos:exactMatch <http://dbpedia.org/resource/I%27m_Just_Wild_About_Harry>,
        <http://www.wikidata.org/entity/Q17012678>,
        <https://id.loc.gov/authorities/names/no2018043285>,
        <https://musicbrainz.org/work/2e9ed5fb-369c-45fd-9b3f-ec0c921d873d> .

