@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/68960> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Don't Sit Under the Apple Tree (with Anyone Else but Me)" ;
    ns1:lyr <http://data.carnegiehall.org/names/1012937>,
        <http://data.carnegiehall.org/names/1023867> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1012937>,
        <http://data.carnegiehall.org/names/1023867> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000340> ;
    ns2:dateCreated "1939-1941" ;
    skos:exactMatch <http://dbpedia.org/resource/Don%27t_Sit_Under_the_Apple_Tree_(with_Anyone_Else_but_Me)>,
        <http://www.wikidata.org/entity/Q5291896>,
        <https://musicbrainz.org/work/fd3b5144-1aab-3080-ac0c-40fab1e4e912> .

