@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/25/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Just You, Just Me" ;
    ns1:double_bass <http://data.carnegiehall.org/names/48780> ;
    ns1:drums <http://data.carnegiehall.org/names/22366> ;
    ns1:guitar <http://data.carnegiehall.org/names/21934> ;
    ns1:piano <http://data.carnegiehall.org/names/30034> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/42754> ;
    ns1:trombone <http://data.carnegiehall.org/names/22527> ;
    ns1:trumpet <http://data.carnegiehall.org/names/16073> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/64134> ;
    ns2:performer <http://data.carnegiehall.org/names/16073>,
        <http://data.carnegiehall.org/names/21934>,
        <http://data.carnegiehall.org/names/22366>,
        <http://data.carnegiehall.org/names/22527>,
        <http://data.carnegiehall.org/names/30034>,
        <http://data.carnegiehall.org/names/42754>,
        <http://data.carnegiehall.org/names/48780>,
        <http://data.carnegiehall.org/names/64134> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15268> .

