@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/54740/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trial by Jury" ;
    ns1:actor <http://data.carnegiehall.org/names/105903> ;
    ns1:baritone <http://data.carnegiehall.org/names/105900>,
        <http://data.carnegiehall.org/names/105901> ;
    ns1:bass <http://data.carnegiehall.org/names/105902> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/3645> ;
    ns1:soprano <http://data.carnegiehall.org/names/105898> ;
    ns1:tenor <http://data.carnegiehall.org/names/105899> ;
    ns2:performer <http://data.carnegiehall.org/names/105898>,
        <http://data.carnegiehall.org/names/105899>,
        <http://data.carnegiehall.org/names/105900>,
        <http://data.carnegiehall.org/names/105901>,
        <http://data.carnegiehall.org/names/105902>,
        <http://data.carnegiehall.org/names/105903>,
        <http://data.carnegiehall.org/names/3645> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/74323> .

