Skip to content
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.12.1] - 2024-02-01
### Added
- file context_1.8.2.json

## [1.12.0] - 2024-02-01
### Added

#### Property
- sold, domain: Agent, inverseOf: soldBy
- soldBy, domain: Order, inverseOf: sold
- hasTransformationType, domain: AsPlannedTransformation, range: skos:Concept and (skos:broader value TransformationType) and (skos:inScheme value DFC_Vocabulary)

## [1.11.1] - 2024-01-29
### Added
- upgrade context.json to add tech ontology object property and owner (required to prototype)
- dfc-t:represent
- dfc-t:hasPivot
- dfc-t:hostedBy
- dfc:owner

## [1.12.0] - 2024-02-01
### Added

Expand Down Expand Up @@ -59,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed


- PhysicalProduct: subClassOf (consumedBy only AsRealisedProductionFlow) -> subClassOf (consumedBy only AsRealisedConsumptionFlow)
- Address: subClassOf addressOf only Person and subClassOf addressOf only PhysicalPlace -> subClassOf addressOf only (Person or PhysicalPlace)
- Agent: subClassOf owns only PhysicalProduct -> subClassOf owns only (PhysicalProduct or Brand)
Expand Down Expand Up @@ -292,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Brand as a Facet.

[unreleased]: https://github.com/datafoodconsortium/ontology/compare/v1.12.0...master
[unreleased]: https://github.com/datafoodconsortium/ontology/compare/v1.12.1...master
[1.12.1]: https://github.com/datafoodconsortium/ontology/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/datafoodconsortium/ontology/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/datafoodconsortium/ontology/compare/v1.10.1...v1.11.1
[1.9.2]: https://github.com/datafoodconsortium/ontology/compare/v1.9.1...v1.9.2
Expand Down
2 changes: 1 addition & 1 deletion context.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
"dfc-t:hostedBy": {
"@type": "@id"
},
"dfc:owner": {
"dfc-t:owner": {
"@type": "@id"
}
}
Expand Down
Loading