Skip to content

Commit

Permalink
Add shipment, vehicle and related properties to logistic use-case (#169)
Browse files Browse the repository at this point in the history
* #141 #37 #131 #136 #132

* Add Price on OrderLine

* Add variant and deprecate quantity dataproperty

* Add shipment, vehicle and related properties to logistic use-case

* missing small update

* GH - Added comments for new concepts.

* add property between shipment and vehicle

* generate context for 1.15.0

---------

Co-authored-by: RaggedStaff <[email protected]>
  • Loading branch information
Alcoz and RaggedStaff authored Jan 9, 2025
1 parent 4e0ac3d commit daa3c0e
Show file tree
Hide file tree
Showing 4 changed files with 2,531 additions and 93 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,49 @@ 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]

### Import

#### Class
- https://schema.org/OpeningHoursSpecification

#### DataProperty
- https://schema.org/opens
- https://schema.org/closes
- https://schema.org/dayOfWeek

#### DataTypes
- https://schema.org/DayOfWeek

### Added

#### Class
- Shipment, subClassOf DFC_BusinessOntology_Relation
- Vehicle, subClassOf What_Subject

#### Property
- hasVariant, domain: DefinedProduct, inverseOf: isVariantOf
- isVariantOf, domain: DefinedProduct, inverseOf : hasVariant
- isOpenDuring, domain : PhysicalPlace, range : OpeningHoursSpecification
- isAvailableDuring, domain : Vehicle, range : OpeningHoursSpecification
- basedAt, domain : Vehicle, range : PhysicalPlace
- transportedBy, domain : Stock, inverseOf : transports
- transports, domain : Shipment, inverseOf : transportedBy
- startsAt, domain : Shipment, range : PhysicalPlace
- endsAt, domain : Shipment, range : PhysicalPlace
- ships, domain : Vehicle, inverseOf : isShippedIn
- isShippedIn, domain : Shipment, inverseOf : ships

### Deleted

#### Property
- quantity

### Changed
- Domain : hasQuantity, (DefinedProduct | Ingredient | OrderLine) -> (ConsumptionFlow | DefinedProduct | Ingredient | LocalizedProduct | OrderLine | PhysicalProduct | ProductionFlow | SaleSession | ShippingOption | Stock | Transaction)
- Domain : hasQuantity, (DefinedProduct | Ingredient | OrderLine) -> (ConsumptionFlow | DefinedProduct | Ingredient | LocalizedProduct | OrderLine | PhysicalProduct | ProductionFlow | SaleSession | ShippingOption | Stock | Transaction | Vehicle)
- Domain : beginDate, (AsPlannedLocalTransformation | AsRealizedTransformation | SaleSession | Shipping option) -> (AsPlannedLocalTransformation | AsRealizedTransformation | SaleSession | Shipment | Shipping option)
- Domain : endDate, (AsPlannedLocalTransformation | AsRealizedTransformation | SaleSession | Shipping option) -> (AsPlannedLocalTransformation | AsRealizedTransformation | SaleSession | Shipment | Shipping option)


## [1.14.0] - 2024-11-13
### Added
Expand Down Expand Up @@ -373,7 +403,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.14.0...master
[unreleased]: https://github.com/datafoodconsortium/ontology/compare/v1.15.0...master
[1.15.0]: https://github.com/datafoodconsortium/ontology/compare/v1.14.0...1.15.0
[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
Expand Down
Loading

0 comments on commit daa3c0e

Please sign in to comment.