@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/42313/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Young Mrs. Winthrop, A Play in Four Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/11674>,
        <http://data.carnegiehall.org/names/14826>,
        <http://data.carnegiehall.org/names/21065>,
        <http://data.carnegiehall.org/names/29924>,
        <http://data.carnegiehall.org/names/32825>,
        <http://data.carnegiehall.org/names/34482>,
        <http://data.carnegiehall.org/names/37339>,
        <http://data.carnegiehall.org/names/41365>,
        <http://data.carnegiehall.org/names/562> ;
    ns2:performer <http://data.carnegiehall.org/names/11674>,
        <http://data.carnegiehall.org/names/14826>,
        <http://data.carnegiehall.org/names/21065>,
        <http://data.carnegiehall.org/names/29924>,
        <http://data.carnegiehall.org/names/32825>,
        <http://data.carnegiehall.org/names/34482>,
        <http://data.carnegiehall.org/names/37339>,
        <http://data.carnegiehall.org/names/41365>,
        <http://data.carnegiehall.org/names/562> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58444> .

