@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/54667/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "An Eighteenth Century Romance" ;
    ns2:actor <http://data.carnegiehall.org/names/105387>,
        <http://data.carnegiehall.org/names/105395>,
        <http://data.carnegiehall.org/names/105398>,
        <http://data.carnegiehall.org/names/105419>,
        <http://data.carnegiehall.org/names/105431>,
        <http://data.carnegiehall.org/names/105437>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105445>,
        <http://data.carnegiehall.org/names/105565>,
        <http://data.carnegiehall.org/names/105566>,
        <http://data.carnegiehall.org/names/105570>,
        <http://data.carnegiehall.org/names/105573>,
        <http://data.carnegiehall.org/names/105588>,
        <http://data.carnegiehall.org/names/105589>,
        <http://data.carnegiehall.org/names/105590>,
        <http://data.carnegiehall.org/names/105591>,
        <http://data.carnegiehall.org/names/105608>,
        <http://data.carnegiehall.org/names/105609>,
        <http://data.carnegiehall.org/names/105625> ;
    ns1:performer <http://data.carnegiehall.org/names/105387>,
        <http://data.carnegiehall.org/names/105395>,
        <http://data.carnegiehall.org/names/105398>,
        <http://data.carnegiehall.org/names/105419>,
        <http://data.carnegiehall.org/names/105431>,
        <http://data.carnegiehall.org/names/105437>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105445>,
        <http://data.carnegiehall.org/names/105565>,
        <http://data.carnegiehall.org/names/105566>,
        <http://data.carnegiehall.org/names/105570>,
        <http://data.carnegiehall.org/names/105573>,
        <http://data.carnegiehall.org/names/105588>,
        <http://data.carnegiehall.org/names/105589>,
        <http://data.carnegiehall.org/names/105590>,
        <http://data.carnegiehall.org/names/105591>,
        <http://data.carnegiehall.org/names/105608>,
        <http://data.carnegiehall.org/names/105609>,
        <http://data.carnegiehall.org/names/105625> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97170> .

