@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/57553/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fanfare for Barcs" ;
    ns2:french_horn <http://data.carnegiehall.org/names/106874>,
        <http://data.carnegiehall.org/names/106875>,
        <http://data.carnegiehall.org/names/106876>,
        <http://data.carnegiehall.org/names/106877> ;
    ns2:quartet <http://data.carnegiehall.org/names/106873> ;
    ns1:performer <http://data.carnegiehall.org/names/106873>,
        <http://data.carnegiehall.org/names/106874>,
        <http://data.carnegiehall.org/names/106875>,
        <http://data.carnegiehall.org/names/106876>,
        <http://data.carnegiehall.org/names/106877> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98050> .

