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

<http://data.carnegiehall.org/events/4898/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Solo for Eleven Clarinets No. 7" ;
    ns2:clarinet <http://data.carnegiehall.org/names/11888>,
        <http://data.carnegiehall.org/names/15584>,
        <http://data.carnegiehall.org/names/22297>,
        <http://data.carnegiehall.org/names/24273>,
        <http://data.carnegiehall.org/names/34678>,
        <http://data.carnegiehall.org/names/39455>,
        <http://data.carnegiehall.org/names/40851>,
        <http://data.carnegiehall.org/names/42803>,
        <http://data.carnegiehall.org/names/45901>,
        <http://data.carnegiehall.org/names/47335>,
        <http://data.carnegiehall.org/names/58420> ;
    ns1:performer <http://data.carnegiehall.org/names/11888>,
        <http://data.carnegiehall.org/names/15584>,
        <http://data.carnegiehall.org/names/22297>,
        <http://data.carnegiehall.org/names/24273>,
        <http://data.carnegiehall.org/names/34678>,
        <http://data.carnegiehall.org/names/39455>,
        <http://data.carnegiehall.org/names/40851>,
        <http://data.carnegiehall.org/names/42803>,
        <http://data.carnegiehall.org/names/45901>,
        <http://data.carnegiehall.org/names/47335>,
        <http://data.carnegiehall.org/names/58420> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/28633> .

