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

<http://data.carnegiehall.org/events/6275/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sketch" ;
    ns1:actor <http://data.carnegiehall.org/names/80558>,
        <http://data.carnegiehall.org/names/80560>,
        <http://data.carnegiehall.org/names/80561>,
        <http://data.carnegiehall.org/names/80562> ;
    ns1:dancer <http://data.carnegiehall.org/names/22446>,
        <http://data.carnegiehall.org/names/80564>,
        <http://data.carnegiehall.org/names/80565>,
        <http://data.carnegiehall.org/names/80566>,
        <http://data.carnegiehall.org/names/80567>,
        <http://data.carnegiehall.org/names/80568>,
        <http://data.carnegiehall.org/names/80569> ;
    ns1:harmonica <http://data.carnegiehall.org/names/80563> ;
    ns2:performer <http://data.carnegiehall.org/names/22446>,
        <http://data.carnegiehall.org/names/80558>,
        <http://data.carnegiehall.org/names/80560>,
        <http://data.carnegiehall.org/names/80561>,
        <http://data.carnegiehall.org/names/80562>,
        <http://data.carnegiehall.org/names/80563>,
        <http://data.carnegiehall.org/names/80564>,
        <http://data.carnegiehall.org/names/80565>,
        <http://data.carnegiehall.org/names/80566>,
        <http://data.carnegiehall.org/names/80567>,
        <http://data.carnegiehall.org/names/80568>,
        <http://data.carnegiehall.org/names/80569> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14810> .

