@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/6924/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "In Cleon's Garden, A Masque of Cupid" ;
    ns3:actor <http://data.carnegiehall.org/names/33837>,
        <http://data.carnegiehall.org/names/34497>,
        <http://data.carnegiehall.org/names/39019>,
        <http://data.carnegiehall.org/names/42428>,
        <http://data.carnegiehall.org/names/42730>,
        <http://data.carnegiehall.org/names/56838>,
        <http://data.carnegiehall.org/names/658>,
        <http://data.carnegiehall.org/names/6711>,
        <http://data.carnegiehall.org/names/9361>,
        <http://data.carnegiehall.org/names/9575> ;
    ns2:performer <http://data.carnegiehall.org/names/33837>,
        <http://data.carnegiehall.org/names/34497>,
        <http://data.carnegiehall.org/names/39019>,
        <http://data.carnegiehall.org/names/42428>,
        <http://data.carnegiehall.org/names/42730>,
        <http://data.carnegiehall.org/names/56838>,
        <http://data.carnegiehall.org/names/658>,
        <http://data.carnegiehall.org/names/6711>,
        <http://data.carnegiehall.org/names/9361>,
        <http://data.carnegiehall.org/names/9575> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/103144> .

