@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/50587/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Bassoon and Low Strings" ;
    ns2:bassoon <http://data.carnegiehall.org/names/47767> ;
    ns2:cello <http://data.carnegiehall.org/names/73564>,
        <http://data.carnegiehall.org/names/84485>,
        <http://data.carnegiehall.org/names/92453>,
        <http://data.carnegiehall.org/names/92467> ;
    ns2:conductor <http://data.carnegiehall.org/names/9050> ;
    ns2:double_bass <http://data.carnegiehall.org/names/85612>,
        <http://data.carnegiehall.org/names/92468>,
        <http://data.carnegiehall.org/names/92469> ;
    ns1:performer <http://data.carnegiehall.org/names/47767>,
        <http://data.carnegiehall.org/names/73564>,
        <http://data.carnegiehall.org/names/84485>,
        <http://data.carnegiehall.org/names/85612>,
        <http://data.carnegiehall.org/names/9050>,
        <http://data.carnegiehall.org/names/92453>,
        <http://data.carnegiehall.org/names/92467>,
        <http://data.carnegiehall.org/names/92468>,
        <http://data.carnegiehall.org/names/92469> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/85677> .

