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

<http://data.carnegiehall.org/events/62762/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Seal Lullaby" ;
    ns2:choir <http://data.carnegiehall.org/names/117782>,
        <http://data.carnegiehall.org/names/117783>,
        <http://data.carnegiehall.org/names/117784>,
        <http://data.carnegiehall.org/names/117785>,
        <http://data.carnegiehall.org/names/117786>,
        <http://data.carnegiehall.org/names/117787>,
        <http://data.carnegiehall.org/names/117788>,
        <http://data.carnegiehall.org/names/117789>,
        <http://data.carnegiehall.org/names/117790>,
        <http://data.carnegiehall.org/names/117791>,
        <http://data.carnegiehall.org/names/117792>,
        <http://data.carnegiehall.org/names/117793>,
        <http://data.carnegiehall.org/names/117797>,
        <http://data.carnegiehall.org/names/98057> ;
    ns2:piano <http://data.carnegiehall.org/names/84994> ;
    ns1:performer <http://data.carnegiehall.org/names/117782>,
        <http://data.carnegiehall.org/names/117783>,
        <http://data.carnegiehall.org/names/117784>,
        <http://data.carnegiehall.org/names/117785>,
        <http://data.carnegiehall.org/names/117786>,
        <http://data.carnegiehall.org/names/117787>,
        <http://data.carnegiehall.org/names/117788>,
        <http://data.carnegiehall.org/names/117789>,
        <http://data.carnegiehall.org/names/117790>,
        <http://data.carnegiehall.org/names/117791>,
        <http://data.carnegiehall.org/names/117792>,
        <http://data.carnegiehall.org/names/117793>,
        <http://data.carnegiehall.org/names/117797>,
        <http://data.carnegiehall.org/names/84994>,
        <http://data.carnegiehall.org/names/98057> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81309> .

