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

<http://data.carnegiehall.org/events/49754/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Strofy" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/90730> ;
    ns2:conductor <http://data.carnegiehall.org/names/90729> ;
    ns2:double_bass <http://data.carnegiehall.org/names/73819> ;
    ns2:flute <http://data.carnegiehall.org/names/28306> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/60299> ;
    ns2:narrator <http://data.carnegiehall.org/names/90731> ;
    ns2:percussion <http://data.carnegiehall.org/names/29925>,
        <http://data.carnegiehall.org/names/8254> ;
    ns2:piano <http://data.carnegiehall.org/names/90732> ;
    ns2:viola <http://data.carnegiehall.org/names/90733> ;
    ns2:violin <http://data.carnegiehall.org/names/30434> ;
    ns3:performer <http://data.carnegiehall.org/names/28306>,
        <http://data.carnegiehall.org/names/29925>,
        <http://data.carnegiehall.org/names/30434>,
        <http://data.carnegiehall.org/names/60299>,
        <http://data.carnegiehall.org/names/73819>,
        <http://data.carnegiehall.org/names/8254>,
        <http://data.carnegiehall.org/names/90729>,
        <http://data.carnegiehall.org/names/90730>,
        <http://data.carnegiehall.org/names/90731>,
        <http://data.carnegiehall.org/names/90732>,
        <http://data.carnegiehall.org/names/90733> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/84125> .

