Gregg Kellogg
Gregg Kellogg
@davidlehn I wonder if my update in 804c15b93c9ff7b1c86e965a5feaa5ba0c77b3f0 (PR #354) to `isAbsoluteRegex` relates to this? Can that be used instead of `IRIREF_RE`?
It is certainly a balance, but maybe we can consolidate to just one expression.
I agree that the "silently drop ..." wording in the spec is unfortunate. Recall that the spec doesn't have a normative way to show warnings, but I think we use...
The spec defines a `useNativeTypes` option to the FromRDF algorithm, which will use native numbers for xs:integer and xs:double literals.
The “priority” term will be used only when the resulting string (or native) value matches the term definition. it’s useful to take the expanded json and play with it in...
Presumably, jsonld.js could use the same documentation. BTW, I know @dlongley thought the `tag` aspect important; the only thing in either repo that would seem to be able to affect...
W3C have had issues with their content negotiation setup before. Certainly, changing the priority for HTML could be a workaround, but the Accept header is fine. The text/html is included,...
Seems like an interesting idea. Right now, documentation references rubydoc.info, which is updated periodically from built-in yardoc tags, and having the documentation be derived from embedded yardoc is a big...
@danbri said: > :something :url “https//…/x1234” {| :mobileyNess :VeryMobileFriendly |} . > (In Turtle-star proposed notation the inner annotation is also asserted) > With this kind of thing *potentially* available...
Full support for `@included` is in https://github.com/digitalbazaar/jsonld.js/pull/349.