@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/42680/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La boutique fantasque (after Rossini)" ;
    ns3:mime <http://data.carnegiehall.org/names/68183>,
        <http://data.carnegiehall.org/names/72678>,
        <http://data.carnegiehall.org/names/72679>,
        <http://data.carnegiehall.org/names/72680>,
        <http://data.carnegiehall.org/names/72681>,
        <http://data.carnegiehall.org/names/72682>,
        <http://data.carnegiehall.org/names/72683>,
        <http://data.carnegiehall.org/names/72684>,
        <http://data.carnegiehall.org/names/72685>,
        <http://data.carnegiehall.org/names/72686>,
        <http://data.carnegiehall.org/names/72687>,
        <http://data.carnegiehall.org/names/72688>,
        <http://data.carnegiehall.org/names/72689> ;
    ns1:performer <http://data.carnegiehall.org/names/68183>,
        <http://data.carnegiehall.org/names/72678>,
        <http://data.carnegiehall.org/names/72679>,
        <http://data.carnegiehall.org/names/72680>,
        <http://data.carnegiehall.org/names/72681>,
        <http://data.carnegiehall.org/names/72682>,
        <http://data.carnegiehall.org/names/72683>,
        <http://data.carnegiehall.org/names/72684>,
        <http://data.carnegiehall.org/names/72685>,
        <http://data.carnegiehall.org/names/72686>,
        <http://data.carnegiehall.org/names/72687>,
        <http://data.carnegiehall.org/names/72688>,
        <http://data.carnegiehall.org/names/72689> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/14686> .

