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

<http://data.carnegiehall.org/events/27067/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Three Place Settings" ;
    ns3:baritone <http://data.carnegiehall.org/names/26480> ;
    ns3:clarinet <http://data.carnegiehall.org/names/29912> ;
    ns3:conductor <http://data.carnegiehall.org/names/733> ;
    ns3:double_bass <http://data.carnegiehall.org/names/58102> ;
    ns3:percussion <http://data.carnegiehall.org/names/9493> ;
    ns3:violin <http://data.carnegiehall.org/names/24576> ;
    ns2:performer <http://data.carnegiehall.org/names/24576>,
        <http://data.carnegiehall.org/names/26480>,
        <http://data.carnegiehall.org/names/29912>,
        <http://data.carnegiehall.org/names/58102>,
        <http://data.carnegiehall.org/names/733>,
        <http://data.carnegiehall.org/names/9493> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/55179> ;
    rdfs:comment "world premiere" .

