@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/40553/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Concerto for Tenor Saxophone and Wind Orchestra: First Movement" ;
    ns1:conductor <http://data.carnegiehall.org/names/67739> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/41430> ;
    ns1:wind_ensemble <http://data.carnegiehall.org/names/67740> ;
    ns2:performer <http://data.carnegiehall.org/names/41430>,
        <http://data.carnegiehall.org/names/67739>,
        <http://data.carnegiehall.org/names/67740> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64562> ;
    rdfs:comment "world premiere" .

