@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/2614/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "For the Beauty of the Earth" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/72735>,
        <http://data.carnegiehall.org/names/8133> ;
    ns1:choir <http://data.carnegiehall.org/names/76238>,
        <http://data.carnegiehall.org/names/76239>,
        <http://data.carnegiehall.org/names/76241> ;
    ns1:conductor <http://data.carnegiehall.org/names/23359> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:portative <http://data.carnegiehall.org/names/55060> ;
    ns2:performer <http://data.carnegiehall.org/names/23359>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/55060>,
        <http://data.carnegiehall.org/names/72735>,
        <http://data.carnegiehall.org/names/76238>,
        <http://data.carnegiehall.org/names/76239>,
        <http://data.carnegiehall.org/names/76241>,
        <http://data.carnegiehall.org/names/8133> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/49254> .

