Gregg Kellogg

Results 503 comments of Gregg Kellogg

AFAIK, SHACL works over RDF Graphs, and not Datasets. VC uses Datasets (default and named graphs for credentials/claims). There is some work in the ShEx CG to extend support to...

As discussed on the call, we may want to have some concept of "publishing profile" that ties a constraint to some particular vocabulary terms and relationships to insure interoperability across...

Just an update, working with @ericprud on an extension to ShEx to support named graphs and to work out how to identify a shape to match within that graph. At...

I don't expect progress on ShEx anytime soon, and can't comment on SHACL. Due to my long absence, and growing obligations elsewhere, I'm taking myself off of this issue.

“datum” / “data” might get some use in specs.

When returning HTML, include the RDF in a script block. Turtle describes doing this, and it is common and will be normative for JSON-LD.

If I update the `objectList` production (already modified for RDF-star) to allow the second `object` to be optional, my LL(1) parser continues to parse it. [8] objectList ::= object annotation?...

Sorry, I'm still on holiday, so haven't gotten back to this. But, I did get a chance to try the following production for Turtle: [8] objectList ::= object annotation? (...

Yes, of course, that makes it a valid LL(1) grammar. Another alternative is [8] objectList ::= object annotation? ( "," (object annotation?)? )*

ENBF too.