@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/54649/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Maurice the Woodcutter" ;
    ns1:actor <http://data.carnegiehall.org/names/105530>,
        <http://data.carnegiehall.org/names/105531>,
        <http://data.carnegiehall.org/names/105532>,
        <http://data.carnegiehall.org/names/105533>,
        <http://data.carnegiehall.org/names/105534>,
        <http://data.carnegiehall.org/names/105535>,
        <http://data.carnegiehall.org/names/105536>,
        <http://data.carnegiehall.org/names/105537>,
        <http://data.carnegiehall.org/names/105538>,
        <http://data.carnegiehall.org/names/105539>,
        <http://data.carnegiehall.org/names/105540>,
        <http://data.carnegiehall.org/names/105541>,
        <http://data.carnegiehall.org/names/17889> ;
    ns2:performer <http://data.carnegiehall.org/names/105530>,
        <http://data.carnegiehall.org/names/105531>,
        <http://data.carnegiehall.org/names/105532>,
        <http://data.carnegiehall.org/names/105533>,
        <http://data.carnegiehall.org/names/105534>,
        <http://data.carnegiehall.org/names/105535>,
        <http://data.carnegiehall.org/names/105536>,
        <http://data.carnegiehall.org/names/105537>,
        <http://data.carnegiehall.org/names/105538>,
        <http://data.carnegiehall.org/names/105539>,
        <http://data.carnegiehall.org/names/105540>,
        <http://data.carnegiehall.org/names/105541>,
        <http://data.carnegiehall.org/names/17889> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97107> .

