@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/50100/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Imagine" ;
    ns1:dancer <http://data.carnegiehall.org/names/91420> ;
    ns1:percussion <http://data.carnegiehall.org/names/91421> ;
    ns1:piano <http://data.carnegiehall.org/names/56194>,
        <http://data.carnegiehall.org/names/67471>,
        <http://data.carnegiehall.org/names/91419> ;
    ns1:soprano <http://data.carnegiehall.org/names/84199> ;
    ns1:vocalist <http://data.carnegiehall.org/names/91418> ;
    ns2:performer <http://data.carnegiehall.org/names/56194>,
        <http://data.carnegiehall.org/names/67471>,
        <http://data.carnegiehall.org/names/84199>,
        <http://data.carnegiehall.org/names/91418>,
        <http://data.carnegiehall.org/names/91419>,
        <http://data.carnegiehall.org/names/91420>,
        <http://data.carnegiehall.org/names/91421> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38809> .

