@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/44068/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hallelujah" ;
    ns3:gayageum <http://data.carnegiehall.org/names/76155>,
        <http://data.carnegiehall.org/names/76157>,
        <http://data.carnegiehall.org/names/76164>,
        <http://data.carnegiehall.org/names/76165>,
        <http://data.carnegiehall.org/names/76167>,
        <http://data.carnegiehall.org/names/76168>,
        <http://data.carnegiehall.org/names/76169>,
        <http://data.carnegiehall.org/names/76170>,
        <http://data.carnegiehall.org/names/76172>,
        <http://data.carnegiehall.org/names/76173> ;
    ns1:performer <http://data.carnegiehall.org/names/76155>,
        <http://data.carnegiehall.org/names/76157>,
        <http://data.carnegiehall.org/names/76164>,
        <http://data.carnegiehall.org/names/76165>,
        <http://data.carnegiehall.org/names/76167>,
        <http://data.carnegiehall.org/names/76168>,
        <http://data.carnegiehall.org/names/76169>,
        <http://data.carnegiehall.org/names/76170>,
        <http://data.carnegiehall.org/names/76172>,
        <http://data.carnegiehall.org/names/76173> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/72369> .

