@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/69090/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Strasbourg / St. Denis" ;
    ns1:double_bass <http://data.carnegiehall.org/names/131700> ;
    ns1:guitar <http://data.carnegiehall.org/names/131704> ;
    ns1:piano <http://data.carnegiehall.org/names/131688> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/131696> ;
    ns1:trumpet <http://data.carnegiehall.org/names/63381> ;
    ns3:performer <http://data.carnegiehall.org/names/131688>,
        <http://data.carnegiehall.org/names/131696>,
        <http://data.carnegiehall.org/names/131700>,
        <http://data.carnegiehall.org/names/131704>,
        <http://data.carnegiehall.org/names/63381> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/115972> .

