@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/5908/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Calvo y compañía: comedia de gracioso en dos actos y en prosa" ;
    ns1:actor <http://data.carnegiehall.org/names/2753>,
        <http://data.carnegiehall.org/names/52435>,
        <http://data.carnegiehall.org/names/59576>,
        <http://data.carnegiehall.org/names/66820>,
        <http://data.carnegiehall.org/names/66919>,
        <http://data.carnegiehall.org/names/66920>,
        <http://data.carnegiehall.org/names/66921>,
        <http://data.carnegiehall.org/names/66922>,
        <http://data.carnegiehall.org/names/7241> ;
    ns3:performer <http://data.carnegiehall.org/names/2753>,
        <http://data.carnegiehall.org/names/52435>,
        <http://data.carnegiehall.org/names/59576>,
        <http://data.carnegiehall.org/names/66820>,
        <http://data.carnegiehall.org/names/66919>,
        <http://data.carnegiehall.org/names/66920>,
        <http://data.carnegiehall.org/names/66921>,
        <http://data.carnegiehall.org/names/66922>,
        <http://data.carnegiehall.org/names/7241> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/102654> .

