@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/8270/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Improvisaties uit het Labyrint" ;
    ns1:clarinet <http://data.carnegiehall.org/names/51350> ;
    ns1:countertenor <http://data.carnegiehall.org/names/47128> ;
    ns1:double_bass <http://data.carnegiehall.org/names/22267> ;
    ns1:percussion <http://data.carnegiehall.org/names/2814> ;
    ns1:piano <http://data.carnegiehall.org/names/27405>,
        <http://data.carnegiehall.org/names/32835> ;
    ns1:soprano <http://data.carnegiehall.org/names/44629> ;
    ns3:performer <http://data.carnegiehall.org/names/22267>,
        <http://data.carnegiehall.org/names/27405>,
        <http://data.carnegiehall.org/names/2814>,
        <http://data.carnegiehall.org/names/32835>,
        <http://data.carnegiehall.org/names/44629>,
        <http://data.carnegiehall.org/names/47128>,
        <http://data.carnegiehall.org/names/51350> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/15629> .

