Template:Graph

From Wikibase Personal data
Revision as of 11:58, 15 January 2020 by Podehaye (talk | contribs) (Created page with "{{SPARQL|state={{{state}}} |query= #defaultView:Graph SELECT ?object ?objectLabel ?rgb ?subject ?subjectLabel WHERE { VALUES (?object ?rgb){ {{{ objects_and_colors}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
#defaultView:Graph
SELECT  ?object ?objectLabel ?rgb ?subject ?subjectLabel 
WHERE {
  VALUES (?object ?rgb){
       {{{ objects_and_colors}}}
    }
  VALUES ?predicate {
       {{{predicates}}}
    } 
  ?subject ?predicate ?object
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
  }
}
LIMIT 1000

{{{label}}} (embedded)