Skip to content

v1.13.0

Compare
Choose a tag to compare
@RaggedStaff RaggedStaff released this 15 Jul 07:34
· 1 commit to master since this release
3c98d29

Added

Class

  • Weight, subClassOf: QuantitativeValue.
  • Volume, subClassOf: QuantitativeValue.
  • Length, subClassOf: QuantitativeValue.

Property

  • holds, domain: SaleSession, inverseOf: belongsTo
  • hasOffer, domain: CustomerCategory, inverseOf: offersTo
  • selectedBy, domain: ShippingOption, inverseOf: selects

Changed

  • added missing InverseObjectProperties opening bracket for sells/soldBy (owl file now parses/loads in Protege)
  • Domain : belongsTo, (Order | Agent) -> Order
  • Rename: sold -> sells
  • subpropertyOf hasStatus : DFC_BusinessOntology_ObjectProperty -> subpropertyOf DFC_Interface_Property
    subpropertyOf hasTransformationType : DFC_BusinessOntology_ObjectProperty -> subpropertyOf DFC_Interface_Property

Deleted

Property (deprecated)

  • refersTo
  • suppliesTo
  • uses

What's Changed

Full Changelog: v1.12.0...v1.13.0