Line 4:
Line 4:
SELECT ?object ?objectLabel ?rgb ?subject ?subjectLabel
SELECT ?object ?objectLabel ?rgb ?subject ?subjectLabel
WHERE {
WHERE {
−
VALUES (?object ?rgb){
+
VALUES {{{ selector_objects}}} {
−
{{{ objects_and_colors}}}
+
{{{ objects}}}
}
}
−
VALUES ?predicate {
+
VALUES {{{selector_predicates}}} {
{{{predicates}}}
{{{predicates}}}
}
}