-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Added ### Class - Weight, subClassOf: QuantitativeValue. - Volume, subClassOf: QuantitativeValue. - Length, subClassOf: QuantitativeValue. ### Property - holds, domain: SaleSession, inverseOf: belongsTo - hasOffer, domain: CustomerCategory, inverseOf: offersTo - selectedBy, domain: ShippingOption, inverseOf: selects ### File - file context_1.8.2.json ## Changed - added missing InverseObjectProperties opening bracket for sells/soldBy (owl file now parses/loads in Protege) - Domain : belongsTo, (Order | Agent) -> Order - Rename: sold -> sells - subpropertyOf hasStatus : DFC_BusinessOntology_ObjectProperty -> subpropertyOf DFC_Interface_Property - subpropertyOf hasTransformationType : DFC_BusinessOntology_ObjectProperty -> subpropertyOf DFC_Interface_Property ## Deleted ### Property (deprecated) - refersTo - suppliesTo - uses ------------------ * fix context & chengelog bottom links * add object properties needed by prototype * GH - added initial drafts of Bug & feature request templates * add first versioned context.json (#121) * owner to technical ontology --------- Co-authored-by: @simonLouvet * Add inverse property of `belongsTo` called `holds` to resolve #118 (#124) * Update context for issue #118 * update `soldBy` & `sells` * Update context for issue #111 * Add `Weight`, `Length` and `Volume` as subclasses of `QuantitativeValue` (#127) * add missing inverse relationship (#128) --------- Co-authored-by: @simonLouvet Co-authored-by: @Alcoz
- Loading branch information
1 parent
38e7436
commit 3c98d29
Showing
9 changed files
with
1,258 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '[BUG] Give a title' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Ontology Version [e.g. 1.8.2] | ||
- Classes Impacted [e.g orderLine, enterprise, physicalProduct ] | ||
- Properties Impacted [e.g. orderLine:hasQuantity does not accept non-integer values] | ||
|
||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea to extend the standard | ||
title: '[FEATURE] Give a title' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Include any Classes and/or Properties that are impacted. E.G. It's not possible to [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. Include any Use Case(s) that are applicable | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions, features, or work-arounds you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
src/catalog-v001.xml | ||
*.orig | ||
*.orig | ||
*.chk.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.