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

<http://data.carnegiehall.org/events/14169/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mládí" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/48972> ;
    ns1:bassoon <http://data.carnegiehall.org/names/33181> ;
    ns1:clarinet <http://data.carnegiehall.org/names/33166> ;
    ns1:flute <http://data.carnegiehall.org/names/11184> ;
    ns1:french_horn <http://data.carnegiehall.org/names/4543> ;
    ns1:oboe <http://data.carnegiehall.org/names/46065> ;
    ns1:wind_quintet <http://data.carnegiehall.org/names/25611> ;
    ns3:performer <http://data.carnegiehall.org/names/11184>,
        <http://data.carnegiehall.org/names/25611>,
        <http://data.carnegiehall.org/names/33166>,
        <http://data.carnegiehall.org/names/33181>,
        <http://data.carnegiehall.org/names/4543>,
        <http://data.carnegiehall.org/names/46065>,
        <http://data.carnegiehall.org/names/48972> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/36250> .

