From 2c5e6696997a76f181955cfa0e99cdaa1f98abfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Sch=C3=BCtz?= <147107265+jSchuetz88@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:39:46 +0100 Subject: [PATCH 1/6] Update CX-0135-CompanyCertificateManagement.md --- .../CX-0135-CompanyCertificateManagement.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index c0516470f..af66ac2c4 100644 --- a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -3,7 +3,7 @@ tags: - CAT/Value Added Services --- -# CX-0135 BP Company Certificate Management v2.1.0 +# CX-0135 BP Company Certificate Management v2.1.1 ## ABSTRACT @@ -174,6 +174,14 @@ The RDF turtle file, an instance of the Semantic Aspect Meta Model, is the maste https://github.com/eclipse-tractusx/sldt-semantic-models/blob/1ac8967e89074e42446727303033d86506bad85b/io.catenax.shared.business_partner_certificate/1.0.0/BusinessPartnerCertificate.ttl +:::info +The Aspect Model will be updated to version 3.0.0 within the next release: + +> https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl + +it is strongly RECOMMENDED to apply the version 3.0.0 for the certification. +::: + The open source command line tool of the Eclipse Semantic Modeling Framework is used for generation of other file formats like for example a JSON Schema, AASX for Asset Administration Shell Submodel Template or a HTML documentation. ## 3 REFERENCES From f613b4ad84181524d4c204f1e888b81205249780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Sch=C3=BCtz?= Date: Tue, 17 Dec 2024 07:52:14 +0100 Subject: [PATCH 2/6] Add note to CX-0135 --- .../CX-0135-CompanyCertificateManagement.md | 6 +++--- .../CX-0135-CompanyCertificateManagement.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index af66ac2c4..36d07822a 100644 --- a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -175,11 +175,11 @@ The RDF turtle file, an instance of the Semantic Aspect Meta Model, is the maste https://github.com/eclipse-tractusx/sldt-semantic-models/blob/1ac8967e89074e42446727303033d86506bad85b/io.catenax.shared.business_partner_certificate/1.0.0/BusinessPartnerCertificate.ttl :::info -The Aspect Model will be updated to version 3.0.0 within the next release: +The Aspect Model will be updated to version 3.0.0 within the next release (CX-Io): -> https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl +> [io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) -it is strongly RECOMMENDED to apply the version 3.0.0 for the certification. +it is strongly RECOMMENDED to apply the version 3.0.0 for the certification as version 1.0.0 will be deprecated. ::: The open source command line tool of the Eclipse Semantic Modeling Framework is used for generation of other file formats like for example a JSON Schema, AASX for Asset Administration Shell Submodel Template or a HTML documentation. diff --git a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index 3a997bda2..cc19e5d55 100644 --- a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -166,6 +166,14 @@ The semantic model has the unique identifier > urn:samm:io.catenax.business_partner_certificate:1.0.0 +:::info +The Aspect Model will be updated to version 3.0.0 within the next release (CX-Io): + +> [io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) + +it is strongly RECOMMENDED to apply the version 3.0.0 for the certification as version 1.0.0 will be deprecated. +::: + This identifier **MUST** be used by the data provider to define the semantics of the data being transferred. #### 2.1.3 FORMATS OF SEMANTIC MODEL From 9032dfa7215a8105394cd5fa310863e1b84fdb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Sch=C3=BCtz?= Date: Tue, 17 Dec 2024 07:55:25 +0100 Subject: [PATCH 3/6] Fix reference --- .../CX-0135-CompanyCertificateManagement.md | 2 +- .../CX-0135-CompanyCertificateManagement.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index 36d07822a..73ad0bd5a 100644 --- a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -177,7 +177,7 @@ https://github.com/eclipse-tractusx/sldt-semantic-models/blob/1ac8967e89074e4244 :::info The Aspect Model will be updated to version 3.0.0 within the next release (CX-Io): -> [io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) +> [urn:samm:io.catenax.business_partner_certificate:3.0.0](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) it is strongly RECOMMENDED to apply the version 3.0.0 for the certification as version 1.0.0 will be deprecated. ::: diff --git a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index cc19e5d55..e5cc5bc60 100644 --- a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -169,7 +169,7 @@ The semantic model has the unique identifier :::info The Aspect Model will be updated to version 3.0.0 within the next release (CX-Io): -> [io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) +> [urn:samm:io.catenax.business_partner_certificate:3.0.0](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) it is strongly RECOMMENDED to apply the version 3.0.0 for the certification as version 1.0.0 will be deprecated. ::: From c849c56918479ea69f6bf23f8163f0057fb7ad5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Sch=C3=BCtz?= Date: Tue, 17 Dec 2024 07:56:43 +0100 Subject: [PATCH 4/6] Update patch version: 2.1.1 --- .../CX-0135-CompanyCertificateManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index e5cc5bc60..4fa85aaa9 100644 --- a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -3,7 +3,7 @@ tags: - CAT/Value Added Services --- -# CX-0135 BP Company Certificate Management v2.1.0 +# CX-0135 BP Company Certificate Management v2.1.1 ## ABSTRACT From 2140634889e003f691de845eb5bbeef4ac67d0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Sch=C3=BCtz?= <147107265+jSchuetz88@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:56:23 +0100 Subject: [PATCH 5/6] Update CX-0135-CompanyCertificateManagement.md --- .../CX-0135-CompanyCertificateManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index 73ad0bd5a..080c04e1c 100644 --- a/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/docs/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -179,7 +179,7 @@ The Aspect Model will be updated to version 3.0.0 within the next release (CX-Io > [urn:samm:io.catenax.business_partner_certificate:3.0.0](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) -it is strongly RECOMMENDED to apply the version 3.0.0 for the certification as version 1.0.0 will be deprecated. +it is strongly RECOMMENDED to apply the version 3.0.0 (or higher) for the certification as version 1.0.0 will be deprecated. ::: The open source command line tool of the Eclipse Semantic Modeling Framework is used for generation of other file formats like for example a JSON Schema, AASX for Asset Administration Shell Submodel Template or a HTML documentation. From 5846b144fa2c7f794a535d07d67e4a62a6973bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Sch=C3=BCtz?= <147107265+jSchuetz88@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:56:57 +0100 Subject: [PATCH 6/6] Update CX-0135-CompanyCertificateManagement.md --- .../CX-0135-CompanyCertificateManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md index 4fa85aaa9..2fbf92e85 100644 --- a/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md +++ b/versioned_docs/version-Jupiter/standards/CX-0135-CompanyCertificateManagement/CX-0135-CompanyCertificateManagement.md @@ -171,7 +171,7 @@ The Aspect Model will be updated to version 3.0.0 within the next release (CX-Io > [urn:samm:io.catenax.business_partner_certificate:3.0.0](https://github.com/eclipse-tractusx/sldt-semantic-models/blob/6cdb6b9e889b0bd9b9a168c3596733c585c561e5/io.catenax.shared.business_partner_certificate/3.0.0/BusinessPartnerCertificate.ttl) -it is strongly RECOMMENDED to apply the version 3.0.0 for the certification as version 1.0.0 will be deprecated. +it is strongly RECOMMENDED to apply the version 3.0.0 (or higher) for the certification as version 1.0.0 will be deprecated. ::: This identifier **MUST** be used by the data provider to define the semantics of the data being transferred.