diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ad40e0..28eab40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
-## [1.11.1] - 2024-01-12
+
+## [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
@@ -283,7 +292,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.11.1...master
+[unreleased]: https://github.com/datafoodconsortium/ontology/compare/v1.12.0...master
+[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
[1.9.1]: https://github.com/datafoodconsortium/ontology/compare/v1.9.0...v1.9.1
diff --git a/context.json b/context.json
index c077d08..8221b87 100644
--- a/context.json
+++ b/context.json
@@ -209,6 +209,9 @@
"dfc-b:hasTemperature": {
"@type": "@id"
},
+ "dfc-b:hasTransformationType": {
+ "@type": "@id"
+ },
"dfc-b:hasType": {
"@type": "@id"
},
@@ -380,6 +383,12 @@
"dfc-b:socialMediaOf": {
"@type": "@id"
},
+ "dfc-b:sold": {
+ "@type": "@id"
+ },
+ "dfc-b:soldBy": {
+ "@type": "@id"
+ },
"dfc-b:storedIn": {
"@type": "@id"
},
diff --git a/src/DFC_BusinessOntology.owl b/src/DFC_BusinessOntology.owl
index 57c73f6..4e51abd 100644
--- a/src/DFC_BusinessOntology.owl
+++ b/src/DFC_BusinessOntology.owl
@@ -66,7 +66,7 @@
- 2023-02-13
+ 2024-01-25
@@ -86,7 +86,7 @@
- 1.9.0
+ 1.12.0
@@ -487,6 +487,9 @@
+
+
+
@@ -658,6 +661,12 @@
+
+
+
+
+
+
@@ -1231,6 +1240,9 @@
+
+
+
@@ -4491,6 +4503,10 @@
+
+
+
+
@@ -4723,6 +4739,14 @@
+
+
+
+
+
+
+
+
@@ -4979,6 +5003,10 @@
+
+
+
+
@@ -5347,6 +5375,10 @@
+
+
+
+
@@ -5612,6 +5644,14 @@
+
+
+
+
+
+
+
+
@@ -5782,6 +5822,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -8122,6 +8176,16 @@
#hasTemperature
has temperature
+
+
+ #hasTransformationType
+ a pour type de transformation
+
+
+
+ #hasTransformationType
+ has transformation type
+
#hasType
@@ -8892,6 +8956,26 @@
#socialMediaOf
social media of
+
+
+ #sold
+ a vendu
+
+
+
+ #sold
+ sold
+
+
+
+ #soldBy
+ sold by
+
+
+
+ #soldBy
+ vendu par
+
#specificCondition
diff --git a/src/DFC_BusinessOntology.rdf b/src/DFC_BusinessOntology.rdf
index 18a9b99..d920503 100644
--- a/src/DFC_BusinessOntology.rdf
+++ b/src/DFC_BusinessOntology.rdf
@@ -32,12 +32,12 @@
A common vocabulary for digital food platforms (Business Part)
- 2023-02-13
+ 2024-01-25
Data Food Consortium Business
dfc-b
A common vocabulary for digital food platforms (Business Part)
- 1.9.0
+ 1.12.0
@@ -1196,6 +1196,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ a pour type de transformation
+ has transformation type
+
+
+
+
@@ -1922,6 +1948,29 @@
+
+
+
+
+
+
+ a vendu
+ sold
+
+
+
+
+
+
+
+
+
+ sold by
+ vendu par
+
+
+
+
@@ -5885,6 +5934,12 @@
+
+
+
+
+
+