Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.15 #171

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Release version 1.15 #171

wants to merge 3 commits into from

Conversation

lecoqlibre
Copy link
Member

@lecoqlibre lecoqlibre commented Jan 16, 2025

Added

Imported concepts from schema.org

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 | 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)

- Add variant creation and deprecate quantity dataproperty (#163)
- Add shipment, vehicle and related properties to logistic use-case (#169)
@RaggedStaff RaggedStaff assigned RaggedStaff and Alcoz and unassigned RaggedStaff Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants