@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/10065/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quartet for Bassoon and Strings in B-flat Major, Op. 46, No. 1" ;
    ns1:bassoon <http://data.carnegiehall.org/names/25719> ;
    ns1:cello <http://data.carnegiehall.org/names/7293> ;
    ns1:viola <http://data.carnegiehall.org/names/53106>,
        <http://data.carnegiehall.org/names/7281> ;
    ns3:performer <http://data.carnegiehall.org/names/25719>,
        <http://data.carnegiehall.org/names/53106>,
        <http://data.carnegiehall.org/names/7281>,
        <http://data.carnegiehall.org/names/7293> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/53074> .

