@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/71538/work_06> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Every Stone in Cambridge Reminds Me of You" ;
    ns2:cello <http://data.carnegiehall.org/names/66635> ;
    ns2:double_bass <http://data.carnegiehall.org/names/82575> ;
    ns2:duo <http://data.carnegiehall.org/names/132538> ;
    ns2:viola <http://data.carnegiehall.org/names/96651> ;
    ns2:violin <http://data.carnegiehall.org/names/126841>,
        <http://data.carnegiehall.org/names/89429> ;
    ns2:vocalist <http://data.carnegiehall.org/names/132539>,
        <http://data.carnegiehall.org/names/96789> ;
    ns1:performer <http://data.carnegiehall.org/names/126841>,
        <http://data.carnegiehall.org/names/132538>,
        <http://data.carnegiehall.org/names/132539>,
        <http://data.carnegiehall.org/names/66635>,
        <http://data.carnegiehall.org/names/82575>,
        <http://data.carnegiehall.org/names/89429>,
        <http://data.carnegiehall.org/names/96651>,
        <http://data.carnegiehall.org/names/96789> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/116813> ;
    rdfs:comment "world premiere" .

