Gregg Kellogg

Results 503 comments of Gregg Kellogg

Something to consider for a future version. It would be good to collect use cases where this is important. note that you could achieve much better matching, in even more...

JSON-LD Framing is not intended to be a generic query language and attempts to make it such have been resisted. As JSON-LD is an RDF serialization format, SPARQL does, indeed,...

Presuming that ActiveTriples implements RDF::Enumerable, you should be able to call #dump(:jsonld, standard_prefixes: true), which will create a context based on vocabularies built in to RDF.rb. You can also pass...

You might look at [JSON::LD::Context#from_vocabulary](https://github.com/ruby-rdf/json-ld/blob/develop/lib/json/ld/context.rb#L567) which generates a good context from an RDFS vocabulary, it might help get you closer to something like this.

Maybe this is something that still needs attention from @pchampin? Reopening.

Shouldn't be a problem adding to the namespace. I don't think it really takes WG approval, but @iherman would know the formalities. I think a PR is appropriate.

Where are we on putting this together? We shouldn’t let too much time go by without a post going up. cc/ @azaroth42

Is it feasible to maintain a “changes since the last versions” section?

@ericprud IIRC, JSON-LD 1.0 didn't have `@id-maps` or similar, which meant that you couldn't just re-frame to get back to ShExJ. It _may_ be possible now, but I haven't spent...