426
edits
Line 26: | Line 26: | ||
PREFIX lcps: <http://latimer-core.wiki.opencura.com/prop/statement/> | PREFIX lcps: <http://latimer-core.wiki.opencura.com/prop/statement/> | ||
SELECT ?item ?itemLabel ?measfact | SELECT ?item ?itemLabel ?measfact ?value ?unit | ||
{ | { | ||
VALUES ?item {lc:Q62} | VALUES ?item {lc:Q62} | ||
OPTIONAL {?item lct:P9 ?measfact .} | OPTIONAL {?item lct:P9 ?measfact .} | ||
OPTIONAL {?measfact lct:P79 ?value .} | |||
OPTIONAL {?measfact lct:P78 ?unit .} | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } |