Skip to content

Commit

Permalink
Merge pull request #50 from catenax-ng/release/24.05
Browse files Browse the repository at this point in the history
Changes for release 24.05
  • Loading branch information
obalandi authored May 31, 2024
2 parents b6d6a1c + abcfb8a commit 3a7d2b3
Show file tree
Hide file tree
Showing 24 changed files with 1,863 additions and 5,280 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ The following people have contributed to this repository:
* Zazralt Magic, BMW Group, https://github.com/ZazraltMagic
* Oguzhan Balandi, T-Systems International GmbH, https://github.com/obalandi
* Rolf Bosse, Mercedes-Benz AG, https://github.com/bosserf
* Joerg-Schulz, ZF Friedrichshafen AG, https://github.com/Joerg-Schulz
* Arno Weiss, SAP AG, https://github.com/arnoweiss

Please add yourself to this list, if you contribute to the content.
117 changes: 66 additions & 51 deletions docs/behaviour_ontology.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bill-of-material_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

**Date:** 2023-09-08

**Version:** 0.10.3
**Version:** 0.11.0

**Imports:** file:common_ontology.ttl , file:core_ontology.ttl

Expand Down
4 changes: 2 additions & 2 deletions docs/common_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

**Date:** 2023-05-23

**Version:** 1.9.4
**Version:** 1.9.5

**Imports:** file:core_ontology.ttl

Expand Down Expand Up @@ -81,7 +81,7 @@ classDiagram
|<span id="publishedUnderContract">publishedUnderContract</span>|This property refers to the contract associated with the asset.|[Asset](#Asset) |xsd:string ||
|<span id="satisfiesRole">satisfiesRole</span>|Use Case Role IRI.|[Asset](#Asset) |xsd:anyURI ||
|<span id="isFederated">isFederated</span>|If this property is set to true, it means that this connector will federate with other connectors.|[Asset](#Asset) |xsd:boolean ||
|<span id="url">url</span>||[DataspaceConnector](#DataspaceConnector) |xsd:anyURI ||
|<span id="url">url</span>|Uniform Resource Locator of SPARQL Endpoint.|[DataspaceConnector](#DataspaceConnector) |xsd:anyURI ||
|<span id="authenticationInformation">authenticationInformation</span>|Base property for all authentication informations.|[Asset](#Asset) |xsd:string ||
|<span id="authenticationCode">authenticationCode</span>|An authentication code under which authentication information are transmitted.|[Asset](#Asset) |xsd:string |[authenticationInformation](#authenticationInformation) |
|<span id="authenticationKey">authenticationKey</span>|An authentication key which encodes some authentication proof.|[Asset](#Asset) |xsd:string |[authenticationInformation](#authenticationInformation) |
Expand Down
4 changes: 2 additions & 2 deletions docs/core_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

**Creator:** [@obalandi](https://github.com/obalandi)

**Contributor:** None
**Contributor:** [@drcgjung](https://github.com/drcgjung)

**Date:** 2023-05-05

**Version:** 1.9.4
**Version:** 1.9.9

**Imports:**

Expand Down
18 changes: 4 additions & 14 deletions docs/core_taxonomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
|<span id="ErrorCause">ErrorCause</span>|Error Cause|An analysis result can indicate possible and current error causes. |[ConceptualObject](#ConceptualObject) ||
|<span id="Result">Result</span>|Result|Specific conceptual outcomes of an activity or application.|[ConceptualObject](#ConceptualObject) ||
|<span id="AnalysisResult">AnalysisResult</span>|Analysis Result|Results of the analysis activity.|[Result](#Result) |[DiagnosticTroubleCode](#DiagnosticTroubleCode) , [LoadSpectrum](#LoadSpectrum) |
|<span id="LoadSpectrum">LoadSpectrum</span>|Load Spectrum|Load spectrum is a 2d histogram that contains the load history of a vehicle, i.e. how a vehicle was used, for a given time period.|[AnalysisResult](#AnalysisResult) ||
|<span id="LoadSpectrum">LoadSpectrum</span>|Load Spectrum|Load spectrum is a multi dimensional histogram that contains the state history of a set of vehicle parts, i.e. how a vehicle was driven, for a given time period.|[AnalysisResult](#AnalysisResult) ||
|<span id="Clutch">Clutch</span>|Clutch|Load spectrum of a vehicle clutch.|[LoadSpectrum](#LoadSpectrum) ||
|<span id="GearSet">GearSet</span>|GearSet|Load spectrum of a vehicle gear with respect to performance.|[LoadSpectrum](#LoadSpectrum) ||
|<span id="GearOil">GearOil</span>|GearOil|Load spectrum of a vehicle gear with respect to heat.|[LoadSpectrum](#LoadSpectrum) ||
|<span id="DiagnosticTroubleCode">DiagnosticTroubleCode</span>|Diagnostic Trouble Code|Diagnostic Trouble Code, is a code used to diagnose malfunctions in a vehicle.|[AnalysisResult](#AnalysisResult) ||
|<span id="Address">Address</span>|Address|The address describes the legal address of places.|[ConceptualObject](#ConceptualObject) ||
|<span id="Application">Application</span>|Application|An application defines a coded software that fulfills a specific purpose.|[ConceptualObject](#ConceptualObject) |[Asset](#Asset) , [Function](#Function) , [DataspaceConnector](#DataspaceConnector) |
Expand All @@ -44,19 +47,6 @@
|<span id="HealthIndication">HealthIndication</span>|Health Indication|Health Indication is an evaluation function operating on batches of load collectives and adaptive values.|[PrognosisFunction](#PrognosisFunction) ||
|<span id="RemainingUsefulLife">RemainingUsefulLife</span>|Remaining Useful Life|Remaining Useful Life is a Prediction of the Estimated Mileage/Runtime until a Breakdown.|[PrognosisFunction](#PrognosisFunction) ||
|<span id="DataspaceConnector">DataspaceConnector</span>|Dataspace Connector|Dataspace Connector is an interface based on the Eclipse Dataspace Connector technology. A Dataspace Connector makes various assets available through contracts. A contract describes with which policy which asset can be provided.|[Application](#Application) ||
|<span id="Asset">Asset</span>|Asset|The Asset concept describes the provision via a repository of a specific set of data for a specific purpose. It is defined by its public API.|[Application](#Application) ||
|<span id="DigitalTwinRegistry">DigitalTwinRegistry</span>|Digital Twin Registry|The Digital Twin Registry (DTR) is the union of the Catena-X-selected subsets of the Asset Administration Shell Registry and Discovery APIs.|[Asset](#Asset) ||
|<span id="Submodel">Submodel</span>|Submodel|The Submodel API serves aspects of a Digital Twin according to the Asset Administration Shell standard.|[Asset](#Asset) ||
|<span id="ReceiveQualityInvestigationNotification">ReceiveQualityInvestigationNotification</span>|Receive Quality Investigation Notification|API to receive quality investigation notifications|[Asset](#Asset) ||
|<span id="ReceiveQualityAlertNotification">ReceiveQualityAlertNotification</span>|Receive Quality Alert Notification|API to receive quality alert notifications|[Asset](#Asset) ||
|<span id="UpdateQualityInvestigationNotification">UpdateQualityInvestigationNotification</span>|Update Quality Investigation Notification|API to update quality investigation notifications|[Asset](#Asset) ||
|<span id="UpdateQualityAlertNotification">UpdateQualityAlertNotification</span>|Update Quality Alert Notification|API to update quality Alert notifications|[Asset](#Asset) ||
|<span id="ResolveQualityInvestigationNotification">ResolveQualityInvestigationNotification</span>|Resolve Quality Investigation Notification|API to update quality investigation notifications|[Asset](#Asset) ||
|<span id="ResolveQualityAlertNotification">ResolveQualityAlertNotification</span>|Resolve Quality Alert Notification|API to resolve quality Alert notifications|[Asset](#Asset) ||
|<span id="ReceiveUniqueIdPushNotification">ReceiveUniqueIdPushNotification</span>|Receive Unique ID Push Notification|API to receive Unique Id Push notifications|[Asset](#Asset) ||
|<span id="PcfExchange">PcfExchange</span>|PCF Exchange API|API to exchange data on Product Carbon Footprints|[Asset](#Asset) ||
|<span id="GraphAsset">GraphAsset</span>|Graph Asset|This subconcept of Asset allows arbitrary data queries to be executed on assets.|[Asset](#Asset) ||
|<span id="SkillAsset">SkillAsset</span>|Skill Asset|This subconcept of Asset allows only the execution of predefined data queries on assets.|[Asset](#Asset) ||
|<span id="Actor">Actor</span>|Actor|The actor comprises organization or people, either individually or in groups, who have the potential to perform intentional actions of kinds for which someone may be held responsible.|[Thing](#Thing) |[BusinessPartner](#BusinessPartner) , [AnalysisDevice](#AnalysisDevice) |
|<span id="AnalysisDevice">AnalysisDevice</span>|Analysis Device|An analysis device, e.g. a diagnostic device, reads or calculates certain analysis results.|[Actor](#Actor) ||
|<span id="BusinessPartner">BusinessPartner</span>|Business Partner|A Business Partner is a legal entity that is part of the Catena-X network or that stands in a relevant relation to a Catena-X Business Partner.|[Actor](#Actor) ||
Expand Down
2 changes: 1 addition & 1 deletion docs/function_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

**Date:** 2023-06-29

**Version:** None
**Version:** 1.11.0

**Imports:** file:common_ontology.ttl , file:core_ontology.ttl

Expand Down
2 changes: 1 addition & 1 deletion docs/reliability_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

**Date:** 2023-02-21

**Version:** 1.9.4
**Version:** 1.11.0

**Imports:** file:core_ontology.ttl , file:vehicle_ontology.ttl

Expand Down
20 changes: 10 additions & 10 deletions docs/supply-chain_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

**Date:** 2023-12-12

**Version:** 0.11.16
**Version:** 0.12.0

**Imports:** file:core_ontology.ttl , file:common_ontology.ttl

Expand All @@ -24,19 +24,19 @@

```mermaid
classDiagram
class BusinessPartner~common~{
}
class ConceptualObject~core~{
}
class PhysicalObject~core~{
}
class BusinessPartner~common~{
}
class SupplyChain~supply-chain~{
validityPeriodStart date
validityPeriodEnd date
validityPeriodStart date
}
SupplyChain --> BusinessPartner : supplier
SupplyChain --> BusinessPartner : recipient
SupplyChain --> PhysicalObject : good
SupplyChain --> BusinessPartner : recipient
SupplyChain --> BusinessPartner : supplier
SupplyChain --|> ConceptualObject
```
Expand All @@ -46,22 +46,22 @@ classDiagram

|Name|Description|Datatype properties|Object properties|Subclass of|
| :--- | :--- | :--- | :--- | :--- |
|<span id="SupplyChain">SupplyChain</span>|The Supply Chain relates consumers and a supplier.|[validityPeriod](#validityPeriod) , [validityPeriodStart](#validityPeriodStart) , [validityPeriodEnd](#validityPeriodEnd) |[supplier](#supplier) , [recipient](#recipient) , [good](#good) |[ConceptualObject](./core_ontology.md#ConceptualObject) |
|<span id="SupplyChain">SupplyChain</span>|The Supply Chain relates consumers and a supplier.|[validityPeriod](#validityPeriod) , [validityPeriodEnd](#validityPeriodEnd) , [validityPeriodStart](#validityPeriodStart) |[good](#good) , [recipient](#recipient) , [supplier](#supplier) |[ConceptualObject](./core_ontology.md#ConceptualObject) |

## Data Properties


|Name|Description|Domain|Range|Subproperty of|
| :--- | :--- | :--- | :--- | :--- |
|<span id="validityPeriod">validityPeriod</span>|Defines the validity period.|[SupplyChain](#SupplyChain) |||
|<span id="validityPeriodStart">validityPeriodStart</span>|The start of validity.|[SupplyChain](#SupplyChain) |xsd:date |[validityPeriod](#validityPeriod) |
|<span id="validityPeriodEnd">validityPeriodEnd</span>|The end of validity.|[SupplyChain](#SupplyChain) |xsd:date |[validityPeriod](#validityPeriod) |
|<span id="validityPeriodStart">validityPeriodStart</span>|The start of validity.|[SupplyChain](#SupplyChain) |xsd:date |[validityPeriod](#validityPeriod) |

## Object Properties


|Name|Descriptions|Domain|Range|Subproperty of|
| :--- | :--- | :--- | :--- | :--- |
|<span id="supplier">supplier</span>|Refers to the supplier.|[SupplyChain](#SupplyChain) |[BusinessPartner](./common_ontology.md#BusinessPartner) ||
|<span id="recipient">recipient</span>|Refers to the recipient.|[SupplyChain](#SupplyChain) |[BusinessPartner](./common_ontology.md#BusinessPartner) ||
|<span id="good">good</span>|Refers to the goods in the supply chain.|[SupplyChain](#SupplyChain) |[PhysicalObject](./core_ontology.md#PhysicalObject) ||
|<span id="recipient">recipient</span>|Refers to the recipient.|[SupplyChain](#SupplyChain) |[BusinessPartner](./common_ontology.md#BusinessPartner) ||
|<span id="supplier">supplier</span>|Refers to the supplier.|[SupplyChain](#SupplyChain) |[BusinessPartner](./common_ontology.md#BusinessPartner) ||
2 changes: 1 addition & 1 deletion docs/vehicle_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

**Date:** 2023-02-21

**Version:** 1.9.4
**Version:** 1.11.0

**Imports:** file:core_ontology.ttl

Expand Down
Loading

0 comments on commit 3a7d2b3

Please sign in to comment.