Skip to content

Fix merge conflicts with schema and example files #578

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

Merged
merged 20 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master

- name: Check the title and description of the pull request
uses: mristin/opinionated-commit-message@v3.0.0
uses: mristin/opinionated-commit-message@v3.1.1
with:
path-to-additional-verbs: .github/workflows/AdditionalVerbsInImperativeMood.txt

Expand Down
12 changes: 11 additions & 1 deletion schemas/json/examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# JSON Examples

These are randomly generated examples that fulfill the formalized semantic and syntactic constraints,
however due to the random generation, they might not make sense.
They're best suited for testing your software.

The examples were automatically generated by [aas-core3.0-testgen].

There are two kinds of examples for each class of the meta-model:
Expand All @@ -10,5 +14,11 @@ There are two kinds of examples for each class of the meta-model:
Apart from the two examples, we also generate various additional examples for different properties based on fuzzing.
For example, see [generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.json].

For more details on the logic behind the generation, please refer to the following two publications:
- [Semi-Automatic Testing of Data-Focused Software Development Kits for Industrie 4.0]
- [Maturity Evaluation of SDKs for I4.0 Digital Twins]

[aas-core3.0-testgen]: https://github.com/aas-core-works/aas-core3.0-testgen
[generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.json]: generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.json
[generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.json]: generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed_01.json
[Semi-Automatic Testing of Data-Focused Software Development Kits for Industrie 4.0]: https://www.researchgate.net/publication/366347536_Semi-Automatic_Testing_of_Data-Focused_Software_Development_Kits_for_Industrie_40
[Maturity Evaluation of SDKs for I4.0 Digital Twins]: https://www.researchgate.net/publication/374055610_Maturity_Evaluation_of_SDKs_for_I40_Digital_Twins
12 changes: 11 additions & 1 deletion schemas/rdf/examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# RDF Examples

These are randomly generated examples that fulfill the formalized semantic and syntactic constraints,
however due to the random generation, they might not make sense.
They're best suited for testing your software.

The examples were automatically generated by [aas-core3.0-testgen].

There are two kinds of examples for each class of the meta-model:
Expand All @@ -10,5 +14,11 @@ There are two kinds of examples for each class of the meta-model:
Apart from the two examples, we also generate various additional examples for different properties based on fuzzing.
For example, see [generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.ttl].

For more details on the logic behind the generation, please refer to the following two publications:
- [Semi-Automatic Testing of Data-Focused Software Development Kits for Industrie 4.0]
- [Maturity Evaluation of SDKs for I4.0 Digital Twins]

[aas-core3.0-testgen]: https://github.com/aas-core-works/aas-core3.0-testgen
[generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.ttl]: generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.ttl
[generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed\_01.ttl]: generated/AnnotatedRelationshipElement/idShortOverPatternExamples/fuzzed_01.ttl
[Semi-Automatic Testing of Data-Focused Software Development Kits for Industrie 4.0]: https://www.researchgate.net/publication/366347536_Semi-Automatic_Testing_of_Data-Focused_Software_Development_Kits_for_Industrie_40
[Maturity Evaluation of SDKs for I4.0 Digital Twins]: https://www.researchgate.net/publication/374055610_Maturity_Evaluation_of_SDKs_for_I40_Digital_Twins

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading