@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/71787/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Where We Find Ourselves" ;
    ns1:choir <http://data.carnegiehall.org/names/117266>,
        <http://data.carnegiehall.org/names/118588>,
        <http://data.carnegiehall.org/names/131179>,
        <http://data.carnegiehall.org/names/131181>,
        <http://data.carnegiehall.org/names/131182>,
        <http://data.carnegiehall.org/names/131183>,
        <http://data.carnegiehall.org/names/131184>,
        <http://data.carnegiehall.org/names/131185>,
        <http://data.carnegiehall.org/names/131186>,
        <http://data.carnegiehall.org/names/74653> ;
    ns1:conductor <http://data.carnegiehall.org/names/74651> ;
    ns1:piano <http://data.carnegiehall.org/names/131178> ;
    ns2:performer <http://data.carnegiehall.org/names/117266>,
        <http://data.carnegiehall.org/names/118588>,
        <http://data.carnegiehall.org/names/131178>,
        <http://data.carnegiehall.org/names/131179>,
        <http://data.carnegiehall.org/names/131181>,
        <http://data.carnegiehall.org/names/131182>,
        <http://data.carnegiehall.org/names/131183>,
        <http://data.carnegiehall.org/names/131184>,
        <http://data.carnegiehall.org/names/131185>,
        <http://data.carnegiehall.org/names/131186>,
        <http://data.carnegiehall.org/names/74651>,
        <http://data.carnegiehall.org/names/74653> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115605> .

