@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/41759/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dúlamán" ;
    ns2:alto <http://data.carnegiehall.org/names/70496> ;
    ns2:bass <http://data.carnegiehall.org/names/70498>,
        <http://data.carnegiehall.org/names/70499> ;
    ns2:choir <http://data.carnegiehall.org/names/69770> ;
    ns2:conductor <http://data.carnegiehall.org/names/69772> ;
    ns2:soprano <http://data.carnegiehall.org/names/70495> ;
    ns2:tenor <http://data.carnegiehall.org/names/70497> ;
    ns1:performer <http://data.carnegiehall.org/names/69770>,
        <http://data.carnegiehall.org/names/69772>,
        <http://data.carnegiehall.org/names/70495>,
        <http://data.carnegiehall.org/names/70496>,
        <http://data.carnegiehall.org/names/70497>,
        <http://data.carnegiehall.org/names/70498>,
        <http://data.carnegiehall.org/names/70499> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67179> .

