@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/35499/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Anglers" ;
    ns1:actor <http://data.carnegiehall.org/names/12057>,
        <http://data.carnegiehall.org/names/12565>,
        <http://data.carnegiehall.org/names/12741>,
        <http://data.carnegiehall.org/names/1508>,
        <http://data.carnegiehall.org/names/24782>,
        <http://data.carnegiehall.org/names/32415>,
        <http://data.carnegiehall.org/names/34419>,
        <http://data.carnegiehall.org/names/3527>,
        <http://data.carnegiehall.org/names/40753>,
        <http://data.carnegiehall.org/names/41301>,
        <http://data.carnegiehall.org/names/47578>,
        <http://data.carnegiehall.org/names/50173>,
        <http://data.carnegiehall.org/names/52460>,
        <http://data.carnegiehall.org/names/52655>,
        <http://data.carnegiehall.org/names/53648>,
        <http://data.carnegiehall.org/names/59124> ;
    ns2:performer <http://data.carnegiehall.org/names/12057>,
        <http://data.carnegiehall.org/names/12565>,
        <http://data.carnegiehall.org/names/12741>,
        <http://data.carnegiehall.org/names/1508>,
        <http://data.carnegiehall.org/names/24782>,
        <http://data.carnegiehall.org/names/32415>,
        <http://data.carnegiehall.org/names/34419>,
        <http://data.carnegiehall.org/names/3527>,
        <http://data.carnegiehall.org/names/40753>,
        <http://data.carnegiehall.org/names/41301>,
        <http://data.carnegiehall.org/names/47578>,
        <http://data.carnegiehall.org/names/50173>,
        <http://data.carnegiehall.org/names/52460>,
        <http://data.carnegiehall.org/names/52655>,
        <http://data.carnegiehall.org/names/53648>,
        <http://data.carnegiehall.org/names/59124> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97177> .

