Gregg Kellogg

Results 503 comments of Gregg Kellogg

Also, JSON-LD-star is still a work in progress, and it may still change some.

Check out https://github.com/deiu/rdf2go.

There's also https://github.com/knakk/rdf and maybe some other libraries that could be useful here: https://libs.garden/go/search?q=rdf&sort=growing.

Looking at the IRI Syntax from [RFC3987](https://tools.ietf.org/html/rfc3987#page-6), "LDA>1Y" would be an isegment part of an ipath, and ">" is not a valid icharacter, so must be escaped. The spec depends...

@FreekingDean I don't really have an opinion; dependency updates would be due to the RDF.rb 3.1 release and dropping support for older Ruby versions, and of course versions of Rack...

Note that the "official" definition of EBNF from XML does not use rule labels (e.g., `[1]`), which is common use in many recommendations. Adding it to the EBNF grammar actually...

See [Scoped Contexts](https://w3c.github.io/json-ld-syntax/#scoped-contexts) which is there specifically for cases like this. [playground link](https://json-ld.org/playground/#startTab=tab-nquads&json-ld=%7B%22%40context%22%3A%7B%22%40vocab%22%3A%22urn%3ATEST%3A%22%2C%22baz%22%3A%7B%22%40context%22%3A%7B%22%40vocab%22%3A%22baz%2F%22%7D%7D%7D%2C%22%40id%22%3A%22http%3A%2F%2Fexample.com%2F%23local-json%22%2C%22foo%22%3A%22bar%22%2C%22baz%22%3A%7B%22foo%22%3A%22...%22%7D%7D) ```json { "@context": { "@vocab": "urn:TEST:", "baz": {"@context": {"@vocab": "baz/"}} }, "@id": "http://example.com/#local-json", "foo": "bar", "baz": {...

Other groups have many specs, such as CSS, so RDF would not be alone in needing to curate many things together. I think having the authority to make such changes...

While you're in there: I've had requests for floating column heads, so that for large tables with many columns, you can always see the column title.

You might look at [GraphQL-LD](https://comunica.github.io/Article-ISWC2018-Demo-GraphQlLD/). cc/@rubensworks