@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/43539/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Distant Land" ;
    ns1:choir <http://data.carnegiehall.org/names/47099>,
        <http://data.carnegiehall.org/names/6932>,
        <http://data.carnegiehall.org/names/7073>,
        <http://data.carnegiehall.org/names/75080>,
        <http://data.carnegiehall.org/names/75082>,
        <http://data.carnegiehall.org/names/75083>,
        <http://data.carnegiehall.org/names/75084>,
        <http://data.carnegiehall.org/names/75085>,
        <http://data.carnegiehall.org/names/75086> ;
    ns2:performer <http://data.carnegiehall.org/names/47099>,
        <http://data.carnegiehall.org/names/6932>,
        <http://data.carnegiehall.org/names/7073>,
        <http://data.carnegiehall.org/names/75080>,
        <http://data.carnegiehall.org/names/75082>,
        <http://data.carnegiehall.org/names/75083>,
        <http://data.carnegiehall.org/names/75084>,
        <http://data.carnegiehall.org/names/75085>,
        <http://data.carnegiehall.org/names/75086> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26203> .

