Skip to content
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

Closed
conofre opened this issue Nov 5, 2014 · 5 comments
Closed

new entities for info on Trigger (KI related) #138

conofre opened this issue Nov 5, 2014 · 5 comments

Comments

@conofre
Copy link
Contributor

conofre commented Nov 5, 2014

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.

@conofre
Copy link
Contributor Author

conofre commented Nov 13, 2014

Correction:
Where is stated: Subitem -> Trigger
should be: Trigger -> Subitem

Additionally:
New Entity: "Attribute"
Description: Contains key-value pairs (together with mode) found inside Issue subitems.
Attributes (all new): ogit/key, ogit/value, ogit/mode
Description for ogit/mode: Contains the type of filter for the value contained in the entity "Attribute" and corresponding to one of the following strings: eq, ne, lt, le, gt, ge, exists, notexists, string, notstring, regex, notregex

New connection for ogit/contains:
AutoPilotIssue -> Subitem

New connection for ogit/has:
Subitem -> Attribute

@plarem
Copy link
Contributor

plarem commented Nov 18, 2014

Which NTO should contains these new entities? Autopilot_KnowlegdeItem? arago/Trigger, arago/SubItem and arago/Subitem?

@conofre
Copy link
Contributor Author

conofre commented Nov 19, 2014

NTO: Autopilot_KnowlegdeItem
Namespace: arago/*

@conofre
Copy link
Contributor Author

conofre commented Nov 20, 2014

Entity "Subitem" - please remove attributes "mode" and "value"
Entity "Attribute" - please remove attribute "key" and add attribute "name" (mandatory), attribute "mode" should have a default string "string" (therefore becomes optional)

@plarem
Copy link
Contributor

plarem commented Nov 20, 2014

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants