@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/23216/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "El retablo de maese Pedro" ;
    ns2:dancer <http://data.carnegiehall.org/names/12102>,
        <http://data.carnegiehall.org/names/22180>,
        <http://data.carnegiehall.org/names/22415>,
        <http://data.carnegiehall.org/names/31140>,
        <http://data.carnegiehall.org/names/31406>,
        <http://data.carnegiehall.org/names/44301>,
        <http://data.carnegiehall.org/names/51359>,
        <http://data.carnegiehall.org/names/51360>,
        <http://data.carnegiehall.org/names/52179>,
        <http://data.carnegiehall.org/names/54676>,
        <http://data.carnegiehall.org/names/55650>,
        <http://data.carnegiehall.org/names/60483>,
        <http://data.carnegiehall.org/names/9442>,
        <http://data.carnegiehall.org/names/9627> ;
    ns1:performer <http://data.carnegiehall.org/names/12102>,
        <http://data.carnegiehall.org/names/22180>,
        <http://data.carnegiehall.org/names/22415>,
        <http://data.carnegiehall.org/names/31140>,
        <http://data.carnegiehall.org/names/31406>,
        <http://data.carnegiehall.org/names/44301>,
        <http://data.carnegiehall.org/names/51359>,
        <http://data.carnegiehall.org/names/51360>,
        <http://data.carnegiehall.org/names/52179>,
        <http://data.carnegiehall.org/names/54676>,
        <http://data.carnegiehall.org/names/55650>,
        <http://data.carnegiehall.org/names/60483>,
        <http://data.carnegiehall.org/names/9442>,
        <http://data.carnegiehall.org/names/9627> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58581> .

