@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/21079/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Peter and The Wolf, Op. 67" ;
    ns1:bassoon <http://data.carnegiehall.org/names/58717> ;
    ns1:clarinet <http://data.carnegiehall.org/names/41711> ;
    ns1:flute <http://data.carnegiehall.org/names/46110> ;
    ns1:narrator <http://data.carnegiehall.org/names/35090> ;
    ns1:oboe <http://data.carnegiehall.org/names/57990> ;
    ns2:performer <http://data.carnegiehall.org/names/35090>,
        <http://data.carnegiehall.org/names/41711>,
        <http://data.carnegiehall.org/names/46110>,
        <http://data.carnegiehall.org/names/57990>,
        <http://data.carnegiehall.org/names/58717> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32315> .

