Bureaucrats, emailconfirmed, Administrators
58,048
edits
Line 143: | Line 143: | ||
=== Aipuen grafoa === | === Aipuen grafoa === | ||
<sparql tryit="1"> | <sparql tryit="1"> | ||
#defaultView:Graph | |||
#defaultView:Graph | #defaultView:Graph | ||
PREFIX iwb: <https://wikibase.inguma.eus/entity/> | PREFIX iwb: <https://wikibase.inguma.eus/entity/> | ||
PREFIX idp: <https://wikibase.inguma.eus/prop/direct/> | PREFIX idp: <https://wikibase.inguma.eus/prop/direct/> | ||
select ?aipu_iturri ?aipu_iturriLabel ?aipu_xede ?aipu_xedeLabel | select ?aipu_iturri ?aipu_iturriLabel ?rgb ?aipu_xede ?aipu_xedeLabel | ||
where | where { ?aipu_iturri idp:P62 [idp:P88* ?aipu_xede] . # P88: OOCC | ||
? | bind("FFFF99" as ?rgb) | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,eu". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "en,eu". } | ||
} | } |