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

<http://data.carnegiehall.org/events/23830/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for 3 Oboes, 3 Violins, and Continuo in B-flat Major, TWV 44:43" ;
    ns1:oboe <http://data.carnegiehall.org/names/23606>,
        <http://data.carnegiehall.org/names/50763>,
        <http://data.carnegiehall.org/names/59335> ;
    ns1:violin <http://data.carnegiehall.org/names/10832>,
        <http://data.carnegiehall.org/names/27239>,
        <http://data.carnegiehall.org/names/42860> ;
    ns3:performer <http://data.carnegiehall.org/names/10832>,
        <http://data.carnegiehall.org/names/23606>,
        <http://data.carnegiehall.org/names/27239>,
        <http://data.carnegiehall.org/names/42860>,
        <http://data.carnegiehall.org/names/50763>,
        <http://data.carnegiehall.org/names/59335> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/58574> .

