@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/54610/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Silver Shield" ;
    ns2:actor <http://data.carnegiehall.org/names/105208>,
        <http://data.carnegiehall.org/names/105209>,
        <http://data.carnegiehall.org/names/105210>,
        <http://data.carnegiehall.org/names/105211>,
        <http://data.carnegiehall.org/names/105212>,
        <http://data.carnegiehall.org/names/14785>,
        <http://data.carnegiehall.org/names/48408>,
        <http://data.carnegiehall.org/names/54928>,
        <http://data.carnegiehall.org/names/57463> ;
    ns1:performer <http://data.carnegiehall.org/names/105208>,
        <http://data.carnegiehall.org/names/105209>,
        <http://data.carnegiehall.org/names/105210>,
        <http://data.carnegiehall.org/names/105211>,
        <http://data.carnegiehall.org/names/105212>,
        <http://data.carnegiehall.org/names/14785>,
        <http://data.carnegiehall.org/names/48408>,
        <http://data.carnegiehall.org/names/54928>,
        <http://data.carnegiehall.org/names/57463> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/96886> .

