@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/1600/work_12> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Crucifixion" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/21709> ;
    ns1:choir <http://data.carnegiehall.org/names/19793>,
        <http://data.carnegiehall.org/names/26281>,
        <http://data.carnegiehall.org/names/57888>,
        <http://data.carnegiehall.org/names/71572>,
        <http://data.carnegiehall.org/names/77724>,
        <http://data.carnegiehall.org/names/77725>,
        <http://data.carnegiehall.org/names/77726> ;
    ns1:conductor <http://data.carnegiehall.org/names/5369> ;
    ns1:narrator <http://data.carnegiehall.org/names/36076> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:soprano <http://data.carnegiehall.org/names/35063> ;
    ns1:tenor <http://data.carnegiehall.org/names/58328> ;
    ns2:performer <http://data.carnegiehall.org/names/19793>,
        <http://data.carnegiehall.org/names/21709>,
        <http://data.carnegiehall.org/names/26281>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/35063>,
        <http://data.carnegiehall.org/names/36076>,
        <http://data.carnegiehall.org/names/5369>,
        <http://data.carnegiehall.org/names/57888>,
        <http://data.carnegiehall.org/names/58328>,
        <http://data.carnegiehall.org/names/71572>,
        <http://data.carnegiehall.org/names/77724>,
        <http://data.carnegiehall.org/names/77725>,
        <http://data.carnegiehall.org/names/77726> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/24980> ;
    rdfs:comment "world premiere" .

