@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/58669/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Marriage of Figaro, K. 492: Overture" ;
    ns1:cello <http://data.carnegiehall.org/names/103165>,
        <http://data.carnegiehall.org/names/94084> ;
    ns1:clarinet <http://data.carnegiehall.org/names/109222> ;
    ns1:conductor <http://data.carnegiehall.org/names/109219> ;
    ns1:double_bass <http://data.carnegiehall.org/names/109220> ;
    ns1:flute <http://data.carnegiehall.org/names/109221> ;
    ns1:oboe <http://data.carnegiehall.org/names/103166> ;
    ns1:trombone <http://data.carnegiehall.org/names/96937> ;
    ns1:trumpet <http://data.carnegiehall.org/names/109223>,
        <http://data.carnegiehall.org/names/74906> ;
    ns1:viola <http://data.carnegiehall.org/names/82348> ;
    ns1:violin <http://data.carnegiehall.org/names/103163>,
        <http://data.carnegiehall.org/names/103164>,
        <http://data.carnegiehall.org/names/99786> ;
    ns2:performer <http://data.carnegiehall.org/names/103163>,
        <http://data.carnegiehall.org/names/103164>,
        <http://data.carnegiehall.org/names/103165>,
        <http://data.carnegiehall.org/names/103166>,
        <http://data.carnegiehall.org/names/109219>,
        <http://data.carnegiehall.org/names/109220>,
        <http://data.carnegiehall.org/names/109221>,
        <http://data.carnegiehall.org/names/109222>,
        <http://data.carnegiehall.org/names/109223>,
        <http://data.carnegiehall.org/names/74906>,
        <http://data.carnegiehall.org/names/82348>,
        <http://data.carnegiehall.org/names/94084>,
        <http://data.carnegiehall.org/names/96937>,
        <http://data.carnegiehall.org/names/99786> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38098> .

