@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/703/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Little Night Music: Act I. A Weekend in the Country" ;
    ns1:vocalist <http://data.carnegiehall.org/names/15527>,
        <http://data.carnegiehall.org/names/26766>,
        <http://data.carnegiehall.org/names/32395>,
        <http://data.carnegiehall.org/names/33994>,
        <http://data.carnegiehall.org/names/41931>,
        <http://data.carnegiehall.org/names/4307>,
        <http://data.carnegiehall.org/names/4309>,
        <http://data.carnegiehall.org/names/44242>,
        <http://data.carnegiehall.org/names/45570>,
        <http://data.carnegiehall.org/names/5936>,
        <http://data.carnegiehall.org/names/59720> ;
    ns2:performer <http://data.carnegiehall.org/names/15527>,
        <http://data.carnegiehall.org/names/26766>,
        <http://data.carnegiehall.org/names/32395>,
        <http://data.carnegiehall.org/names/33994>,
        <http://data.carnegiehall.org/names/41931>,
        <http://data.carnegiehall.org/names/4307>,
        <http://data.carnegiehall.org/names/4309>,
        <http://data.carnegiehall.org/names/44242>,
        <http://data.carnegiehall.org/names/45570>,
        <http://data.carnegiehall.org/names/5936>,
        <http://data.carnegiehall.org/names/59720> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41765> .

