Harold Solbrig

Results 65 issues of Harold Solbrig

See: http://tinyurl.com/r8chydx If the `@context` entry precedes the `@included`, behavior is as expected. If at the end, `@included` maps to `http://example.org/@included`

Changing the `@id` alias in an inner context doesn't work correctly. Synopsis: ```json { "@context": { "namespace": "@id", "contents": { "@context": { "uri": "@id } } } } ``` Doesn't...

Proposed fix for relative URI test failures

needs tests

CONTRIBUTING.rst states: ``` As of early 2020, the process to generate an EARL report for the official JSON-LD Processor Conformance page is: Run the tests on the json-ld-api and json-ld-framing...

https://github.com/RDFLIB/rdflib-jsonld/issues/68 has issued a call for maintainers of the rdflib-jsonld library. @gkellogg, @dlongley, @davidlehn, @BigBlueHat -- any suggestions on how to proceed?

The [OBO](https://github.com/OBOFoundry) and [prefixcommons](https://github.com/prefixcommons) communities have been maintaining prefix libraries as JSON-LD contexts. Many of the URI's in these libraries do not end with the standard set of terminators, the...

spec-design

The Biolink model is currently using: `https://www.w3.org/TR/skos-reference/#` for the SKOS URI. The URI should be `http://www.w3.org/2004/02/skos/core#` (See: https://www.w3.org/TR/2009/REC-skos-reference-20090818/#L1368)

identifiers

Given the following yaml definition: ``` subject: is_a: association slot ... mappings: - rdf:subject - owl:annotatedSource - oban:association_has_subject ``` [context.jsonld](context.jsonld) is currently generated with: ``` "subject": { "@type": "@id", "@id":...

bug
mapping

At the moment, [ifabsent_uri.yaml](tests/test_utils/input/ifabsent_uri.yaml) requires the `emit_prefixes` to generate python. This should not be necessary

prefixes