@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/10576/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "In virtute tua" ;
    ns2:cello <http://data.carnegiehall.org/names/26786> ;
    ns2:choir <http://data.carnegiehall.org/names/115150>,
        <http://data.carnegiehall.org/names/115151>,
        <http://data.carnegiehall.org/names/115152>,
        <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/47417>,
        <http://data.carnegiehall.org/names/64131> ;
    ns2:conductor <http://data.carnegiehall.org/names/46015> ;
    ns2:oboe <http://data.carnegiehall.org/names/44621>,
        <http://data.carnegiehall.org/names/47094> ;
    ns2:piano <http://data.carnegiehall.org/names/41764> ;
    ns1:performer <http://data.carnegiehall.org/names/115150>,
        <http://data.carnegiehall.org/names/115151>,
        <http://data.carnegiehall.org/names/115152>,
        <http://data.carnegiehall.org/names/26786>,
        <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/41764>,
        <http://data.carnegiehall.org/names/44621>,
        <http://data.carnegiehall.org/names/46015>,
        <http://data.carnegiehall.org/names/47094>,
        <http://data.carnegiehall.org/names/47417>,
        <http://data.carnegiehall.org/names/64131> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25779> .

