Fabian Steeg

Results 84 comments of Fabian Steeg

For details on the current 1.1 state see https://github.com/jsonld-java/jsonld-java/pull/284. @Kriska: For `@json` in particular we have an open pull request: https://github.com/jsonld-java/jsonld-java/pull/310. Would that work for you?

Implementation should probably start in OERSI, following up on https://gitlab.com/oersi/oersi-etl/-/issues/96#note_679435293 and then moving the working implementation here.

Implemented in #468, assigning @TobiasNx for functional review. Usage e.g. `validate-json("/schemas/schema.json", schemaRoot="/schemas/")` (The `schemaRoot` is for resolving sub-schemas as we have in our setup in OERSI.)

Ah, right, passing a URL as the main schema is not supported yet. When we talked about URLs in this context, I was thinking of sub-schemas referenced in the main...

> some SitemapReader (just heard about, don't know if this actually exists (@TobiasNx do you know?)) Yes, it's in oersi-etl ([impl](https://gitlab.com/oersi/oersi-etl/-/blob/master/src/main/java/oersi/SitemapReader.java), [test](https://gitlab.com/oersi/oersi-etl/-/blob/master/src/test/java/oersi/TestSitemapReader.java)) and we have a card in our sprint...

I don't quite understand how your example(s) would work. I think I'd need a concrete API / URL / input data (for the different kinds of pagination). Perhaps starting with...

> Your approach is stuck to Json as result. Also it seems to make use of sitemaps to get all resources - this would be another type "4" (as I...

I'm not sure if it makes sense to approach this in a generic way. It all depends on what API we actually want to talk to. Maybe we should start...

Discussed in our planning meeting: I will try to implement the approach described by @dr0i in https://github.com/metafacture/metafacture-core/issues/464#issuecomment-1237836374 for edusharing APIs (4 workflows) in OERSI (e.g. ZOERR, see https://gitlab.com/oersi/oersi-etl/-/issues/64).

> I will try to implement the approach described by @dr0i in https://github.com/metafacture/metafacture-core/issues/464#issuecomment-1237836374 for edusharing APIs (4 workflows) in OERSI To recall, this was the sketched approach from above: ```...