@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/62870/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le prophète: Coronation March" ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/21795> ;
    ns1:bass_trumpet <http://data.carnegiehall.org/names/21795> ;
    ns1:brass_ensemble <http://data.carnegiehall.org/names/13102> ;
    ns1:french_horn <http://data.carnegiehall.org/names/81644> ;
    ns1:tenor_trombone <http://data.carnegiehall.org/names/100928>,
        <http://data.carnegiehall.org/names/21794>,
        <http://data.carnegiehall.org/names/21795> ;
    ns1:trumpet <http://data.carnegiehall.org/names/104694>,
        <http://data.carnegiehall.org/names/118027>,
        <http://data.carnegiehall.org/names/51167>,
        <http://data.carnegiehall.org/names/9385> ;
    ns2:performer <http://data.carnegiehall.org/names/100928>,
        <http://data.carnegiehall.org/names/104694>,
        <http://data.carnegiehall.org/names/118027>,
        <http://data.carnegiehall.org/names/13102>,
        <http://data.carnegiehall.org/names/21794>,
        <http://data.carnegiehall.org/names/21795>,
        <http://data.carnegiehall.org/names/51167>,
        <http://data.carnegiehall.org/names/81644>,
        <http://data.carnegiehall.org/names/9385> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5006> .

