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

<http://data.carnegiehall.org/events/49688/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Presentation" ;
    ns3:magician <http://data.carnegiehall.org/names/66195>,
        <http://data.carnegiehall.org/names/90636>,
        <http://data.carnegiehall.org/names/90637>,
        <http://data.carnegiehall.org/names/90638>,
        <http://data.carnegiehall.org/names/90639>,
        <http://data.carnegiehall.org/names/90640>,
        <http://data.carnegiehall.org/names/90641>,
        <http://data.carnegiehall.org/names/90642>,
        <http://data.carnegiehall.org/names/90645> ;
    ns3:magicians <http://data.carnegiehall.org/names/90634>,
        <http://data.carnegiehall.org/names/90644> ;
    ns1:performer <http://data.carnegiehall.org/names/66195>,
        <http://data.carnegiehall.org/names/90634>,
        <http://data.carnegiehall.org/names/90636>,
        <http://data.carnegiehall.org/names/90637>,
        <http://data.carnegiehall.org/names/90638>,
        <http://data.carnegiehall.org/names/90639>,
        <http://data.carnegiehall.org/names/90640>,
        <http://data.carnegiehall.org/names/90641>,
        <http://data.carnegiehall.org/names/90642>,
        <http://data.carnegiehall.org/names/90644>,
        <http://data.carnegiehall.org/names/90645> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/15777> .

