@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/60359/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Over and Out" ;
    ns1:double_bass <http://data.carnegiehall.org/names/112727> ;
    ns1:drums <http://data.carnegiehall.org/names/100459> ;
    ns1:flugelhorn <http://data.carnegiehall.org/names/112729> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/104140> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/112730> ;
    ns1:trombone <http://data.carnegiehall.org/names/104132>,
        <http://data.carnegiehall.org/names/112728> ;
    ns1:trumpet <http://data.carnegiehall.org/names/112729> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/109091> ;
    ns2:performer <http://data.carnegiehall.org/names/100459>,
        <http://data.carnegiehall.org/names/104132>,
        <http://data.carnegiehall.org/names/104140>,
        <http://data.carnegiehall.org/names/109091>,
        <http://data.carnegiehall.org/names/112727>,
        <http://data.carnegiehall.org/names/112728>,
        <http://data.carnegiehall.org/names/112729>,
        <http://data.carnegiehall.org/names/112730> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/101907> .

