@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/35200> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "When You're Smiling (The Whole World Smiles With You)" ;
    ns1:cmp <http://data.carnegiehall.org/names/1020518> ;
    ns1:lyr <http://data.carnegiehall.org/names/1004705> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1004705>,
        <http://data.carnegiehall.org/names/1020518> ;
    dcterms:creator <http://data.carnegiehall.org/names/1020517> ;
    ns2:dateCreated "1928" ;
    skos:exactMatch <http://dbpedia.org/resource/When_You're_Smiling>,
        <http://www.wikidata.org/entity/Q7992841>,
        <https://musicbrainz.org/work/c9137c30-104a-3f9f-badb-d7b5c52d116d> .

