@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/1765/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Un crimen misterioso: juguete cómico en un acto y en prosa" ;
    ns2:actor <http://data.carnegiehall.org/names/11054>,
        <http://data.carnegiehall.org/names/14544>,
        <http://data.carnegiehall.org/names/20582>,
        <http://data.carnegiehall.org/names/20586>,
        <http://data.carnegiehall.org/names/24757>,
        <http://data.carnegiehall.org/names/24872>,
        <http://data.carnegiehall.org/names/31511>,
        <http://data.carnegiehall.org/names/34087>,
        <http://data.carnegiehall.org/names/40751>,
        <http://data.carnegiehall.org/names/48838>,
        <http://data.carnegiehall.org/names/57173>,
        <http://data.carnegiehall.org/names/59707>,
        <http://data.carnegiehall.org/names/90505> ;
    ns1:performer <http://data.carnegiehall.org/names/11054>,
        <http://data.carnegiehall.org/names/14544>,
        <http://data.carnegiehall.org/names/20582>,
        <http://data.carnegiehall.org/names/20586>,
        <http://data.carnegiehall.org/names/24757>,
        <http://data.carnegiehall.org/names/24872>,
        <http://data.carnegiehall.org/names/31511>,
        <http://data.carnegiehall.org/names/34087>,
        <http://data.carnegiehall.org/names/40751>,
        <http://data.carnegiehall.org/names/48838>,
        <http://data.carnegiehall.org/names/57173>,
        <http://data.carnegiehall.org/names/59707>,
        <http://data.carnegiehall.org/names/90505> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102537> .

