Simon Stier
Simon Stier
I followed the same link chain - still active
> This is an interesting testing approach. Thanks. We'll probably need to think this over a bit. > ... * I agree it would be best to use the actual...
I encountered the same issue. In my case schema C references property schemas A and B ``` properties: p1: $ref: /A.schema p2: $ref: /B.schema ``` > Schema C while B...
The problem is that default Accept header mentioned by @TallTed are set for `CONSTRUCT ` queries here https://github.com/easyrdf/easyrdf/blob/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64/lib/Sparql/Client.php#L342-L345 by calling https://github.com/easyrdf/easyrdf/blob/111f65b000c17cefb4b3f892d89c0083725f3f24/lib/Format.php#L94 Workaround is to create a subclass of `\EasyRdf\Sparql\Client` to...
Following @pkalita-lbl approach, `annotations` would not collide with json-schema keywords since it's not exported (but the keywords / subobjects below) So running ```yml slots: age: minimum_value: 0 # this will...
> @sneakers-the-rat: the lifecycle methods being added to jsonschemagen should allow you to dump anything you want in there Thanks, this does the job for me as well. (@Duanoc, @nlharris,...
It also seems like the `$defs` keyword of a schema is not handled like the previous keyword `definitions`, but since this is not enforced and the convention changed over time...
Thank you for the clarification. So there is no way to use a vocabulary that uses `#` as part of its IRIs as a `@base`, e. g. to expand ```json...
@thomas-topway-it Beside thin minor aspect I guess inverse properties (and property chains) are not yet supported by SearchPanes?
Using RDFS Class and RDFS Property to create a data schema is pretty close to an OWL Ontology. In this case I would suggest to simply publish the ontology/schema under...