Andreas Martin
Andreas Martin
Might be a duplicate of https://github.com/digitalbazaar/jsonld.js/issues/305
Appendix A of the URN spec tells how *URL resolvers* are supposed to handle URNs. From a layman's perspective I tend to think the appendix shouldn't be of relevance to...
> I believe that setting `NODE_OPTIONS='--inspect-brk'` would make debugging Just Work with any node-based command you wanted to run. Does that work for you? From a purely technical point of...
@rernens If you import form data from a file, then by calling `model.valueUpdates.next()` you likely trigger value changes as part of a side-effect (e.g. an XHRRequest or something similar) which...
XML has a pretty complete set of standards in terms of processing, querying and transforming XML documents and it is very exciting to see any efforts in standardization of a...
I didn't want to mix the problem statement with a premature solution proposal. But indeed I have thought of some kind of IRI templating, too. But I have thought of...
As an addendum: I recently found a [technical report](https://docs.opengeospatial.org/per/18-091r2.html) from the Open Geospatial Consortium as part of their [TestBed-14](https://www.ogc.org/projects/initiatives/testbed14) which describes pretty well a [use case](https://docs.opengeospatial.org/per/18-091r2.html#JSON_LD_NEO_potential_solutions_intermediate_ontology) and workflow I had...
A thing I have not yet thought well enough of, initially, is the following: **Given `@type` were a multi-valued array** like e.g. `"@type": ["Person", "Employee"]` which might be the case...
(1) > Why so? You can make this work with multiple types by being a little more targeted in your type-scoped contexts. No doubts, the concept of type-scoped contexts is...
>> an algorithm can not decide which of the (prefix-less) properties belong to a particular type-scope > [...] > If that was true, then how would a compiler It's not...