Skip to content

Commit

Permalink
V.1.14.0 release (#157)
Browse files Browse the repository at this point in the history
* fix context & chengelog 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

* GH - added initial drafts of Bug & feature request templates

* add first versioned context.json (#121)

* create file

* add changelog

* owner to technical ontology

---------

Co-authored-by: simon louvet <[email protected]>

* Add inverse `belongsTo` property to resolve #118 (#124)

* Add inverse relationship of belongsTo called holds

* Update context for issue 118

* Update changelog version

* 111 (#126)

* update sold by sells

* Update context for issue 111

* Add of Weigth, Length and Volume as subclass of QuantitativeValue (#127)

* Add of Weigth, Length and Volume as subclass of QuantitativeValue

* Update CHANGELOG.md

* add missing inverse relationship (#128)

* add missing inverse relationship

* Update CHANGELOG.md

* Fix DFC_BusinessOntology.owl file  (#139)

* added missing <InverseObjectProperties> for sells/soldB to fix owl file not loading in Protege.

* Removed chk files & updated gitignore

* Fixed concerns property for OrderLine to be constrained to Offer, not DefinedProduct (#144)

* #141 #37 #131 #136 #132 (#146)

* #141 #37 #131 #136 #132

* Add Price on OrderLine

* Add of definitions in ontology files (#147)

* update CHANGELOG.md and add context_1.14.0.json

* fix changelog

* fix changelog

* fix merge issue and clean changelog

* fix changelog

---------

Co-authored-by: simon louvet <[email protected]>
Co-authored-by: RaggedStaff <[email protected]>
Co-authored-by: simonLouvet <[email protected]>
  • Loading branch information
4 people authored Nov 12, 2024
1 parent 3c98d29 commit f16a51f
Show file tree
Hide file tree
Showing 15 changed files with 4,355 additions and 277 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src/catalog-v001.xml
*.orig
*.chk.*
src/DFC_BusinessOntology.properties
30 changes: 26 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,27 @@ All notable changes to this project will be documented in this file.
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.14.0] - 2024-11-13
### Added

#### Definitions
- A list of definitions has been added to the ontologie to describe Classes

#### Property
- fulfills, domain: PhysicalProduct, inverseOf: fullfilledBy
- fulfilledBy, domain: OrderLine, inverseOf: fullfills

#### Context
- 1.9.0, 1.10.0, 1.11.0, 1.11.1, 1.12.0, 1.13.0

#### Scripts
- context-generator : python script to generate context from rdf ontology file
- uri_standerdizer : python script to standardized uris from predefied format and deprecated last uris

### Changed
#### Property
- concerns, domain: Offer, inverseOf: concernedBy
- Domain : hasPrice, (Offer|PaymentMethod|Transaction) -> (Offer|PaymentMethod|Transaction|OrderLine)

## [1.13.0] - 2024-05-30
### Added
Expand Down Expand Up @@ -34,7 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- suppliesTo
- uses


## [1.12.1] - 2024-02-01
### Added
- file context_1.8.2.json
Expand Down Expand Up @@ -339,11 +358,14 @@ 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.13.0...master
[unreleased]: https://github.com/datafoodconsortium/ontology/compare/v1.14.0...master
[1.14.0]: https://github.com/datafoodconsortium/ontology/compare/v1.13.0...1.14.0
[1.13.0]: https://github.com/datafoodconsortium/ontology/compare/v1.12.1...1.13.0
[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.11.1]: https://github.com/datafoodconsortium/ontology/compare/v1.11.0...v1.11.1
[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.2...v1.10.0
[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
Expand Down
Loading

0 comments on commit f16a51f

Please sign in to comment.