@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/13139/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet" ;
    ns1:cello <http://data.carnegiehall.org/names/50503> ;
    ns1:clarinet <http://data.carnegiehall.org/names/13983> ;
    ns1:flute <http://data.carnegiehall.org/names/43604> ;
    ns1:piano <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/9514> ;
    ns1:viola <http://data.carnegiehall.org/names/47981> ;
    ns1:violin <http://data.carnegiehall.org/names/25066>,
        <http://data.carnegiehall.org/names/30731> ;
    ns2:performer <http://data.carnegiehall.org/names/13983>,
        <http://data.carnegiehall.org/names/25066>,
        <http://data.carnegiehall.org/names/30731>,
        <http://data.carnegiehall.org/names/43604>,
        <http://data.carnegiehall.org/names/47981>,
        <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/50503>,
        <http://data.carnegiehall.org/names/9514> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7153> .

