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

<http://data.carnegiehall.org/events/43179/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Remarks" ;
    ns2:piano_quartet <http://data.carnegiehall.org/names/4492> ;
    ns2:piano_trio <http://data.carnegiehall.org/names/14129>,
        <http://data.carnegiehall.org/names/24998>,
        <http://data.carnegiehall.org/names/53699> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/14859>,
        <http://data.carnegiehall.org/names/29341>,
        <http://data.carnegiehall.org/names/32020>,
        <http://data.carnegiehall.org/names/3354>,
        <http://data.carnegiehall.org/names/35766>,
        <http://data.carnegiehall.org/names/55934>,
        <http://data.carnegiehall.org/names/59245>,
        <http://data.carnegiehall.org/names/8604> ;
    ns1:performer <http://data.carnegiehall.org/names/14129>,
        <http://data.carnegiehall.org/names/14859>,
        <http://data.carnegiehall.org/names/24998>,
        <http://data.carnegiehall.org/names/29341>,
        <http://data.carnegiehall.org/names/32020>,
        <http://data.carnegiehall.org/names/3354>,
        <http://data.carnegiehall.org/names/35766>,
        <http://data.carnegiehall.org/names/4492>,
        <http://data.carnegiehall.org/names/53699>,
        <http://data.carnegiehall.org/names/55934>,
        <http://data.carnegiehall.org/names/59245>,
        <http://data.carnegiehall.org/names/8604> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1315> .

