@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/45062/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piosenki" ;
    ns1:baritone <http://data.carnegiehall.org/names/77311> ;
    ns1:cello <http://data.carnegiehall.org/names/66635> ;
    ns1:clarinet <http://data.carnegiehall.org/names/78877> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76340> ;
    ns1:flute <http://data.carnegiehall.org/names/71008> ;
    ns1:french_horn <http://data.carnegiehall.org/names/76580> ;
    ns1:percussion <http://data.carnegiehall.org/names/76338> ;
    ns1:soprano <http://data.carnegiehall.org/names/77319> ;
    ns1:trumpet <http://data.carnegiehall.org/names/72860> ;
    ns1:viola <http://data.carnegiehall.org/names/78879> ;
    ns1:violin <http://data.carnegiehall.org/names/22083> ;
    ns2:performer <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/66635>,
        <http://data.carnegiehall.org/names/71008>,
        <http://data.carnegiehall.org/names/72860>,
        <http://data.carnegiehall.org/names/76338>,
        <http://data.carnegiehall.org/names/76340>,
        <http://data.carnegiehall.org/names/76580>,
        <http://data.carnegiehall.org/names/77311>,
        <http://data.carnegiehall.org/names/77319>,
        <http://data.carnegiehall.org/names/78877>,
        <http://data.carnegiehall.org/names/78879> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73439> .

