GOAL ns-prefix dns = "http://www.w3.org/1999/xhtml" ns-prefix rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ns-prefix dc = "http://purl.org/dcelements/1.1" ns-prefix cal = "http://www.example.org/Calendar#" Events[ Event[ all var Events ] ] FROM Events[ var Events ] END CONSTRUCT Events[ Event [ Title [ var Title], Start [ var Start], End [ var End ], StartTime [var STime], EndTime [var ETime] ] ] FROM and{ in { resource ["file:SRobert_ns.rdf","xml"], RDF {{ Description {{ title [ var Title], date { attributes {nodeID{var NodeID1}}, } }}, Description {{ attributes {nodeID{var NodeID1}}, startDay[var Start], startTime[var STime], endDay[var End], endTime[var ETime], }} }} }, in{ resource ["file:STamara_ns.rdf","xml"], RDF {{ Description {{ title [ var Title], date { attributes {nodeID{var NodeID2}}, } }}, Description {{ attributes {nodeID{var NodeID2}}, startDay[var Start], startTime[var STime], endDay[var End], endTime[var ETime], }} }} } } END