Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Efimster edited this page Mar 23, 2014 · 9 revisions
  1. Short
  SPARQL.Union(left: SPARQL.Triple("?book dc10:title  ?title"), right: SPARQL.Triple("?book dc11:title  ?title"));
  1. Complex
 SPARQL.Union(
   
   left: SPARQL.Group(SPARQL.Triple("?book dc10:title ?title"), SPARQL.Triple("?book dc10:creator ?author")),

   right: SPARQL.Group(SPARQL.Triple("?book dc11:title ?title"), SPARQL.Triple("?book dc11:creator ?author"))

 );

Clone this wiki locally