@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/24122/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "From Here to There...Again" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/3218> ;
    ns1:conductor <http://data.carnegiehall.org/names/20915>,
        <http://data.carnegiehall.org/names/30024> ;
    ns1:flute <http://data.carnegiehall.org/names/29254> ;
    ns1:percussion <http://data.carnegiehall.org/names/29555> ;
    ns1:piano <http://data.carnegiehall.org/names/15556> ;
    ns1:soprano <http://data.carnegiehall.org/names/32565> ;
    ns1:trombone <http://data.carnegiehall.org/names/16831> ;
    ns1:violin <http://data.carnegiehall.org/names/3455> ;
    ns2:performer <http://data.carnegiehall.org/names/15556>,
        <http://data.carnegiehall.org/names/16831>,
        <http://data.carnegiehall.org/names/20915>,
        <http://data.carnegiehall.org/names/29254>,
        <http://data.carnegiehall.org/names/29555>,
        <http://data.carnegiehall.org/names/30024>,
        <http://data.carnegiehall.org/names/3218>,
        <http://data.carnegiehall.org/names/32565>,
        <http://data.carnegiehall.org/names/3455> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21280> ;
    rdfs:comment "world premiere" .

