-
Notifications
You must be signed in to change notification settings - Fork 42
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
new entities for info on Trigger (KI related) #138
Comments
Correction: Additionally: New connection for ogit/contains: New connection for ogit/has: |
Which NTO should contains these new entities? Autopilot_KnowlegdeItem? arago/Trigger, arago/SubItem and arago/Subitem? |
NTO: Autopilot_KnowlegdeItem |
Entity "Subitem" - please remove attributes "mode" and "value" |
done |
After analyzing the structure of the KIs, examples and some discussions, here are the results from the new parts of the ontology (discussed with Cy & M. Fehse):
New entities:
Entity name: Trigger
Description: Trigger of a KI having a set of Subitems.
Mandatory attributes: ogit/description
Entity name: Subitem
Description: Item (e.g. Request) or subitem to search for within the issues , which triggers the Trigger
Mandatory attributes: ogit/name, ogit/mode (new)
Optional attributes: ogit/value (new)
New connections:
ogit/has
KnowledgeItem -> Trigger
Subitem -> Trigger
ogit/consistsOf
Subitem -> Subitem
Let me know if any additional info is needed.
The text was updated successfully, but these errors were encountered: