You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Another issue addresses the use of uncontrolled predicates here.)
This will results in multiple GROM nodes, each with a value attribute.
I'm wondering whether a single URI node wouldn't be better, resulting in a single GROM node with an array of values.
Some of the endpoints are based on SPARQL queries that produce blank nodes for intial lists.
For example https://github.com/ukparliament/Data.Api.FixedQuery/blob/4b2f02ad361d07a5393fb27a6d93a5a4099de76d/Parliament.Data.Api.FixedQuery/Sparql/member_a_to_z.sparql#L3
This is legal and works with GROM.
But the result is multiple distinct blank nodes, each with a value.
For example
constituency a to z
:(Another issue addresses the use of uncontrolled predicates here.)
This will results in multiple GROM nodes, each with a
value
attribute.I'm wondering whether a single URI node wouldn't be better, resulting in a single GROM node with an array of
value
s.Like this:
which would result in
@mattrayner what do you think?
The text was updated successfully, but these errors were encountered: