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

