@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/33697/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "You're Sweet to Your Mammy Just the Same" ;
    ns1:banjo <http://data.carnegiehall.org/names/24830> ;
    ns1:drums <http://data.carnegiehall.org/names/71956> ;
    ns1:piano <http://data.carnegiehall.org/names/43853> ;
    ns1:quintet <http://data.carnegiehall.org/names/10239> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/34415>,
        <http://data.carnegiehall.org/names/71957> ;
    ns1:vocalist <http://data.carnegiehall.org/names/24830> ;
    ns2:performer <http://data.carnegiehall.org/names/10239>,
        <http://data.carnegiehall.org/names/24830>,
        <http://data.carnegiehall.org/names/34415>,
        <http://data.carnegiehall.org/names/43853>,
        <http://data.carnegiehall.org/names/71956>,
        <http://data.carnegiehall.org/names/71957> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/44240> .

