@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/48489/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Twilight Music: 1. Con moto, flessibile" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/81319> ;
    ns1:french_horn <http://data.carnegiehall.org/names/87527> ;
    ns1:piano <http://data.carnegiehall.org/names/81321> ;
    ns1:violin <http://data.carnegiehall.org/names/81320> ;
    ns2:performer <http://data.carnegiehall.org/names/81319>,
        <http://data.carnegiehall.org/names/81320>,
        <http://data.carnegiehall.org/names/81321>,
        <http://data.carnegiehall.org/names/87527> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81705> .

