Results 17 comments of Filip

thank you for the quick response. Unfortunately, classes used internally by builders have package visibility and are final, so it's not possible. I don't see any advantage having builders immutable....

Hi, thank you for reporting the issue. Unfortunately, Turtle format is not supported now, only N-Quads/Triples

Hi @afs, thank you for reporting that. Please help me understand the issue in order to prepare test cases. Do I understand it right that the goal is to generate...

How to deal with conflicting prefixes? e.g. ```json { "@context": { "name": "http://example.com/person#name", "details": "http://example.com/person#details" }, "name": "Markus Lanthaler", "details": { "@context": { "name": "http://example.com/organization#name" }, "name": "Graz University of...

if the given example should produce prefix map like this one: ```json { "person": "http://example.com/person#", "organization": "http://example.com/organization#" } ``` then we have to develop an algorithm for extracting and naming...

Just an aside note: from another point of view; as I understand prefixes are about readability. Thus in some cases it would be more beneficial to a consumer to provide...

I'm preparing a low level JsonLdProcessor API that will allow you to grab a context or/and optimize processing. Target version is 1.3.0

Hi @laeubi, thank you for sharing JEP 238. I've been looking for something like that for a long time.

thanks, that looks promising, I see it uses `jdkToolchain`. I wonder how to build it using Github Actions.