Harold Solbrig

Results 37 comments of Harold Solbrig

See closed issue https://github.com/linkml/linkml-model/issues/28 for further discussion

See https://github.com/w3c/json-ld-syntax/issues/329 for a discussion of this problem. According to the JSON-LD experts, there is no way to cause "CHEBI" to be treated as a CURIE prefix. We are thinking...

Just to double check - in JSON-LD 1.0, there is no way to make the following work: ``` { "@context": { "CHEBI": "http://example.org/CHEBI_" }, "CHEBI:item1": true } ``` See: http://tinyurl.com/tn8k2fd...

In general, can someone verify that ALL of the behaviors below conform to the spec? http://tinyurl.com/wwl2yk2

We definitely need this fix. The problem we face is that the [prefixcommons](https://github.com/prefixcommons) library uses JSON-LD contexts both as raw JSON maps and in rdflib json-ld parsers. See: https://github.com/biolink/biolinkml/blob/master/notebooks/context_issue.ipynb for...

I've put a query out to the prefixcommons community -- hoping to hear back soon. I like where it is going but it does have some interesting ramifications.

While I'd like to discuss the above approach as it would make some of the contexts we are generating more readable, the ideal solution for the prefixcommons community would be...