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

<http://data.carnegiehall.org/events/5207/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Quartet for Saxophones" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/57858> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/13980> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/57857> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/43936> ;
    ns3:performer <http://data.carnegiehall.org/names/13980>,
        <http://data.carnegiehall.org/names/43936>,
        <http://data.carnegiehall.org/names/57857>,
        <http://data.carnegiehall.org/names/57858> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/22815> ;
    rdfs:comment "world premiere" .

