Title: Supply Chain Ontology
Description: Ontology for supply chains.
Creator: @drcgjung
Contributor: @obalandi
Date: 2023-12-12
Version: 0.12.0
Imports: file:core_ontology.ttl , file:common_ontology.ttl
Link to ontology: https://w3id.org/catenax/ontology/supply-chain
classDiagram
class BusinessPartner~common~{
}
class ConceptualObject~core~{
}
class PhysicalObject~core~{
}
class SupplyChain~supply-chain~{
validityPeriodEnd date
validityPeriodStart date
}
SupplyChain --> PhysicalObject : good
SupplyChain --> BusinessPartner : recipient
SupplyChain --> BusinessPartner : supplier
SupplyChain --|> ConceptualObject
Name | Description | Datatype properties | Object properties | Subclass of |
---|---|---|---|---|
SupplyChain | The Supply Chain relates consumers and a supplier. | validityPeriod , validityPeriodEnd , validityPeriodStart | good , recipient , supplier | ConceptualObject |
Name | Description | Domain | Range | Subproperty of |
---|---|---|---|---|
validityPeriod | Defines the validity period. | SupplyChain | ||
validityPeriodEnd | The end of validity. | SupplyChain | xsd:date | validityPeriod |
validityPeriodStart | The start of validity. | SupplyChain | xsd:date | validityPeriod |
Name | Descriptions | Domain | Range | Subproperty of |
---|---|---|---|---|
good | Refers to the goods in the supply chain. | SupplyChain | PhysicalObject | |
recipient | Refers to the recipient. | SupplyChain | BusinessPartner | |
supplier | Refers to the supplier. | SupplyChain | BusinessPartner |
This work is licensed under the CC-BY-4.0.
- Copyright (c) 2024 T-Systems International GmbH
- Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
- Copyright (c) 2024 ZF Friedrichshafen AG
- Copyright (c) 2024 Mercedes-Benz AG
- Copyright (c) 2024 SAP AG
- Copyright (c) 2024 Catena-X Association
- Copyright (c) 2024 Contributors to the Eclipse Foundation