@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/39177/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Towers of Sagrada Familia: Crucifixus" ;
    ns1:choir <http://data.carnegiehall.org/names/29320>,
        <http://data.carnegiehall.org/names/30842>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/58056>,
        <http://data.carnegiehall.org/names/65203>,
        <http://data.carnegiehall.org/names/65204>,
        <http://data.carnegiehall.org/names/65205>,
        <http://data.carnegiehall.org/names/65206>,
        <http://data.carnegiehall.org/names/65207> ;
    ns1:conductor <http://data.carnegiehall.org/names/56006> ;
    ns2:performer <http://data.carnegiehall.org/names/29320>,
        <http://data.carnegiehall.org/names/30842>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/56006>,
        <http://data.carnegiehall.org/names/58056>,
        <http://data.carnegiehall.org/names/65203>,
        <http://data.carnegiehall.org/names/65204>,
        <http://data.carnegiehall.org/names/65205>,
        <http://data.carnegiehall.org/names/65206>,
        <http://data.carnegiehall.org/names/65207> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62463> .

