You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type's class needs to be defined with the `Class` type, properties linking other types with a collection of `ObjectProperty` objects and simple value properties with a collection of `DataProperty` objects. The library calculates properties' ranges and domains automatically during ontology generation.
218
+
219
+
### Generating ontology
220
+
221
+
Generating ontology is a trivial task which can be done using the `io.renku.jsonld.ontology.generateOntology` method. The method takes a `Type` definition and a `Schema`.
0 commit comments