@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/52679/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Canticle IV, Op. 86, \"The Journey of the Magi\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/67171> ;
    ns1:countertenor <http://data.carnegiehall.org/names/91409> ;
    ns1:french_horn <http://data.carnegiehall.org/names/87216> ;
    ns1:piano <http://data.carnegiehall.org/names/73559> ;
    ns1:tenor <http://data.carnegiehall.org/names/9624> ;
    ns3:performer <http://data.carnegiehall.org/names/67171>,
        <http://data.carnegiehall.org/names/73559>,
        <http://data.carnegiehall.org/names/87216>,
        <http://data.carnegiehall.org/names/91409>,
        <http://data.carnegiehall.org/names/9624> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/70055> .

