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

<http://data.carnegiehall.org/events/44822/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Morning" ;
    ns2:double_bass <http://data.carnegiehall.org/names/78244> ;
    ns2:drums <http://data.carnegiehall.org/names/78245> ;
    ns2:guitar <http://data.carnegiehall.org/names/78243> ;
    ns2:jazz_quartet <http://data.carnegiehall.org/names/76094> ;
    ns2:saxophone <http://data.carnegiehall.org/names/76095> ;
    ns1:performer <http://data.carnegiehall.org/names/76094>,
        <http://data.carnegiehall.org/names/76095>,
        <http://data.carnegiehall.org/names/78243>,
        <http://data.carnegiehall.org/names/78244>,
        <http://data.carnegiehall.org/names/78245> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104644> .

