@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/74671/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Nonetto" ;
    ns1:bassoon <http://data.carnegiehall.org/names/86674> ;
    ns1:cello <http://data.carnegiehall.org/names/67289> ;
    ns1:clarinet <http://data.carnegiehall.org/names/125737> ;
    ns1:double_bass <http://data.carnegiehall.org/names/128957> ;
    ns1:flute <http://data.carnegiehall.org/names/37867> ;
    ns1:french_horn <http://data.carnegiehall.org/names/23299> ;
    ns1:oboe <http://data.carnegiehall.org/names/126463> ;
    ns1:viola <http://data.carnegiehall.org/names/125736> ;
    ns1:violin <http://data.carnegiehall.org/names/126460> ;
    ns2:performer <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/125737>,
        <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/126463>,
        <http://data.carnegiehall.org/names/128957>,
        <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/37867>,
        <http://data.carnegiehall.org/names/67289>,
        <http://data.carnegiehall.org/names/86674> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118801> .

