@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/69413/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Melakolija gegen rakija" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/128339> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/128341> ;
    ns1:saxophone_quartet <http://data.carnegiehall.org/names/128337> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/128338> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/128340> ;
    ns2:performer <http://data.carnegiehall.org/names/128337>,
        <http://data.carnegiehall.org/names/128338>,
        <http://data.carnegiehall.org/names/128339>,
        <http://data.carnegiehall.org/names/128340>,
        <http://data.carnegiehall.org/names/128341> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/113252> .

