@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/32652/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Look, Stop & Listen" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/16752> ;
    ns1:double_bass <http://data.carnegiehall.org/names/53645> ;
    ns1:drums <http://data.carnegiehall.org/names/15866> ;
    ns1:guitar <http://data.carnegiehall.org/names/11731> ;
    ns1:piano <http://data.carnegiehall.org/names/30756> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/8093> ;
    ns1:trumpet <http://data.carnegiehall.org/names/16140> ;
    ns1:tuba <http://data.carnegiehall.org/names/16203> ;
    ns2:performer <http://data.carnegiehall.org/names/11731>,
        <http://data.carnegiehall.org/names/15866>,
        <http://data.carnegiehall.org/names/16140>,
        <http://data.carnegiehall.org/names/16203>,
        <http://data.carnegiehall.org/names/16752>,
        <http://data.carnegiehall.org/names/30756>,
        <http://data.carnegiehall.org/names/53645>,
        <http://data.carnegiehall.org/names/8093> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55238> .

