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
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@ A number of command line parameters are available to configure the application.
55
55
| REDIS_PORT || 6379 || The port on which the Redis instance is available |
56
56
| REDIS_URL |\*||http://example.com/redis| The url under which the Redis instance is available |
57
57
58
+
### Custom ontologies
59
+
60
+
Using the `OTHER_OWL_URLS` environment parameter, custom ontologies can be added to the inference of the database. For performance and data integrity reasons they need to conform to the following rules:
61
+
62
+
1. Build on the [NAMPI core ontology](http://purl.org/nampi/owl/core) with regards to the core entities like `person`, `event`, `act` or `aspect`
63
+
2. Only use rules compatible with the OWL Micro reasoner as described in the [Apache Jena inference documentation](https://jena.apache.org/documentation/inference/#OWLcoverage)
64
+
58
65
## Deploying as a standalone Spring Boot application
59
66
60
67
The application can be run from the command line using Maven, the environment parameters can be appended to the command.
0 commit comments