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

<http://data.carnegiehall.org/events/60843/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La grenouille qui veut se faire aussi grosse que le boeuf" ;
    ns1:actor <http://data.carnegiehall.org/names/113751>,
        <http://data.carnegiehall.org/names/113752>,
        <http://data.carnegiehall.org/names/113753>,
        <http://data.carnegiehall.org/names/113754>,
        <http://data.carnegiehall.org/names/113755>,
        <http://data.carnegiehall.org/names/113756>,
        <http://data.carnegiehall.org/names/113757> ;
    ns1:theater_group <http://data.carnegiehall.org/names/113750> ;
    ns3:performer <http://data.carnegiehall.org/names/113750>,
        <http://data.carnegiehall.org/names/113751>,
        <http://data.carnegiehall.org/names/113752>,
        <http://data.carnegiehall.org/names/113753>,
        <http://data.carnegiehall.org/names/113754>,
        <http://data.carnegiehall.org/names/113755>,
        <http://data.carnegiehall.org/names/113756>,
        <http://data.carnegiehall.org/names/113757> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/102617> .

