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

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

Merged
merged 12 commits into from
Jan 9, 2025

Conversation

Alcoz
Copy link
Collaborator

@Alcoz Alcoz commented Dec 4, 2024

Import

Class

DataProperty

DataTypes

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

Changed

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

@Alcoz Alcoz self-assigned this Dec 4, 2024
@simonLouvet
Copy link
Contributor

I need it. please review @RaggedStaff @lecoqlibre

Copy link
Contributor

@RaggedStaff RaggedStaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Alcoz

I've added some of the annotations in Protege & I'll push to the branch. Can you check I've covered all the comments pls ?

src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
src/DFC_BusinessOntology.owl Show resolved Hide resolved
@Alcoz Alcoz merged commit daa3c0e into next-ontology Jan 9, 2025
lecoqlibre added a commit that referenced this pull request Jan 16, 2025
- Add variant creation and deprecate quantity dataproperty (#163)
- Add shipment, vehicle and related properties to logistic use-case (#169)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Logistics use cases Add hasVariant & isVariantOf relationships to DefinedProduct
4 participants