@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/20172/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto Grosso in D Minor, Op. 6, No. 10, HWV 328" ;
    ns2:double_bass <http://data.carnegiehall.org/names/41995> ;
    ns2:koto <http://data.carnegiehall.org/names/11618>,
        <http://data.carnegiehall.org/names/24745>,
        <http://data.carnegiehall.org/names/29339>,
        <http://data.carnegiehall.org/names/35392>,
        <http://data.carnegiehall.org/names/50720>,
        <http://data.carnegiehall.org/names/52966>,
        <http://data.carnegiehall.org/names/60410>,
        <http://data.carnegiehall.org/names/60411>,
        <http://data.carnegiehall.org/names/60630> ;
    ns2:shakuhachi <http://data.carnegiehall.org/names/13264> ;
    ns1:performer <http://data.carnegiehall.org/names/11618>,
        <http://data.carnegiehall.org/names/13264>,
        <http://data.carnegiehall.org/names/24745>,
        <http://data.carnegiehall.org/names/29339>,
        <http://data.carnegiehall.org/names/35392>,
        <http://data.carnegiehall.org/names/41995>,
        <http://data.carnegiehall.org/names/50720>,
        <http://data.carnegiehall.org/names/52966>,
        <http://data.carnegiehall.org/names/60410>,
        <http://data.carnegiehall.org/names/60411>,
        <http://data.carnegiehall.org/names/60630> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/95638> .

