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

<http://data.carnegiehall.org/events/21285/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto per 7 stromenti principali" ;
    ns3:cello <http://data.carnegiehall.org/names/1430> ;
    ns3:clarinet <http://data.carnegiehall.org/names/41711> ;
    ns3:flute <http://data.carnegiehall.org/names/46110> ;
    ns3:french_horn <http://data.carnegiehall.org/names/56336>,
        <http://data.carnegiehall.org/names/818> ;
    ns3:oboe <http://data.carnegiehall.org/names/57990> ;
    ns3:violin <http://data.carnegiehall.org/names/33551> ;
    ns1:performer <http://data.carnegiehall.org/names/1430>,
        <http://data.carnegiehall.org/names/33551>,
        <http://data.carnegiehall.org/names/41711>,
        <http://data.carnegiehall.org/names/46110>,
        <http://data.carnegiehall.org/names/56336>,
        <http://data.carnegiehall.org/names/57990>,
        <http://data.carnegiehall.org/names/818> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/873> .

