@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/18143/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "A Renaissance Garland" ;
    ns3:conductor <http://data.carnegiehall.org/names/23953> ;
    ns3:double_bass <http://data.carnegiehall.org/names/42374> ;
    ns3:lute <http://data.carnegiehall.org/names/14684> ;
    ns3:percussion <http://data.carnegiehall.org/names/14684> ;
    ns3:recorder <http://data.carnegiehall.org/names/24989> ;
    ns3:soprano <http://data.carnegiehall.org/names/42896> ;
    ns3:tenor <http://data.carnegiehall.org/names/46761> ;
    ns3:tenor_viol <http://data.carnegiehall.org/names/42374> ;
    ns1:performer <http://data.carnegiehall.org/names/14684>,
        <http://data.carnegiehall.org/names/23953>,
        <http://data.carnegiehall.org/names/24989>,
        <http://data.carnegiehall.org/names/42374>,
        <http://data.carnegiehall.org/names/42896>,
        <http://data.carnegiehall.org/names/46761> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/40458> ;
    rdfs:comment "world premiere" .

