@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/43561/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Presentation" ;
    ns2:haegeum <http://data.carnegiehall.org/names/75177> ;
    ns2:kayagum <http://data.carnegiehall.org/names/75174> ;
    ns2:komungo <http://data.carnegiehall.org/names/75175>,
        <http://data.carnegiehall.org/names/75176> ;
    ns2:narrator <http://data.carnegiehall.org/names/75160> ;
    ns2:presenter <http://data.carnegiehall.org/names/75169>,
        <http://data.carnegiehall.org/names/75170>,
        <http://data.carnegiehall.org/names/75171>,
        <http://data.carnegiehall.org/names/75172>,
        <http://data.carnegiehall.org/names/75173> ;
    ns1:performer <http://data.carnegiehall.org/names/75160>,
        <http://data.carnegiehall.org/names/75169>,
        <http://data.carnegiehall.org/names/75170>,
        <http://data.carnegiehall.org/names/75171>,
        <http://data.carnegiehall.org/names/75172>,
        <http://data.carnegiehall.org/names/75173>,
        <http://data.carnegiehall.org/names/75174>,
        <http://data.carnegiehall.org/names/75175>,
        <http://data.carnegiehall.org/names/75176>,
        <http://data.carnegiehall.org/names/75177> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15777> .

