-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we create new OWL individuals with HyLAR ? (is it DL Safe ?) #15
Comments
Hello, Yes you can create individuals with HyLAR rules. They will be DL-safe, cause the evaluation process will substitute each variable with known individuals from the KB. May I see an example of rule you wanted to define? Regards, MT |
@mterdjimi hi, i have very similar issue. if i want to make hylar as a service, and then provide each request that to create their own indiviuals, but keep original ontology clean each time of requeest. any example? what is keepOldValue used for ? |
|
will UserB see those individuals inside their query that made by UserA? |
I'd be interested to see a rule for creating new individuals. |
Hello,
Can we create new OWL individuals with HyLAR rules ? (is it DL Safe ?)
Thanks,
The text was updated successfully, but these errors were encountered: