Skip to content

Commit

Permalink
upgrade context.json to add tech ontology object property and owner (…
Browse files Browse the repository at this point in the history
…requiere to prototype) (#110)

* fix context & changelog bottom links

* add object properties needed by prototype

* add object properties needed by prototype

* add object properties needed by prototype

* add object properties needed by prototype

* add object properties needed by prototype

* add object properties needed by prototype

---------

Co-authored-by: simon louvet <simon.louvet.pro@gmail.com>
  • Loading branch information
simonLouvet and simon louvet authored Jan 25, 2024
1 parent acdf642 commit 340c281
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/catalog-v001.xml
src/catalog-v001.xml
*.orig
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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
### 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.11.0] - 2024-01-11

Expand Down Expand Up @@ -42,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- inverse property: hasLabellingCharacteristic inverseOf labellingCharacteristicOf

### 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 @@ -275,9 +283,10 @@ 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.0...master
[1.11.0]: https://github.com/datafoodconsortium/ontology/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/datafoodconsortium/ontology/compare/v1.9.0...v1.10.0
[unreleased]: https://github.com/datafoodconsortium/ontology/compare/v1.11.1...master
[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
[1.9.0]: https://github.com/datafoodconsortium/ontology/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/datafoodconsortium/ontology/compare/v1.7.3...v1.8.0
[1.7.3]: https://github.com/datafoodconsortium/ontology/compare/v1.7.2...v1.7.3
Expand Down
15 changes: 14 additions & 1 deletion context.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,19 @@
},
"dfc-b:uses": {
"@type": "@id"
},

"dfc-t:represent": {
"@type": "@id"
},
"dfc-t:hasPivot": {
"@type": "@id"
},
"dfc-t:hostedBy": {
"@type": "@id"
},
"dfc:owner": {
"@type": "@id"
}
}
}
}

0 comments on commit 340c281

Please sign in to comment.