@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/23389/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Einstein's Red/ Blue Universe" ;
    ns1:double_bass <http://data.carnegiehall.org/names/60239> ;
    ns1:drums <http://data.carnegiehall.org/names/22048> ;
    ns1:french_horn <http://data.carnegiehall.org/names/40618> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/39194> ;
    ns1:trombone <http://data.carnegiehall.org/names/9435> ;
    ns2:performer <http://data.carnegiehall.org/names/22048>,
        <http://data.carnegiehall.org/names/39194>,
        <http://data.carnegiehall.org/names/40618>,
        <http://data.carnegiehall.org/names/60239>,
        <http://data.carnegiehall.org/names/9435> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/40353> ;
    rdfs:comment "world premiere" .

