Gregg Kellogg
Gregg Kellogg
There is some issue with the repository. An attempt to clone generated the following: ``` git clone git://github.com/okonski/github-api-client.git Cloning into 'github-api-client'... remote: Counting objects: 1010, done. remote: Compressing objects: 100%...
**Is your feature request related to a problem? Please describe.** When multiple grammars are included in the same HTML page, the rule anchors can overlap. **Describe the solution you'd like**...
Load JSON-LD from HTML documents. * Adds options parameter to documentLoader * Uses xmldom, if loaded. * Adds util.ParseContentTypeHeader * Adds documentLoader implementations for xhr and node (still requires tests)....
From https://github.com/w3c/wot-thing-description/issues/894 Compacting the following: ```json { "https://www.w3.org/2019/wot/td#hasPropertyAffordance": [ { "http://purl.org/dc/terms/title": "Switch" } ], "http://purl.org/dc/terms/title": "46203" } ``` with the following context: ```json { "@context": { "td": "https://www.w3.org/2019/wot/td#", "dct": "http://purl.org/dc/terms/",...
Add `Enumerable#skolemize`, which takes an argument for the .well-known/genid baseURI, and a block or returns an Enumerator. The block yields each statement with BNodes replaced with URIs to those BNodes....
As noted in https://github.com/yaml/yaml-spec/issues/268#issuecomment-1208565027, Psych does not accept a `%TAG` prefix including a `#`, which seems to be due to the following code: https://github.com/yaml/libyaml/blob/f8f760f7387d2cc56a2fc7b1be313a3bf3f7f58c/src/scanner.c#L2603-L2627 According to the[YAML 1.2 Spec](https://yaml.org/spec/1.2.2/#rule-ns-uri-char) the...
Include some information for people wanting to get started with YAML-LD, or use -LD principles for interpreting their YAML. This can serve as the beginnings of a best practices document,...
Two things for this: * [ ] jsonld.js should either be updated or have a shim for handling `application/ld+yaml` media type and transforming JSON to/from YAML. * [ ] the...
Thinking about how [RDF*](https://blog.blazegraph.com/?p=716) might be expressed in JSON-LD. @pchampin and I came up with something last year at the [W3C Data Workshop](https://www.w3.org/Data/events/data-ws-2019/), but I can't seem to find right...
Playground serializes to N-Quads, but doesn't provide a way to start with any RDF. This would be quite useful in some contexts. The [N3.js](https://github.com/RubenVerborgh/N3.js/) package could make this fairly straightforward.