@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/122702> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Donkey Serenade" ;
    ns2:cmp <http://data.carnegiehall.org/names/1069> ;
    ns2:lyr <http://data.carnegiehall.org/names/1008422>,
        <http://data.carnegiehall.org/names/1021969> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1008422>,
        <http://data.carnegiehall.org/names/1021969>,
        <http://data.carnegiehall.org/names/1069> ;
    dcterms:creator <http://data.carnegiehall.org/names/1015323> ;
    ns1:dateCreated "1937" ;
    skos:exactMatch <https://musicbrainz.org/work/007206ef-cf20-3d4c-b562-cb1c20114d15> .

