@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/43101/work_07> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Concerto for the First Sunday of the New Year" ;
    ns1:cello <http://data.carnegiehall.org/names/73907> ;
    ns1:conductor <http://data.carnegiehall.org/names/73911> ;
    ns1:double_bass <http://data.carnegiehall.org/names/73910> ;
    ns1:saxophone <http://data.carnegiehall.org/names/73906> ;
    ns1:violin <http://data.carnegiehall.org/names/62687> ;
    ns2:performer <http://data.carnegiehall.org/names/62687>,
        <http://data.carnegiehall.org/names/73906>,
        <http://data.carnegiehall.org/names/73907>,
        <http://data.carnegiehall.org/names/73910>,
        <http://data.carnegiehall.org/names/73911> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70370> ;
    rdfs:comment "world premiere" .

