Is there a way to create a schema without referring to a class or object? #191
quinnjaymeo
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi & Thanks, From the top of my head I'd assume an intermediate step would be required that generates Java classes from the RDF descriptions. E.g. put all generated classes in an otherwise unused package and then use reflection (as done in our Maven plugin here) to dynamically look up all classes in that package in order to produce JSON Schema definitions for them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Great library!
I'm building an application that is based on OWL/rdfs and would like to create schemas dynamically, i.e., not based on predifined classes in my codebase.
Is this possible?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions