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

feature: upgrade knowledge agent references according to TX/CX 2412 versions. #1111

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
24 changes: 12 additions & 12 deletions docs-kits/kits/knowledge-agents/adoption-view/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Adoption View
---

<!--
* Copyright (c) 2021,2024 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -216,9 +216,9 @@ Any party who offers ready-made artifacts, packages and managed services assisti
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

* SPDX-License-Identifier: CC-BY-4.0
* SPDX-FileCopyrightText: 2021,2024 T-Systems International GmbH
* SPDX-FileCopyrightText: 2021,2023 Mercedes-Benz AG
* SPDX-FileCopyrightText: 2022,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* SPDX-FileCopyrightText: 2021,2023 ZF Friedrichshafen AG
* SPDX-FileCopyrightText: 2021,2023 SAP SE
* SPDX-FileCopyrightText: 2022,2023 Contributors to the Eclipse Foundation
* SPDX-FileCopyrightText: 2021 T-Systems International GmbH
* SPDX-FileCopyrightText: 2021 Mercedes-Benz AG
* SPDX-FileCopyrightText: 2022 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* SPDX-FileCopyrightText: 2021 ZF Friedrichshafen AG
* SPDX-FileCopyrightText: 2021 SAP SE
* SPDX-FileCopyrightText: 2022 Contributors to the Eclipse Foundation
14 changes: 7 additions & 7 deletions docs-kits/kits/knowledge-agents/development-view/Arc42.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sidebar_position: 7
title: Detailed Architecture
---
<!--
* Copyright (c) 2021,2024 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -168,4 +168,4 @@ Just as the Federated Datacatalog is a multi-instance-synchronised component, al

See chapter [Deployment](../operation-view/deployment).

<sub><sup>(C) 2021,2024 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
24 changes: 12 additions & 12 deletions docs-kits/kits/knowledge-agents/development-view/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sidebar_position: 1
title: API
---
<!--
* Copyright (c) 2021,2023 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -131,7 +131,7 @@ curl --location '${KA-MATCH}/agent/skill?asset=urn%3Acx%3ASkill%3Aconsumer%3ALif
--data-raw 'PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX cx: <https://github.com/catenax-ng/product-knowledge/ontology/cx.ttl#>
PREFIX cx: <https://w3id.org/catenax/ontology#>

############################################################################################
# Catena-X Knowledge Agents Sample Federated Skill
Expand Down Expand Up @@ -166,8 +166,8 @@ VALUES (?vin ?troubleCode) { ("@vin"^^xsd:string "@troubleCode"^^xsd:string) }.
cx:hasConnector ?oemConnector.

?oemConnector cx:offersAsset ?diagnoseAsset.
?diagnoseAsset rdf:type <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/cx_ontology.ttl#GraphAsset>;
rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/diagnosis_ontology.ttl>.
?diagnoseAsset rdf:type <https://w3id.org/catenax/taxonomy#GraphAsset>;
rdfs:isDefinedBy <https://w3id.org/catenax/ontology/reliability>.

####
# 3. The CONSUMER delegates the following logic to the OEM (connector)
Expand Down Expand Up @@ -214,7 +214,7 @@ SERVICE ?oemConnector {
].

?tieraConnector cx:offersAsset ?prognosisAsset.
?prognosisAsset rdfs:isDefinedBy <https://raw.githubusercontent.com/catenax-ng/product-knowledge/main/ontology/prognosis_ontology.ttl>.
?prognosisAsset rdfs:isDefinedBy <https://w3id.org/catenax/ontology/behaviour>.

####
# 4. The OEM (and not the CONSUMER) delegates to the SUPPLIER (connector)
Expand Down Expand Up @@ -277,7 +277,7 @@ curl --location '${KA-BIND}/agent' \
--data-raw 'PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX cx: <https://github.com/catenax-ng/product-knowledge/ontology/cx.ttl#>
PREFIX cx: <https://w3id.org/catenax/ontology#>

# Sample Graph Context that is Delegated/Instantiated to a Binding Agent Call
SELECT ?partType ?description WHERE {
Expand All @@ -299,4 +299,4 @@ see the [GRAPH POST](api/graph/postGraph) method specification

see the [GRAPH DELETE](api/graph/deleteGraph) method specification

<sub><sup>(C) 2021,2023 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Invoke a Skill or Query (Simple)
slug: agent-get
---
<!--
* Copyright (c) 2021,2023 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -200,4 +200,4 @@ Bad request or malformed SPARQL

Fatal error

<sub><sup>(C) 2021,2023 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Invoke a Skill or Query (Flexible)
slug: agent-post
---
<!--
* Copyright (c) 2021,2023 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -243,4 +243,4 @@ Bad request or malformed SPARQL

Fatal error

<sub><sup>(C) 2021,2023 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Returns a Skill
slug: skill-get
---
<!--
* Copyright (c) 2021,2024 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -77,4 +77,4 @@ the Skill Could not be found.

Fatal error

<sub><sup>(C) 2021,2024 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Register a Skill
slug: agent-skill-post
---
<!--
* Copyright (c) 2021,2023 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -120,4 +120,4 @@ Bad request or malformed SPARQL

Fatal error

<sub><sup>(C) 2021,2024 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Deletes a Graph (Asset)
slug: graph-delete
---
<!--
* Copyright (c) 2021,2024 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -59,4 +59,4 @@ The Graph could not be found.

Fatal error

<sub><sup>(C) 2021,2024 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Upload a Graph (Asset)
slug: graph-post
---
<!--
* Copyright (c) 2021,2024 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -119,4 +119,4 @@ Bad request or malformed TTL/CSV

Fatal error

<sub><sup>(C) 2021,2024 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
14 changes: 7 additions & 7 deletions docs-kits/kits/knowledge-agents/development-view/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sidebar_position: 1
title: High-Level Architecture
---
<!--
* Copyright (c) 2021,2024 T-Systems International GmbH
* Copyright (c) 2021,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021,2023 Mercedes-Benz AG
* Copyright (c) 2021,2023 ZF Friedrichshafen AG
* Copyright (c) 2021,2023 SAP SE
* Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
* Copyright (c) 2021 T-Systems International GmbH
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Copyright (c) 2021 Mercedes-Benz AG
* Copyright (c) 2021 ZF Friedrichshafen AG
* Copyright (c) 2021 SAP SE
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down Expand Up @@ -126,4 +126,4 @@ To summarize, the Knowledge Agent standard shall achieve the following abilities
* the ability to define domain/use case-based ontologies which form the vocabulary used in the skill definitions.
* the ability to visualize and develop the ontologies and skills in appropriate SDKs and User Experience components.

<sub><sup>(C) 2021,2024 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
<sub><sup>(C) 2021 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0</sup></sub>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Ontology Modelling
<!--
* Copyright (c) 2024 T-Systems International GmbH
* Copyright (c) 2024 Mercedes-Benz AG
* Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
* Copyright (c) 2024 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand Down
Loading
Loading