@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/71662/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kammermusik No. 1, Op. 24a" ;
    ns1:accordion <http://data.carnegiehall.org/names/133138> ;
    ns1:bassoon <http://data.carnegiehall.org/names/99882> ;
    ns1:cello <http://data.carnegiehall.org/names/54304> ;
    ns1:clarinet <http://data.carnegiehall.org/names/72101> ;
    ns1:conductor <http://data.carnegiehall.org/names/133137> ;
    ns1:double_bass <http://data.carnegiehall.org/names/26662> ;
    ns1:flute <http://data.carnegiehall.org/names/118971> ;
    ns1:percussion <http://data.carnegiehall.org/names/21052>,
        <http://data.carnegiehall.org/names/48390> ;
    ns1:piano <http://data.carnegiehall.org/names/67165> ;
    ns1:trumpet <http://data.carnegiehall.org/names/72356> ;
    ns1:viola <http://data.carnegiehall.org/names/76752> ;
    ns1:violin <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/72357> ;
    ns2:performer <http://data.carnegiehall.org/names/118971>,
        <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/133137>,
        <http://data.carnegiehall.org/names/133138>,
        <http://data.carnegiehall.org/names/21052>,
        <http://data.carnegiehall.org/names/26662>,
        <http://data.carnegiehall.org/names/48390>,
        <http://data.carnegiehall.org/names/54304>,
        <http://data.carnegiehall.org/names/67165>,
        <http://data.carnegiehall.org/names/72101>,
        <http://data.carnegiehall.org/names/72356>,
        <http://data.carnegiehall.org/names/72357>,
        <http://data.carnegiehall.org/names/76752>,
        <http://data.carnegiehall.org/names/99882> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/49456> .

