################################## # union of parthood named graphs # ################################## ######### # query # ######### SELECT * WHERE { GRAPH ?named_graph {?subject ?property ?object}. { SELECT ?named_graph WHERE { GRAPH { ?named_graph}. FILTER ( regex(STR(?named_graph), 'http://www.morphdbase.de/resource/dfa58777-20190122-md-1-d_1_1#SC_MDB_MD_0000000025_')) } } } ########## # result # ########## ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | subject | property | object | named_graph | =================================================================================================================================================================================================================================================================================================================================== | | | | | | | | | | | | | | | | | | "multicellular organism" | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "head" | | | | | | | | | | | | | | | | | | | | | | | | | "thorax" | | | | | | | | | | | | | | | | | | | | | | | | | "abdomen" | | | | | | | | | | | | | | | | | | | | "left antenna" | | | | | | | | | | | | | | | | | | | | "thorax surface" | | | | | | | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------