@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/62090/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tosca: Act I, Scene 3. Recondita armonia" ;
    ns2:cello <http://data.carnegiehall.org/names/116519> ;
    ns2:double_bass <http://data.carnegiehall.org/names/116520> ;
    ns2:piano <http://data.carnegiehall.org/names/116517> ;
    ns2:tenor <http://data.carnegiehall.org/names/116511> ;
    ns2:viola <http://data.carnegiehall.org/names/2228> ;
    ns2:violin <http://data.carnegiehall.org/names/103682>,
        <http://data.carnegiehall.org/names/18277>,
        <http://data.carnegiehall.org/names/81590> ;
    ns1:performer <http://data.carnegiehall.org/names/103682>,
        <http://data.carnegiehall.org/names/116511>,
        <http://data.carnegiehall.org/names/116517>,
        <http://data.carnegiehall.org/names/116519>,
        <http://data.carnegiehall.org/names/116520>,
        <http://data.carnegiehall.org/names/18277>,
        <http://data.carnegiehall.org/names/2228>,
        <http://data.carnegiehall.org/names/81590> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/22778> .

