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

<http://data.carnegiehall.org/events/30996/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Spring Symphony, Op. 44" ;
    ns3:choir <http://data.carnegiehall.org/names/14502> ;
    ns3:contralto <http://data.carnegiehall.org/names/30992> ;
    ns3:orchestra <http://data.carnegiehall.org/names/55911> ;
    ns3:organ <http://data.carnegiehall.org/names/33156> ;
    ns3:soprano <http://data.carnegiehall.org/names/33791> ;
    ns3:tenor <http://data.carnegiehall.org/names/4121> ;
    ns1:performer <http://data.carnegiehall.org/names/14502>,
        <http://data.carnegiehall.org/names/30992>,
        <http://data.carnegiehall.org/names/33156>,
        <http://data.carnegiehall.org/names/33791>,
        <http://data.carnegiehall.org/names/4121>,
        <http://data.carnegiehall.org/names/55911> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/310> ;
    rdfs:comment "New York premiere" .

