@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/5180/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Directions" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/70322> ;
    ns1:drums <http://data.carnegiehall.org/names/116753> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/78266> ;
    ns1:keyboard <http://data.carnegiehall.org/names/55350> ;
    ns1:percussion <http://data.carnegiehall.org/names/71842> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/43976> ;
    ns2:performer <http://data.carnegiehall.org/names/116753>,
        <http://data.carnegiehall.org/names/43976>,
        <http://data.carnegiehall.org/names/55350>,
        <http://data.carnegiehall.org/names/70322>,
        <http://data.carnegiehall.org/names/71842>,
        <http://data.carnegiehall.org/names/78266> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105220> .

