@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@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" ;
    ns2:cello <http://data.carnegiehall.org/names/73907> ;
    ns2:conductor <http://data.carnegiehall.org/names/73911> ;
    ns2:double_bass <http://data.carnegiehall.org/names/73910> ;
    ns2:saxophone <http://data.carnegiehall.org/names/73906> ;
    ns2:violin <http://data.carnegiehall.org/names/62687> ;
    ns3: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/70370> ;
    rdfs:comment "world premiere" .

