Gregg Kellogg

Results 509 comments of Gregg Kellogg

Seems like an unrelated issue with `libgmp-dev`.

Updated, and it gets further, but depends on a change to derby (https://github.com/fcrepo4-labs/derby/pull/19) for this to continue building. I can remove the GitHub Actions CI if CircleCI hands everything you...

> While reading [w3c/pub-manifest#65](https://github.com/w3c/pub-manifest/issues/65) I tested the following JSON-LD in the [playground](https://json-ld.org/playground): > > ```json > { > "@context": { > "name": { > "@id": "http://example.com/name", > "@type": "xsd:string" >...

(Sorry, this isn't about the `xsd` prefix, but about the asymmetry of handling value coercion). Typically, if we see values that are native JSON values (`true`, ...), the algorithms just...

After consideration in the RDF-star Working Group (see w3c/rdf-concepts#15), the term IRI was determined to be current and continues to be the basis for RDF specs going forward. Note that...

Sorry, the issue got lost. You're correct that N-Triples (and N-Quads) is line-based, with one statement per line; this is a fundamental feature of the format. It does make it...

From the trace, it's hard to see where the confusion is introduced. There is code in `RDF::URI` to not use the `C:` bit as a URI scheme on windows platforms,...

This essentially describes my own approach in the past, using `/rangeIncludes` to make an informed guess as to the type of the entity, which is of course complicated if there...

The spec is silent on this. My implementation does generate an error when generating RDF, but it seems to be due to some other failed expectation, and not specifically looking...

Yes, the intersection of `"@container": "@set"` and `"@type": "@json"` could probably be explored further. Looking at the expansion algorithm, the value of a term with `@type`: `@json` will always be...