@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/77951/work_18> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Amazing Grace: From Blind to Free" ;
    ns2:choir <http://data.carnegiehall.org/names/111364> ;
    ns2:conductor <http://data.carnegiehall.org/names/138767> ;
    ns2:narrator <http://data.carnegiehall.org/names/87532> ;
    ns2:tenor <http://data.carnegiehall.org/names/132788> ;
    ns1:performer <http://data.carnegiehall.org/names/111364>,
        <http://data.carnegiehall.org/names/132788>,
        <http://data.carnegiehall.org/names/138767>,
        <http://data.carnegiehall.org/names/87532> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/122513> ;
    rdfs:comment "world premiere" .

