@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/35625/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Erebouni - Yerevan" ;
    ns2:bass <http://data.carnegiehall.org/names/34550>,
        <http://data.carnegiehall.org/names/57171>,
        <http://data.carnegiehall.org/names/90668> ;
    ns2:soprano <http://data.carnegiehall.org/names/11357>,
        <http://data.carnegiehall.org/names/32282>,
        <http://data.carnegiehall.org/names/33339>,
        <http://data.carnegiehall.org/names/3434> ;
    ns2:tenor <http://data.carnegiehall.org/names/34554> ;
    ns1:performer <http://data.carnegiehall.org/names/11357>,
        <http://data.carnegiehall.org/names/32282>,
        <http://data.carnegiehall.org/names/33339>,
        <http://data.carnegiehall.org/names/3434>,
        <http://data.carnegiehall.org/names/34550>,
        <http://data.carnegiehall.org/names/34554>,
        <http://data.carnegiehall.org/names/57171>,
        <http://data.carnegiehall.org/names/90668> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27167> .

