@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/54640/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Grey Mare" ;
    ns1:actor <http://data.carnegiehall.org/names/105461>,
        <http://data.carnegiehall.org/names/105462>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/26515>,
        <http://data.carnegiehall.org/names/28507>,
        <http://data.carnegiehall.org/names/31523>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/48408>,
        <http://data.carnegiehall.org/names/57464>,
        <http://data.carnegiehall.org/names/69295>,
        <http://data.carnegiehall.org/names/69532>,
        <http://data.carnegiehall.org/names/7226> ;
    ns2:performer <http://data.carnegiehall.org/names/105461>,
        <http://data.carnegiehall.org/names/105462>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/26515>,
        <http://data.carnegiehall.org/names/28507>,
        <http://data.carnegiehall.org/names/31523>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/48408>,
        <http://data.carnegiehall.org/names/57464>,
        <http://data.carnegiehall.org/names/69295>,
        <http://data.carnegiehall.org/names/69532>,
        <http://data.carnegiehall.org/names/7226> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97031> .

