@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/4789/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Beware of Smooth Water (Guárdate de la agua mansa), A Comedy in Two Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/12057>,
        <http://data.carnegiehall.org/names/1508>,
        <http://data.carnegiehall.org/names/19614>,
        <http://data.carnegiehall.org/names/3527>,
        <http://data.carnegiehall.org/names/52459>,
        <http://data.carnegiehall.org/names/52655>,
        <http://data.carnegiehall.org/names/53422>,
        <http://data.carnegiehall.org/names/53648>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/59124>,
        <http://data.carnegiehall.org/names/7225> ;
    ns1:performer <http://data.carnegiehall.org/names/12057>,
        <http://data.carnegiehall.org/names/1508>,
        <http://data.carnegiehall.org/names/19614>,
        <http://data.carnegiehall.org/names/3527>,
        <http://data.carnegiehall.org/names/52459>,
        <http://data.carnegiehall.org/names/52655>,
        <http://data.carnegiehall.org/names/53422>,
        <http://data.carnegiehall.org/names/53648>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/59124>,
        <http://data.carnegiehall.org/names/7225> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13677> .

