This is rather a SPARQL question, but asking here since I have a SHACL use
case.

I want to generate the items in sh:in out of existing RDF data. I have a
CONSTRUCT query that looks like below:

CONSTRUCT {
ex:fooShape a sh:PropertyShape;
sh:path ex:foo
sh:in @@@ .
}
WHERE
{
SELECT ?listItem WHERE {
# Query that creates bindings for ?listItem
}
}

How should the part @@@ be written so that the object of the predicate
sh:in becomes an RDF list, filled with ?listItem?

Best,

Felix

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/CAL58czrLFr-496KOMKEMFoBj-Awh36XM-7QPtCMbjqRNMhkWOQ%40mail.gmail.com.

Reply via email to