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

<http://data.carnegiehall.org/events/3253/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "El afinador: juguete cómico en dos actos y en prosa" ;
    ns3:actor <http://data.carnegiehall.org/names/22914>,
        <http://data.carnegiehall.org/names/25011>,
        <http://data.carnegiehall.org/names/29904>,
        <http://data.carnegiehall.org/names/34087>,
        <http://data.carnegiehall.org/names/36493>,
        <http://data.carnegiehall.org/names/42370>,
        <http://data.carnegiehall.org/names/44023>,
        <http://data.carnegiehall.org/names/53034>,
        <http://data.carnegiehall.org/names/6088> ;
    ns2:performer <http://data.carnegiehall.org/names/22914>,
        <http://data.carnegiehall.org/names/25011>,
        <http://data.carnegiehall.org/names/29904>,
        <http://data.carnegiehall.org/names/34087>,
        <http://data.carnegiehall.org/names/36493>,
        <http://data.carnegiehall.org/names/42370>,
        <http://data.carnegiehall.org/names/44023>,
        <http://data.carnegiehall.org/names/53034>,
        <http://data.carnegiehall.org/names/6088> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/102991> .

