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

<http://data.carnegiehall.org/events/8507/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oktkt" ;
    ns3:bassoon <http://data.carnegiehall.org/names/58199>,
        <http://data.carnegiehall.org/names/59223> ;
    ns3:clarinet <http://data.carnegiehall.org/names/31085>,
        <http://data.carnegiehall.org/names/43995> ;
    ns3:french_horn <http://data.carnegiehall.org/names/25088>,
        <http://data.carnegiehall.org/names/58198> ;
    ns3:oboe <http://data.carnegiehall.org/names/11196>,
        <http://data.carnegiehall.org/names/15093> ;
    ns1:performer <http://data.carnegiehall.org/names/11196>,
        <http://data.carnegiehall.org/names/15093>,
        <http://data.carnegiehall.org/names/25088>,
        <http://data.carnegiehall.org/names/31085>,
        <http://data.carnegiehall.org/names/43995>,
        <http://data.carnegiehall.org/names/58198>,
        <http://data.carnegiehall.org/names/58199>,
        <http://data.carnegiehall.org/names/59223> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/51037> .

