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

<http://data.carnegiehall.org/events/71787/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Yeish Kochavim (There are Stars Above)" ;
    ns3:choir <http://data.carnegiehall.org/names/117266>,
        <http://data.carnegiehall.org/names/118588>,
        <http://data.carnegiehall.org/names/131179>,
        <http://data.carnegiehall.org/names/131181>,
        <http://data.carnegiehall.org/names/131182>,
        <http://data.carnegiehall.org/names/131183>,
        <http://data.carnegiehall.org/names/131184>,
        <http://data.carnegiehall.org/names/131185>,
        <http://data.carnegiehall.org/names/131186>,
        <http://data.carnegiehall.org/names/74653> ;
    ns3:conductor <http://data.carnegiehall.org/names/85105> ;
    ns3:piano <http://data.carnegiehall.org/names/108629> ;
    ns3:vocalist <http://data.carnegiehall.org/names/131180> ;
    ns2:performer <http://data.carnegiehall.org/names/108629>,
        <http://data.carnegiehall.org/names/117266>,
        <http://data.carnegiehall.org/names/118588>,
        <http://data.carnegiehall.org/names/131179>,
        <http://data.carnegiehall.org/names/131180>,
        <http://data.carnegiehall.org/names/131181>,
        <http://data.carnegiehall.org/names/131182>,
        <http://data.carnegiehall.org/names/131183>,
        <http://data.carnegiehall.org/names/131184>,
        <http://data.carnegiehall.org/names/131185>,
        <http://data.carnegiehall.org/names/131186>,
        <http://data.carnegiehall.org/names/74653>,
        <http://data.carnegiehall.org/names/85105> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/115607> .

