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

