@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/59231/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hrím" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/112635> ;
    ns1:celesta <http://data.carnegiehall.org/names/112644> ;
    ns1:cello <http://data.carnegiehall.org/names/96857> ;
    ns1:clarinet <http://data.carnegiehall.org/names/103843> ;
    ns1:conductor <http://data.carnegiehall.org/names/115537> ;
    ns1:double_bass <http://data.carnegiehall.org/names/112636> ;
    ns1:english_horn <http://data.carnegiehall.org/names/111121> ;
    ns1:flute <http://data.carnegiehall.org/names/111610> ;
    ns1:french_horn <http://data.carnegiehall.org/names/112634> ;
    ns1:oboe <http://data.carnegiehall.org/names/111121> ;
    ns1:piano <http://data.carnegiehall.org/names/112644> ;
    ns1:trombone <http://data.carnegiehall.org/names/103836> ;
    ns1:viola <http://data.carnegiehall.org/names/75685> ;
    ns1:violin <http://data.carnegiehall.org/names/104083>,
        <http://data.carnegiehall.org/names/112641> ;
    ns2:performer <http://data.carnegiehall.org/names/103836>,
        <http://data.carnegiehall.org/names/103843>,
        <http://data.carnegiehall.org/names/104083>,
        <http://data.carnegiehall.org/names/111121>,
        <http://data.carnegiehall.org/names/111610>,
        <http://data.carnegiehall.org/names/112634>,
        <http://data.carnegiehall.org/names/112635>,
        <http://data.carnegiehall.org/names/112636>,
        <http://data.carnegiehall.org/names/112641>,
        <http://data.carnegiehall.org/names/112644>,
        <http://data.carnegiehall.org/names/115537>,
        <http://data.carnegiehall.org/names/75685>,
        <http://data.carnegiehall.org/names/96857> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/101910> .

