-
Notifications
You must be signed in to change notification settings - Fork 23
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
add potential as parent class #1093 #1102
add potential as parent class #1093 #1102
Conversation
add class as subclass of quantity value add label + definition TODO: add term-tracker
move - 'flow potential' - 'stock potential' into the new parent class 'potential' TODO: add term-tracker
@l-emele, @stap-m I also have to remaining workflow questions: Question 1: The wiki/term-tracker-item states
Question 2: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added @stap-m and myself as reviewers and pressed the "Ready for review" button.
Question 1:
Is it necessary to add the term-tracker information to the moved classes?
('flow potential' and 'stock potential')
Yes, the term tracker needs to be updated. But more importantly, also the definitions need slight updates. As these are now subclasses of potential
, the definition has to be now: A flow potential is a potential that ... and A stock potential is a potential that ... Also additions/deletions/changes have to be documented in CHANGELOG.md (simply naming the class labels and PR number in the respective categories of the "unreleased" section.
Please be aware, that the wiki entry did not reflect, what we really to regarding the term tracker items. I changed it just now. We add new entries at the bottom.
Question 2:
Protégé also updated the timestamp in 'catalog-v001.xml'.
Shall these changes be staged to?
If yes, I'll add a commit.
(I read in the documentation that it's used as config for imports, so I was wondering if this is rather a local thing.)
I am always unsure what to do with the catalog file. @jannahastings : Shall these changes be included or not?
The only time that changes to the catalog need to be committed are if we add new files, e.g. new modules, or change the way that the files are structured in directories. Otherwise, ignore it (perhaps add to your .gitignore?) |
add a quick information concerning when to stage changes or not
adjust - 'flow potential' - 'stock potential' to base their definition on the new parent class 'potential'
affected subclasses: - 'stock potential' - 'flow potential'
I updated it accordingly. Isn't it more reasonable to have the changes at the top in order to see the most recent ones at first?
Done. (Hope so ...) I adjusted it, so that all redundant information covered by the parent class are removed e.g.:
... is the updated version of ...
... based on ...
Is this how it is supposed to be?
Ah, this was a obvious one that I overlooked. |
I also added a "quick tip" to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest looks fine!
Perfect. I was unsure how much simpler it shall be. |
@l-emele Could you re-review this PR? |
@l-emele I verified the online failure with an offline test in Protégé – same result. All my previous changes were made in Protégé, so the full iri was inserted by the programm. Can you indicate a solution how to incorporate these changes without breaking the |
Hm, not good if this brakes things. I just looked through the whole file. In most cases, there is just the ID (like If we don't find a quick solution, I suggest that you ignore my last comment and revert to the working version with the IRIs. |
closes #1093