From 857009264ef8ef4a36c4aed8fe736e2e9fdff2a3 Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 17 Jan 2024 12:47:44 +0100 Subject: [PATCH 01/25] Create dataset.ttl --- .../dataset.ttl | 76 +++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl new file mode 100644 index 00000000..c2c1086e --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl @@ -0,0 +1,76 @@ +@prefix hmas: . +@prefix fipa: . +@prefix hctl: . +@prefix htv: . +@prefix sh: . +@prefix prov: . +@prefix rdf: . +@prefix ex: . + +ex:agentProfile a fipa:AgentDescription ; + hmas:isProfileOf ex:agent ; + hmas:exposesSignifier ex:requestable . + +ex:requestable a hmas:Signifier ; + hmas:signifies ex:requestShape . + +ex:requestShape a sh:NodeShape ; + sh:class hmas:ActionExecution, fipa:Request ; + sh:property [ + sh:path prov:used ; + sh:minQualifiedShape 1 ; + sh:maxQualifiedShape 1 ; + sh:qualifiedValueShape [ + sh:class hctl:Form ; + sh:property [ + sh:path hctl:forSubprotocol ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue "fipa.mts.mtp.http.std" # (FIPA Agent Message Transport Protocol for HTTP Specification) + ], [ + sh:path htv:methodName ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue "POST" + ], [ + sh:path hctl:hasTarget ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue + ] + ] + ], [ + sh:path hmas:hasInput ; + sh:qualifiedValueShape ex:messageShape ; + sh:qualifiedMinCount 1 ; + sh:qualifiedMaxCount 1 + ], [ + sh:path hmas:isExecutedIn ; + sh:qualifiedValueShape ex:requestInteractionShape ; + sh:qualifiedMinCount 0 ; + sh:qualifiedMaxCount 1 + ] . + +ex:messageShape a sh:NodeShape; + sh:class fipa:Message ; + sh:property [ + sh:path fipa:hasReceiver ; + sh:hasValue ex:agent ; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasSender ; + sh:class hmas:Agent; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasPerformative ; + sh:hasValue fipa:request; + sh:minCount 1; + sh:maxCount 1; + ] . + +ex:requestInteractionShape a sh:NodeShape, fipa:RequestInteractionProtocolSpecification ; + sh:class hmas:BehaviorExecution . From c54b446e42ae5fdab6dcc5deb1d4659583422e3e Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 17 Jan 2024 11:48:37 +0000 Subject: [PATCH 02/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 2450 +++++++------- .acimov/output/model-test-actions.ttl | 4484 ++++++++++++------------- 2 files changed, 3467 insertions(+), 3467 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 86f63317..02f4aebd 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -10,12 +10,12 @@ The original test report is available in turtle syntax [here](./actions.ttl). Here is some context about under which context this test was made -|Assertor|[NicoRobertIn](https://github.com/NicoRobertIn)| +|Assertor|[danaivach](https://github.com/danaivach)| |----|-----| -|Title|NicoRobertIn using actions script| -|Description|Test triggered by [@NicoRobertIn](https://github.com/NicoRobertIn) by actions trigger| -|Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/complete-test.py) -|Date|2023-12-08 16:54:59| +|Title|danaivach using actions script| +|Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| +|Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) +|Date|2024-01-17 11:48:21| *** @@ -58,9 +58,9 @@ Here is the chapter related to the MajorFail assertion |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#majorfail-assertions-summary)|
1/3
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-1)| -|[Table top](#majorfail-assertions-summary)|
2/3
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-2)| -|[Table top](#majorfail-assertions-summary)|
3/3
|:boom:*MajorFail*|`manufacturing-environments-safety-rules`|[syntax](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-3)| +|[Table top](#majorfail-assertions-summary)|
1/3
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-1)| +|[Table top](#majorfail-assertions-summary)|
2/3
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-2)| +|[Table top](#majorfail-assertions-summary)|
3/3
|:boom:*MajorFail*|`manufacturing-environments-safety-rules`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-3)| *** @@ -76,11 +76,11 @@ This subchapter gives more details to the :boom:MajorFail assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#syntax)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| |Title|Syntax test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -100,11 +100,11 @@ This subchapter gives more details to the :boom:MajorFail assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#syntax)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| |Title|Syntax test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -124,11 +124,11 @@ This subchapter gives more details to the :boom:MajorFail assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#syntax)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| |Title|Syntax test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -163,145 +163,145 @@ Here is the chapter related to the MinorFail assertion |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#minorfail-assertions-summary)|
1/139
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-1)| -|[Table top](#minorfail-assertions-summary)|
2/139
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-2)| -|[Table top](#minorfail-assertions-summary)|
3/139
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-3)| -|[Table top](#minorfail-assertions-summary)|
4/139
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-4)| -|[Table top](#minorfail-assertions-summary)|
5/139
|:exclamation:*MinorFail*|`regulation`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-5)| -|[Table top](#minorfail-assertions-summary)|
6/139
|:exclamation:*MinorFail*|`regulation`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-6)| -|[Table top](#minorfail-assertions-summary)|
7/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-7)| -|[Table top](#minorfail-assertions-summary)|
8/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-8)| -|[Table top](#minorfail-assertions-summary)|
9/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-9)| -|[Table top](#minorfail-assertions-summary)|
10/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-10)| -|[Table top](#minorfail-assertions-summary)|
11/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-11)| -|[Table top](#minorfail-assertions-summary)|
12/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-12)| -|[Table top](#minorfail-assertions-summary)|
13/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-13)| -|[Table top](#minorfail-assertions-summary)|
14/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-14)| -|[Table top](#minorfail-assertions-summary)|
15/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-15)| -|[Table top](#minorfail-assertions-summary)|
16/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-16)| -|[Table top](#minorfail-assertions-summary)|
17/139
|:exclamation:*MinorFail*|`logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-17)| -|[Table top](#minorfail-assertions-summary)|
18/139
|:exclamation:*MinorFail*|`logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-18)| -|[Table top](#minorfail-assertions-summary)|
19/139
|:exclamation:*MinorFail*|`interaction-manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-19)| -|[Table top](#minorfail-assertions-summary)|
20/139
|:exclamation:*MinorFail*|`interaction`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-20)| -|[Table top](#minorfail-assertions-summary)|
21/139
|:exclamation:*MinorFail*|`fipa`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-21)| -|[Table top](#minorfail-assertions-summary)|
22/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-22)| -|[Table top](#minorfail-assertions-summary)|
23/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-23)| -|[Table top](#minorfail-assertions-summary)|
24/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-24)| -|[Table top](#minorfail-assertions-summary)|
25/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-25)| -|[Table top](#minorfail-assertions-summary)|
26/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-26)| -|[Table top](#minorfail-assertions-summary)|
27/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-27)| -|[Table top](#minorfail-assertions-summary)|
28/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-28)| -|[Table top](#minorfail-assertions-summary)|
29/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-29)| -|[Table top](#minorfail-assertions-summary)|
30/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-30)| -|[Table top](#minorfail-assertions-summary)|
31/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-31)| -|[Table top](#minorfail-assertions-summary)|
32/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-32)| -|[Table top](#minorfail-assertions-summary)|
33/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-33)| -|[Table top](#minorfail-assertions-summary)|
34/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-34)| -|[Table top](#minorfail-assertions-summary)|
35/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-35)| -|[Table top](#minorfail-assertions-summary)|
36/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-36)| -|[Table top](#minorfail-assertions-summary)|
37/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-37)| -|[Table top](#minorfail-assertions-summary)|
38/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-38)| -|[Table top](#minorfail-assertions-summary)|
39/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-39)| -|[Table top](#minorfail-assertions-summary)|
40/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-40)| -|[Table top](#minorfail-assertions-summary)|
41/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-41)| -|[Table top](#minorfail-assertions-summary)|
42/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-42)| -|[Table top](#minorfail-assertions-summary)|
43/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-43)| -|[Table top](#minorfail-assertions-summary)|
44/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-44)| -|[Table top](#minorfail-assertions-summary)|
45/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-45)| -|[Table top](#minorfail-assertions-summary)|
46/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-46)| -|[Table top](#minorfail-assertions-summary)|
47/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-47)| -|[Table top](#minorfail-assertions-summary)|
48/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-48)| -|[Table top](#minorfail-assertions-summary)|
49/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-49)| -|[Table top](#minorfail-assertions-summary)|
50/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-50)| -|[Table top](#minorfail-assertions-summary)|
51/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-51)| -|[Table top](#minorfail-assertions-summary)|
52/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-52)| -|[Table top](#minorfail-assertions-summary)|
53/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-53)| -|[Table top](#minorfail-assertions-summary)|
54/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-54)| -|[Table top](#minorfail-assertions-summary)|
55/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-55)| -|[Table top](#minorfail-assertions-summary)|
56/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-56)| -|[Table top](#minorfail-assertions-summary)|
57/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-57)| -|[Table top](#minorfail-assertions-summary)|
58/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-58)| -|[Table top](#minorfail-assertions-summary)|
59/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-59)| -|[Table top](#minorfail-assertions-summary)|
60/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-60)| -|[Table top](#minorfail-assertions-summary)|
61/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-61)| -|[Table top](#minorfail-assertions-summary)|
62/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-62)| -|[Table top](#minorfail-assertions-summary)|
63/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-63)| -|[Table top](#minorfail-assertions-summary)|
64/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-64)| -|[Table top](#minorfail-assertions-summary)|
65/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-65)| -|[Table top](#minorfail-assertions-summary)|
66/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-66)| -|[Table top](#minorfail-assertions-summary)|
67/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-67)| -|[Table top](#minorfail-assertions-summary)|
68/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-68)| -|[Table top](#minorfail-assertions-summary)|
69/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-69)| -|[Table top](#minorfail-assertions-summary)|
70/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-70)| -|[Table top](#minorfail-assertions-summary)|
71/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-71)| -|[Table top](#minorfail-assertions-summary)|
72/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-72)| -|[Table top](#minorfail-assertions-summary)|
73/139
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-73)| -|[Table top](#minorfail-assertions-summary)|
74/139
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-74)| -|[Table top](#minorfail-assertions-summary)|
75/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-75)| -|[Table top](#minorfail-assertions-summary)|
76/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-76)| -|[Table top](#minorfail-assertions-summary)|
77/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-77)| -|[Table top](#minorfail-assertions-summary)|
78/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-78)| -|[Table top](#minorfail-assertions-summary)|
79/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-79)| -|[Table top](#minorfail-assertions-summary)|
80/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-80)| -|[Table top](#minorfail-assertions-summary)|
81/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-81)| -|[Table top](#minorfail-assertions-summary)|
82/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-82)| -|[Table top](#minorfail-assertions-summary)|
83/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-83)| -|[Table top](#minorfail-assertions-summary)|
84/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-84)| -|[Table top](#minorfail-assertions-summary)|
85/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-85)| -|[Table top](#minorfail-assertions-summary)|
86/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-86)| -|[Table top](#minorfail-assertions-summary)|
87/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-87)| -|[Table top](#minorfail-assertions-summary)|
88/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-88)| -|[Table top](#minorfail-assertions-summary)|
89/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-89)| -|[Table top](#minorfail-assertions-summary)|
90/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-90)| -|[Table top](#minorfail-assertions-summary)|
91/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-91)| -|[Table top](#minorfail-assertions-summary)|
92/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-92)| -|[Table top](#minorfail-assertions-summary)|
93/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-93)| -|[Table top](#minorfail-assertions-summary)|
94/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-94)| -|[Table top](#minorfail-assertions-summary)|
95/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-95)| -|[Table top](#minorfail-assertions-summary)|
96/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-96)| -|[Table top](#minorfail-assertions-summary)|
97/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-97)| -|[Table top](#minorfail-assertions-summary)|
98/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-98)| -|[Table top](#minorfail-assertions-summary)|
99/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-99)| -|[Table top](#minorfail-assertions-summary)|
100/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-100)| -|[Table top](#minorfail-assertions-summary)|
101/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-101)| -|[Table top](#minorfail-assertions-summary)|
102/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-102)| -|[Table top](#minorfail-assertions-summary)|
103/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-103)| -|[Table top](#minorfail-assertions-summary)|
104/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-104)| -|[Table top](#minorfail-assertions-summary)|
105/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-105)| -|[Table top](#minorfail-assertions-summary)|
106/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-106)| -|[Table top](#minorfail-assertions-summary)|
107/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-107)| -|[Table top](#minorfail-assertions-summary)|
108/139
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-108)| -|[Table top](#minorfail-assertions-summary)|
109/139
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-109)| -|[Table top](#minorfail-assertions-summary)|
110/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-110)| -|[Table top](#minorfail-assertions-summary)|
111/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-111)| -|[Table top](#minorfail-assertions-summary)|
112/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-112)| -|[Table top](#minorfail-assertions-summary)|
113/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-113)| -|[Table top](#minorfail-assertions-summary)|
114/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-114)| -|[Table top](#minorfail-assertions-summary)|
115/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-115)| -|[Table top](#minorfail-assertions-summary)|
116/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-116)| -|[Table top](#minorfail-assertions-summary)|
117/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-117)| -|[Table top](#minorfail-assertions-summary)|
118/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-118)| -|[Table top](#minorfail-assertions-summary)|
119/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-119)| -|[Table top](#minorfail-assertions-summary)|
120/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-120)| -|[Table top](#minorfail-assertions-summary)|
121/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-121)| -|[Table top](#minorfail-assertions-summary)|
122/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-122)| -|[Table top](#minorfail-assertions-summary)|
123/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-123)| -|[Table top](#minorfail-assertions-summary)|
124/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-124)| -|[Table top](#minorfail-assertions-summary)|
125/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-125)| -|[Table top](#minorfail-assertions-summary)|
126/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-126)| -|[Table top](#minorfail-assertions-summary)|
127/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-127)| -|[Table top](#minorfail-assertions-summary)|
128/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-128)| -|[Table top](#minorfail-assertions-summary)|
129/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-129)| -|[Table top](#minorfail-assertions-summary)|
130/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-130)| -|[Table top](#minorfail-assertions-summary)|
131/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-131)| -|[Table top](#minorfail-assertions-summary)|
132/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-132)| -|[Table top](#minorfail-assertions-summary)|
133/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-133)| -|[Table top](#minorfail-assertions-summary)|
134/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-134)| -|[Table top](#minorfail-assertions-summary)|
135/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-135)| -|[Table top](#minorfail-assertions-summary)|
136/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-136)| -|[Table top](#minorfail-assertions-summary)|
137/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-137)| -|[Table top](#minorfail-assertions-summary)|
138/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-138)| -|[Table top](#minorfail-assertions-summary)|
139/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-139)| +|[Table top](#minorfail-assertions-summary)|
1/139
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-1)| +|[Table top](#minorfail-assertions-summary)|
2/139
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-2)| +|[Table top](#minorfail-assertions-summary)|
3/139
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-3)| +|[Table top](#minorfail-assertions-summary)|
4/139
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-4)| +|[Table top](#minorfail-assertions-summary)|
5/139
|:exclamation:*MinorFail*|`regulation`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-5)| +|[Table top](#minorfail-assertions-summary)|
6/139
|:exclamation:*MinorFail*|`regulation`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-6)| +|[Table top](#minorfail-assertions-summary)|
7/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-7)| +|[Table top](#minorfail-assertions-summary)|
8/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-8)| +|[Table top](#minorfail-assertions-summary)|
9/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-9)| +|[Table top](#minorfail-assertions-summary)|
10/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-10)| +|[Table top](#minorfail-assertions-summary)|
11/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-11)| +|[Table top](#minorfail-assertions-summary)|
12/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-12)| +|[Table top](#minorfail-assertions-summary)|
13/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-13)| +|[Table top](#minorfail-assertions-summary)|
14/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-14)| +|[Table top](#minorfail-assertions-summary)|
15/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-15)| +|[Table top](#minorfail-assertions-summary)|
16/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-16)| +|[Table top](#minorfail-assertions-summary)|
17/139
|:exclamation:*MinorFail*|`logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-17)| +|[Table top](#minorfail-assertions-summary)|
18/139
|:exclamation:*MinorFail*|`logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-18)| +|[Table top](#minorfail-assertions-summary)|
19/139
|:exclamation:*MinorFail*|`interaction-manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-19)| +|[Table top](#minorfail-assertions-summary)|
20/139
|:exclamation:*MinorFail*|`interaction`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-20)| +|[Table top](#minorfail-assertions-summary)|
21/139
|:exclamation:*MinorFail*|`fipa`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-21)| +|[Table top](#minorfail-assertions-summary)|
22/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-22)| +|[Table top](#minorfail-assertions-summary)|
23/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-23)| +|[Table top](#minorfail-assertions-summary)|
24/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-24)| +|[Table top](#minorfail-assertions-summary)|
25/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-25)| +|[Table top](#minorfail-assertions-summary)|
26/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-26)| +|[Table top](#minorfail-assertions-summary)|
27/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-27)| +|[Table top](#minorfail-assertions-summary)|
28/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-28)| +|[Table top](#minorfail-assertions-summary)|
29/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-29)| +|[Table top](#minorfail-assertions-summary)|
30/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-30)| +|[Table top](#minorfail-assertions-summary)|
31/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-31)| +|[Table top](#minorfail-assertions-summary)|
32/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-32)| +|[Table top](#minorfail-assertions-summary)|
33/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-33)| +|[Table top](#minorfail-assertions-summary)|
34/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-34)| +|[Table top](#minorfail-assertions-summary)|
35/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-35)| +|[Table top](#minorfail-assertions-summary)|
36/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-36)| +|[Table top](#minorfail-assertions-summary)|
37/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-37)| +|[Table top](#minorfail-assertions-summary)|
38/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-38)| +|[Table top](#minorfail-assertions-summary)|
39/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-39)| +|[Table top](#minorfail-assertions-summary)|
40/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-40)| +|[Table top](#minorfail-assertions-summary)|
41/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-41)| +|[Table top](#minorfail-assertions-summary)|
42/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-42)| +|[Table top](#minorfail-assertions-summary)|
43/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-43)| +|[Table top](#minorfail-assertions-summary)|
44/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-44)| +|[Table top](#minorfail-assertions-summary)|
45/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-45)| +|[Table top](#minorfail-assertions-summary)|
46/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-46)| +|[Table top](#minorfail-assertions-summary)|
47/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-47)| +|[Table top](#minorfail-assertions-summary)|
48/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-48)| +|[Table top](#minorfail-assertions-summary)|
49/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-49)| +|[Table top](#minorfail-assertions-summary)|
50/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-50)| +|[Table top](#minorfail-assertions-summary)|
51/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-51)| +|[Table top](#minorfail-assertions-summary)|
52/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-52)| +|[Table top](#minorfail-assertions-summary)|
53/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-53)| +|[Table top](#minorfail-assertions-summary)|
54/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-54)| +|[Table top](#minorfail-assertions-summary)|
55/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-55)| +|[Table top](#minorfail-assertions-summary)|
56/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-56)| +|[Table top](#minorfail-assertions-summary)|
57/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-57)| +|[Table top](#minorfail-assertions-summary)|
58/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-58)| +|[Table top](#minorfail-assertions-summary)|
59/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-59)| +|[Table top](#minorfail-assertions-summary)|
60/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-60)| +|[Table top](#minorfail-assertions-summary)|
61/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-61)| +|[Table top](#minorfail-assertions-summary)|
62/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-62)| +|[Table top](#minorfail-assertions-summary)|
63/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-63)| +|[Table top](#minorfail-assertions-summary)|
64/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-64)| +|[Table top](#minorfail-assertions-summary)|
65/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-65)| +|[Table top](#minorfail-assertions-summary)|
66/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-66)| +|[Table top](#minorfail-assertions-summary)|
67/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-67)| +|[Table top](#minorfail-assertions-summary)|
68/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-68)| +|[Table top](#minorfail-assertions-summary)|
69/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-69)| +|[Table top](#minorfail-assertions-summary)|
70/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-70)| +|[Table top](#minorfail-assertions-summary)|
71/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-71)| +|[Table top](#minorfail-assertions-summary)|
72/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-72)| +|[Table top](#minorfail-assertions-summary)|
73/139
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-73)| +|[Table top](#minorfail-assertions-summary)|
74/139
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-74)| +|[Table top](#minorfail-assertions-summary)|
75/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-75)| +|[Table top](#minorfail-assertions-summary)|
76/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-76)| +|[Table top](#minorfail-assertions-summary)|
77/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-77)| +|[Table top](#minorfail-assertions-summary)|
78/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-78)| +|[Table top](#minorfail-assertions-summary)|
79/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-79)| +|[Table top](#minorfail-assertions-summary)|
80/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-80)| +|[Table top](#minorfail-assertions-summary)|
81/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-81)| +|[Table top](#minorfail-assertions-summary)|
82/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-82)| +|[Table top](#minorfail-assertions-summary)|
83/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-83)| +|[Table top](#minorfail-assertions-summary)|
84/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-84)| +|[Table top](#minorfail-assertions-summary)|
85/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-85)| +|[Table top](#minorfail-assertions-summary)|
86/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-86)| +|[Table top](#minorfail-assertions-summary)|
87/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-87)| +|[Table top](#minorfail-assertions-summary)|
88/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-88)| +|[Table top](#minorfail-assertions-summary)|
89/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-89)| +|[Table top](#minorfail-assertions-summary)|
90/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-90)| +|[Table top](#minorfail-assertions-summary)|
91/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-91)| +|[Table top](#minorfail-assertions-summary)|
92/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-92)| +|[Table top](#minorfail-assertions-summary)|
93/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-93)| +|[Table top](#minorfail-assertions-summary)|
94/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-94)| +|[Table top](#minorfail-assertions-summary)|
95/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-95)| +|[Table top](#minorfail-assertions-summary)|
96/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-96)| +|[Table top](#minorfail-assertions-summary)|
97/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-97)| +|[Table top](#minorfail-assertions-summary)|
98/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-98)| +|[Table top](#minorfail-assertions-summary)|
99/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-99)| +|[Table top](#minorfail-assertions-summary)|
100/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-100)| +|[Table top](#minorfail-assertions-summary)|
101/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-101)| +|[Table top](#minorfail-assertions-summary)|
102/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-102)| +|[Table top](#minorfail-assertions-summary)|
103/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-103)| +|[Table top](#minorfail-assertions-summary)|
104/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-104)| +|[Table top](#minorfail-assertions-summary)|
105/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-105)| +|[Table top](#minorfail-assertions-summary)|
106/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-106)| +|[Table top](#minorfail-assertions-summary)|
107/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-107)| +|[Table top](#minorfail-assertions-summary)|
108/139
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-108)| +|[Table top](#minorfail-assertions-summary)|
109/139
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-109)| +|[Table top](#minorfail-assertions-summary)|
110/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-110)| +|[Table top](#minorfail-assertions-summary)|
111/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-111)| +|[Table top](#minorfail-assertions-summary)|
112/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-112)| +|[Table top](#minorfail-assertions-summary)|
113/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-113)| +|[Table top](#minorfail-assertions-summary)|
114/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-114)| +|[Table top](#minorfail-assertions-summary)|
115/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-115)| +|[Table top](#minorfail-assertions-summary)|
116/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-116)| +|[Table top](#minorfail-assertions-summary)|
117/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-117)| +|[Table top](#minorfail-assertions-summary)|
118/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-118)| +|[Table top](#minorfail-assertions-summary)|
119/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-119)| +|[Table top](#minorfail-assertions-summary)|
120/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-120)| +|[Table top](#minorfail-assertions-summary)|
121/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-121)| +|[Table top](#minorfail-assertions-summary)|
122/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-122)| +|[Table top](#minorfail-assertions-summary)|
123/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-123)| +|[Table top](#minorfail-assertions-summary)|
124/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-124)| +|[Table top](#minorfail-assertions-summary)|
125/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-125)| +|[Table top](#minorfail-assertions-summary)|
126/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-126)| +|[Table top](#minorfail-assertions-summary)|
127/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-127)| +|[Table top](#minorfail-assertions-summary)|
128/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-128)| +|[Table top](#minorfail-assertions-summary)|
129/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-129)| +|[Table top](#minorfail-assertions-summary)|
130/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-130)| +|[Table top](#minorfail-assertions-summary)|
131/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-131)| +|[Table top](#minorfail-assertions-summary)|
132/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-132)| +|[Table top](#minorfail-assertions-summary)|
133/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-133)| +|[Table top](#minorfail-assertions-summary)|
134/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-134)| +|[Table top](#minorfail-assertions-summary)|
135/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-135)| +|[Table top](#minorfail-assertions-summary)|
136/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-136)| +|[Table top](#minorfail-assertions-summary)|
137/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-137)| +|[Table top](#minorfail-assertions-summary)|
138/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-138)| +|[Table top](#minorfail-assertions-summary)|
139/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-139)| *** @@ -317,11 +317,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -342,11 +342,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -368,11 +368,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -393,11 +393,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -419,11 +419,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -444,11 +444,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -470,11 +470,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -495,11 +495,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -520,11 +520,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -545,11 +545,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -570,11 +570,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -595,11 +595,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -620,11 +620,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -645,11 +645,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -670,11 +670,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -695,11 +695,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -720,11 +720,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -746,11 +746,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -771,11 +771,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -796,11 +796,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -821,11 +821,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -846,11 +846,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -871,11 +871,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -896,11 +896,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -921,11 +921,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -946,11 +946,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -971,11 +971,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -996,11 +996,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -1021,11 +1021,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -1046,11 +1046,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -1071,11 +1071,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1096,11 +1096,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1110,7 +1110,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 33 @@ -1121,11 +1121,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1146,11 +1146,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1171,11 +1171,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1185,7 +1185,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb17602>, 
 <https://www.example.org/Noneb17603> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12156>, 
 <https://www.example.org/Noneb12157> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 36 @@ -1196,11 +1196,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1221,11 +1221,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1246,11 +1246,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1271,11 +1271,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1285,7 +1285,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb17602>, 
 <https://www.example.org/Noneb17603> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12156>, 
 <https://www.example.org/Noneb12157> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 40 @@ -1296,11 +1296,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1321,11 +1321,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -1347,11 +1347,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -1373,11 +1373,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1398,11 +1398,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1423,11 +1423,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1448,11 +1448,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1473,11 +1473,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1498,11 +1498,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1523,11 +1523,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1548,11 +1548,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1573,11 +1573,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1598,11 +1598,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1623,11 +1623,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1648,11 +1648,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1673,11 +1673,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1698,11 +1698,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1723,11 +1723,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1748,11 +1748,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1773,11 +1773,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1798,11 +1798,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1823,11 +1823,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1848,11 +1848,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1873,11 +1873,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1898,11 +1898,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -1923,11 +1923,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1948,11 +1948,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1973,11 +1973,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -1998,11 +1998,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2023,11 +2023,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2048,11 +2048,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2073,11 +2073,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2098,11 +2098,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2123,11 +2123,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -2148,11 +2148,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -2173,11 +2173,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2198,11 +2198,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2223,11 +2223,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2248,11 +2248,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2273,11 +2273,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2298,11 +2298,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2323,11 +2323,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2348,11 +2348,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2373,11 +2373,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -2386,8 +2386,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** ### MinorFail Assertion number 84 @@ -2398,11 +2398,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -2411,8 +2411,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :interaction has no rdfs:label to define it in natural language| -|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** ### MinorFail Assertion number 85 @@ -2423,11 +2423,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -2436,8 +2436,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Description|The term :interaction has no rdfs:label to define it in natural language| +|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** ### MinorFail Assertion number 86 @@ -2448,11 +2448,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -2473,11 +2473,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -2498,11 +2498,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2523,11 +2523,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2548,11 +2548,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2573,11 +2573,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2598,11 +2598,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2623,11 +2623,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2648,11 +2648,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2673,11 +2673,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -2698,11 +2698,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2723,11 +2723,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2748,11 +2748,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2773,11 +2773,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2798,11 +2798,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2823,11 +2823,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2848,11 +2848,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2873,11 +2873,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2898,11 +2898,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -2923,11 +2923,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -2949,11 +2949,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -2975,11 +2975,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -3001,11 +3001,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -3027,11 +3027,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -3053,11 +3053,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -3066,8 +3066,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** ### MinorFail Assertion number 111 @@ -3078,11 +3078,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -3091,8 +3091,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :interaction has no rdfs:label to define it in natural language| -|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** ### MinorFail Assertion number 112 @@ -3103,11 +3103,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -3116,8 +3116,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Description|The term :interaction has no rdfs:label to define it in natural language| +|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** ### MinorFail Assertion number 113 @@ -3128,11 +3128,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -3142,7 +3142,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 114 @@ -3153,11 +3153,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -3178,11 +3178,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -3203,11 +3203,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3228,11 +3228,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3253,11 +3253,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3278,11 +3278,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3303,11 +3303,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3328,11 +3328,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3353,11 +3353,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3378,11 +3378,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3403,11 +3403,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3428,11 +3428,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3453,11 +3453,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3478,11 +3478,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3503,11 +3503,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3528,11 +3528,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3553,11 +3553,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3578,11 +3578,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3603,11 +3603,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3628,11 +3628,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3653,11 +3653,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3678,11 +3678,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3703,11 +3703,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -3728,11 +3728,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -3754,11 +3754,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -3780,11 +3780,11 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -3821,26 +3821,26 @@ Here is the chapter related to the NotTested assertion |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#nottested-assertions-summary)|
1/20
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-1)| -|[Table top](#nottested-assertions-summary)|
2/20
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-2)| -|[Table top](#nottested-assertions-summary)|
3/20
|:grey_question:*NotTested*|`meta`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-3)| -|[Table top](#nottested-assertions-summary)|
4/20
|:grey_question:*NotTested*|`meta`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-4)| -|[Table top](#nottested-assertions-summary)|
5/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-5)| -|[Table top](#nottested-assertions-summary)|
6/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-6)| -|[Table top](#nottested-assertions-summary)|
7/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-7)| -|[Table top](#nottested-assertions-summary)|
8/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-8)| -|[Table top](#nottested-assertions-summary)|
9/20
|:grey_question:*NotTested*|`meta`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-9)| -|[Table top](#nottested-assertions-summary)|
10/20
|:grey_question:*NotTested*|`meta`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-10)| -|[Table top](#nottested-assertions-summary)|
11/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-11)| -|[Table top](#nottested-assertions-summary)|
12/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-12)| -|[Table top](#nottested-assertions-summary)|
13/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-13)| -|[Table top](#nottested-assertions-summary)|
14/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-14)| -|[Table top](#nottested-assertions-summary)|
15/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-15)| -|[Table top](#nottested-assertions-summary)|
16/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-16)| -|[Table top](#nottested-assertions-summary)|
17/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-17)| -|[Table top](#nottested-assertions-summary)|
18/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-18)| -|[Table top](#nottested-assertions-summary)|
19/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-19)| -|[Table top](#nottested-assertions-summary)|
20/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-20)| +|[Table top](#nottested-assertions-summary)|
1/20
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-1)| +|[Table top](#nottested-assertions-summary)|
2/20
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-2)| +|[Table top](#nottested-assertions-summary)|
3/20
|:grey_question:*NotTested*|`meta`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-3)| +|[Table top](#nottested-assertions-summary)|
4/20
|:grey_question:*NotTested*|`meta`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-4)| +|[Table top](#nottested-assertions-summary)|
5/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-5)| +|[Table top](#nottested-assertions-summary)|
6/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-6)| +|[Table top](#nottested-assertions-summary)|
7/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-7)| +|[Table top](#nottested-assertions-summary)|
8/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-8)| +|[Table top](#nottested-assertions-summary)|
9/20
|:grey_question:*NotTested*|`meta`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-9)| +|[Table top](#nottested-assertions-summary)|
10/20
|:grey_question:*NotTested*|`meta`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-10)| +|[Table top](#nottested-assertions-summary)|
11/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-11)| +|[Table top](#nottested-assertions-summary)|
12/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-12)| +|[Table top](#nottested-assertions-summary)|
13/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-13)| +|[Table top](#nottested-assertions-summary)|
14/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-14)| +|[Table top](#nottested-assertions-summary)|
15/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-15)| +|[Table top](#nottested-assertions-summary)|
16/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-16)| +|[Table top](#nottested-assertions-summary)|
17/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-17)| +|[Table top](#nottested-assertions-summary)|
18/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-18)| +|[Table top](#nottested-assertions-summary)|
19/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-19)| +|[Table top](#nottested-assertions-summary)|
20/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-20)| *** @@ -3856,11 +3856,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -3880,11 +3880,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -3904,11 +3904,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -3928,11 +3928,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -3952,11 +3952,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -3976,11 +3976,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4000,11 +4000,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4024,11 +4024,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4048,11 +4048,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -4072,11 +4072,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|meta| |----|----| -|Title|Standalone module src/meta.ttl from branch test-workflow| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/meta.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -4096,11 +4096,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4120,11 +4120,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4144,11 +4144,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -4168,11 +4168,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -4192,11 +4192,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4216,11 +4216,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4240,11 +4240,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4264,11 +4264,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4288,11 +4288,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -4312,11 +4312,11 @@ This subchapter gives more details to the :grey_question:NotTested assertions #### Subject detail |Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -4351,145 +4351,145 @@ Here is the chapter related to the Pass assertion |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#pass-assertions-summary)|
1/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-1)| -|[Table top](#pass-assertions-summary)|
2/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-2)| -|[Table top](#pass-assertions-summary)|
3/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-3)| -|[Table top](#pass-assertions-summary)|
4/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-4)| -|[Table top](#pass-assertions-summary)|
5/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-5)| -|[Table top](#pass-assertions-summary)|
6/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-6)| -|[Table top](#pass-assertions-summary)|
7/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-7)| -|[Table top](#pass-assertions-summary)|
8/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-8)| -|[Table top](#pass-assertions-summary)|
9/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-9)| -|[Table top](#pass-assertions-summary)|
10/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-10)| -|[Table top](#pass-assertions-summary)|
11/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-11)| -|[Table top](#pass-assertions-summary)|
12/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-12)| -|[Table top](#pass-assertions-summary)|
13/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-13)| -|[Table top](#pass-assertions-summary)|
14/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-14)| -|[Table top](#pass-assertions-summary)|
15/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-15)| -|[Table top](#pass-assertions-summary)|
16/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-16)| -|[Table top](#pass-assertions-summary)|
17/139
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-17)| -|[Table top](#pass-assertions-summary)|
18/139
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-18)| -|[Table top](#pass-assertions-summary)|
19/139
|:white_check_mark:*Pass*|`regulation`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-19)| -|[Table top](#pass-assertions-summary)|
20/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-20)| -|[Table top](#pass-assertions-summary)|
21/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-21)| -|[Table top](#pass-assertions-summary)|
22/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-22)| -|[Table top](#pass-assertions-summary)|
23/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-23)| -|[Table top](#pass-assertions-summary)|
24/139
|:white_check_mark:*Pass*|`regulation`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-24)| -|[Table top](#pass-assertions-summary)|
25/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-25)| -|[Table top](#pass-assertions-summary)|
26/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-26)| -|[Table top](#pass-assertions-summary)|
27/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-27)| -|[Table top](#pass-assertions-summary)|
28/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-28)| -|[Table top](#pass-assertions-summary)|
29/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-29)| -|[Table top](#pass-assertions-summary)|
30/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-30)| -|[Table top](#pass-assertions-summary)|
31/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-31)| -|[Table top](#pass-assertions-summary)|
32/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-32)| -|[Table top](#pass-assertions-summary)|
33/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-33)| -|[Table top](#pass-assertions-summary)|
34/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-34)| -|[Table top](#pass-assertions-summary)|
35/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-35)| -|[Table top](#pass-assertions-summary)|
36/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-36)| -|[Table top](#pass-assertions-summary)|
37/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-37)| -|[Table top](#pass-assertions-summary)|
38/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-38)| -|[Table top](#pass-assertions-summary)|
39/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-39)| -|[Table top](#pass-assertions-summary)|
40/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-40)| -|[Table top](#pass-assertions-summary)|
41/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-41)| -|[Table top](#pass-assertions-summary)|
42/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-42)| -|[Table top](#pass-assertions-summary)|
43/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-43)| -|[Table top](#pass-assertions-summary)|
44/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-44)| -|[Table top](#pass-assertions-summary)|
45/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-45)| -|[Table top](#pass-assertions-summary)|
46/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-46)| -|[Table top](#pass-assertions-summary)|
47/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-47)| -|[Table top](#pass-assertions-summary)|
48/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-48)| -|[Table top](#pass-assertions-summary)|
49/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-49)| -|[Table top](#pass-assertions-summary)|
50/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-50)| -|[Table top](#pass-assertions-summary)|
51/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-51)| -|[Table top](#pass-assertions-summary)|
52/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-52)| -|[Table top](#pass-assertions-summary)|
53/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-53)| -|[Table top](#pass-assertions-summary)|
54/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-54)| -|[Table top](#pass-assertions-summary)|
55/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-55)| -|[Table top](#pass-assertions-summary)|
56/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-56)| -|[Table top](#pass-assertions-summary)|
57/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-57)| -|[Table top](#pass-assertions-summary)|
58/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-58)| -|[Table top](#pass-assertions-summary)|
59/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-59)| -|[Table top](#pass-assertions-summary)|
60/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-60)| -|[Table top](#pass-assertions-summary)|
61/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-61)| -|[Table top](#pass-assertions-summary)|
62/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-62)| -|[Table top](#pass-assertions-summary)|
63/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-63)| -|[Table top](#pass-assertions-summary)|
64/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-64)| -|[Table top](#pass-assertions-summary)|
65/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-65)| -|[Table top](#pass-assertions-summary)|
66/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-66)| -|[Table top](#pass-assertions-summary)|
67/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-67)| -|[Table top](#pass-assertions-summary)|
68/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-68)| -|[Table top](#pass-assertions-summary)|
69/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-69)| -|[Table top](#pass-assertions-summary)|
70/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-70)| -|[Table top](#pass-assertions-summary)|
71/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-71)| -|[Table top](#pass-assertions-summary)|
72/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-72)| -|[Table top](#pass-assertions-summary)|
73/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-73)| -|[Table top](#pass-assertions-summary)|
74/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-74)| -|[Table top](#pass-assertions-summary)|
75/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-75)| -|[Table top](#pass-assertions-summary)|
76/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-76)| -|[Table top](#pass-assertions-summary)|
77/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-77)| -|[Table top](#pass-assertions-summary)|
78/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-78)| -|[Table top](#pass-assertions-summary)|
79/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-79)| -|[Table top](#pass-assertions-summary)|
80/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-80)| -|[Table top](#pass-assertions-summary)|
81/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-81)| -|[Table top](#pass-assertions-summary)|
82/139
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-82)| -|[Table top](#pass-assertions-summary)|
83/139
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-83)| -|[Table top](#pass-assertions-summary)|
84/139
|:white_check_mark:*Pass*|`interaction`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-84)| -|[Table top](#pass-assertions-summary)|
85/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-85)| -|[Table top](#pass-assertions-summary)|
86/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-86)| -|[Table top](#pass-assertions-summary)|
87/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-87)| -|[Table top](#pass-assertions-summary)|
88/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-88)| -|[Table top](#pass-assertions-summary)|
89/139
|:white_check_mark:*Pass*|`interaction`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-89)| -|[Table top](#pass-assertions-summary)|
90/139
|:white_check_mark:*Pass*|`interaction`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-90)| -|[Table top](#pass-assertions-summary)|
91/139
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-91)| -|[Table top](#pass-assertions-summary)|
92/139
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-92)| -|[Table top](#pass-assertions-summary)|
93/139
|:white_check_mark:*Pass*|`fipa`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-93)| -|[Table top](#pass-assertions-summary)|
94/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-94)| -|[Table top](#pass-assertions-summary)|
95/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-95)| -|[Table top](#pass-assertions-summary)|
96/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-96)| -|[Table top](#pass-assertions-summary)|
97/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-97)| -|[Table top](#pass-assertions-summary)|
98/139
|:white_check_mark:*Pass*|`fipa`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-98)| -|[Table top](#pass-assertions-summary)|
99/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-99)| -|[Table top](#pass-assertions-summary)|
100/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-100)| -|[Table top](#pass-assertions-summary)|
101/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-101)| -|[Table top](#pass-assertions-summary)|
102/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-102)| -|[Table top](#pass-assertions-summary)|
103/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-103)| -|[Table top](#pass-assertions-summary)|
104/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-104)| -|[Table top](#pass-assertions-summary)|
105/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-105)| -|[Table top](#pass-assertions-summary)|
106/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-106)| -|[Table top](#pass-assertions-summary)|
107/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-107)| -|[Table top](#pass-assertions-summary)|
108/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-108)| -|[Table top](#pass-assertions-summary)|
109/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-109)| -|[Table top](#pass-assertions-summary)|
110/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-110)| -|[Table top](#pass-assertions-summary)|
111/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-111)| -|[Table top](#pass-assertions-summary)|
112/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-112)| -|[Table top](#pass-assertions-summary)|
113/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-113)| -|[Table top](#pass-assertions-summary)|
114/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-114)| -|[Table top](#pass-assertions-summary)|
115/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-115)| -|[Table top](#pass-assertions-summary)|
116/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-116)| -|[Table top](#pass-assertions-summary)|
117/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-117)| -|[Table top](#pass-assertions-summary)|
118/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-118)| -|[Table top](#pass-assertions-summary)|
119/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-119)| -|[Table top](#pass-assertions-summary)|
120/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-120)| -|[Table top](#pass-assertions-summary)|
121/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-121)| -|[Table top](#pass-assertions-summary)|
122/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-122)| -|[Table top](#pass-assertions-summary)|
123/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-123)| -|[Table top](#pass-assertions-summary)|
124/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-124)| -|[Table top](#pass-assertions-summary)|
125/139
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-125)| -|[Table top](#pass-assertions-summary)|
126/139
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-126)| -|[Table top](#pass-assertions-summary)|
127/139
|:white_check_mark:*Pass*|`core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-127)| -|[Table top](#pass-assertions-summary)|
128/139
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-128)| -|[Table top](#pass-assertions-summary)|
129/139
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-129)| -|[Table top](#pass-assertions-summary)|
130/139
|:white_check_mark:*Pass*|`core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-130)| -|[Table top](#pass-assertions-summary)|
131/139
|:white_check_mark:*Pass*|`core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-131)| -|[Table top](#pass-assertions-summary)|
132/139
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-132)| -|[Table top](#pass-assertions-summary)|
133/139
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-133)| -|[Table top](#pass-assertions-summary)|
134/139
|:white_check_mark:*Pass*|`all-modules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-134)| -|[Table top](#pass-assertions-summary)|
135/139
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-135)| -|[Table top](#pass-assertions-summary)|
136/139
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-136)| -|[Table top](#pass-assertions-summary)|
137/139
|:white_check_mark:*Pass*|`all-fragments`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-137)| -|[Table top](#pass-assertions-summary)|
138/139
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-138)| -|[Table top](#pass-assertions-summary)|
139/139
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-139)| +|[Table top](#pass-assertions-summary)|
1/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-1)| +|[Table top](#pass-assertions-summary)|
2/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-2)| +|[Table top](#pass-assertions-summary)|
3/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-3)| +|[Table top](#pass-assertions-summary)|
4/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-4)| +|[Table top](#pass-assertions-summary)|
5/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-5)| +|[Table top](#pass-assertions-summary)|
6/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-6)| +|[Table top](#pass-assertions-summary)|
7/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-7)| +|[Table top](#pass-assertions-summary)|
8/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-8)| +|[Table top](#pass-assertions-summary)|
9/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-9)| +|[Table top](#pass-assertions-summary)|
10/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-10)| +|[Table top](#pass-assertions-summary)|
11/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-11)| +|[Table top](#pass-assertions-summary)|
12/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-12)| +|[Table top](#pass-assertions-summary)|
13/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-13)| +|[Table top](#pass-assertions-summary)|
14/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-14)| +|[Table top](#pass-assertions-summary)|
15/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-15)| +|[Table top](#pass-assertions-summary)|
16/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-16)| +|[Table top](#pass-assertions-summary)|
17/139
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-17)| +|[Table top](#pass-assertions-summary)|
18/139
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-18)| +|[Table top](#pass-assertions-summary)|
19/139
|:white_check_mark:*Pass*|`regulation`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-19)| +|[Table top](#pass-assertions-summary)|
20/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-20)| +|[Table top](#pass-assertions-summary)|
21/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-21)| +|[Table top](#pass-assertions-summary)|
22/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-22)| +|[Table top](#pass-assertions-summary)|
23/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-23)| +|[Table top](#pass-assertions-summary)|
24/139
|:white_check_mark:*Pass*|`regulation`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-24)| +|[Table top](#pass-assertions-summary)|
25/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-25)| +|[Table top](#pass-assertions-summary)|
26/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-26)| +|[Table top](#pass-assertions-summary)|
27/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-27)| +|[Table top](#pass-assertions-summary)|
28/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-28)| +|[Table top](#pass-assertions-summary)|
29/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-29)| +|[Table top](#pass-assertions-summary)|
30/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-30)| +|[Table top](#pass-assertions-summary)|
31/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-31)| +|[Table top](#pass-assertions-summary)|
32/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-32)| +|[Table top](#pass-assertions-summary)|
33/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-33)| +|[Table top](#pass-assertions-summary)|
34/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-34)| +|[Table top](#pass-assertions-summary)|
35/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-35)| +|[Table top](#pass-assertions-summary)|
36/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-36)| +|[Table top](#pass-assertions-summary)|
37/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-37)| +|[Table top](#pass-assertions-summary)|
38/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-38)| +|[Table top](#pass-assertions-summary)|
39/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-39)| +|[Table top](#pass-assertions-summary)|
40/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-40)| +|[Table top](#pass-assertions-summary)|
41/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-41)| +|[Table top](#pass-assertions-summary)|
42/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-42)| +|[Table top](#pass-assertions-summary)|
43/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-43)| +|[Table top](#pass-assertions-summary)|
44/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-44)| +|[Table top](#pass-assertions-summary)|
45/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-45)| +|[Table top](#pass-assertions-summary)|
46/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-46)| +|[Table top](#pass-assertions-summary)|
47/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-47)| +|[Table top](#pass-assertions-summary)|
48/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-48)| +|[Table top](#pass-assertions-summary)|
49/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-49)| +|[Table top](#pass-assertions-summary)|
50/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-50)| +|[Table top](#pass-assertions-summary)|
51/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-51)| +|[Table top](#pass-assertions-summary)|
52/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-52)| +|[Table top](#pass-assertions-summary)|
53/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-53)| +|[Table top](#pass-assertions-summary)|
54/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-54)| +|[Table top](#pass-assertions-summary)|
55/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-55)| +|[Table top](#pass-assertions-summary)|
56/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-56)| +|[Table top](#pass-assertions-summary)|
57/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-57)| +|[Table top](#pass-assertions-summary)|
58/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-58)| +|[Table top](#pass-assertions-summary)|
59/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-59)| +|[Table top](#pass-assertions-summary)|
60/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-60)| +|[Table top](#pass-assertions-summary)|
61/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-61)| +|[Table top](#pass-assertions-summary)|
62/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-62)| +|[Table top](#pass-assertions-summary)|
63/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-63)| +|[Table top](#pass-assertions-summary)|
64/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-64)| +|[Table top](#pass-assertions-summary)|
65/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-65)| +|[Table top](#pass-assertions-summary)|
66/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-66)| +|[Table top](#pass-assertions-summary)|
67/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-67)| +|[Table top](#pass-assertions-summary)|
68/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-68)| +|[Table top](#pass-assertions-summary)|
69/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-69)| +|[Table top](#pass-assertions-summary)|
70/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-70)| +|[Table top](#pass-assertions-summary)|
71/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-71)| +|[Table top](#pass-assertions-summary)|
72/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-72)| +|[Table top](#pass-assertions-summary)|
73/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-73)| +|[Table top](#pass-assertions-summary)|
74/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-74)| +|[Table top](#pass-assertions-summary)|
75/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-75)| +|[Table top](#pass-assertions-summary)|
76/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-76)| +|[Table top](#pass-assertions-summary)|
77/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-77)| +|[Table top](#pass-assertions-summary)|
78/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-78)| +|[Table top](#pass-assertions-summary)|
79/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-79)| +|[Table top](#pass-assertions-summary)|
80/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-80)| +|[Table top](#pass-assertions-summary)|
81/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-81)| +|[Table top](#pass-assertions-summary)|
82/139
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-82)| +|[Table top](#pass-assertions-summary)|
83/139
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-83)| +|[Table top](#pass-assertions-summary)|
84/139
|:white_check_mark:*Pass*|`interaction`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-84)| +|[Table top](#pass-assertions-summary)|
85/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-85)| +|[Table top](#pass-assertions-summary)|
86/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-86)| +|[Table top](#pass-assertions-summary)|
87/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-87)| +|[Table top](#pass-assertions-summary)|
88/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-88)| +|[Table top](#pass-assertions-summary)|
89/139
|:white_check_mark:*Pass*|`interaction`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-89)| +|[Table top](#pass-assertions-summary)|
90/139
|:white_check_mark:*Pass*|`interaction`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-90)| +|[Table top](#pass-assertions-summary)|
91/139
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-91)| +|[Table top](#pass-assertions-summary)|
92/139
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-92)| +|[Table top](#pass-assertions-summary)|
93/139
|:white_check_mark:*Pass*|`fipa`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-93)| +|[Table top](#pass-assertions-summary)|
94/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-94)| +|[Table top](#pass-assertions-summary)|
95/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-95)| +|[Table top](#pass-assertions-summary)|
96/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-96)| +|[Table top](#pass-assertions-summary)|
97/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-97)| +|[Table top](#pass-assertions-summary)|
98/139
|:white_check_mark:*Pass*|`fipa`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-98)| +|[Table top](#pass-assertions-summary)|
99/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-99)| +|[Table top](#pass-assertions-summary)|
100/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-100)| +|[Table top](#pass-assertions-summary)|
101/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-101)| +|[Table top](#pass-assertions-summary)|
102/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-102)| +|[Table top](#pass-assertions-summary)|
103/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-103)| +|[Table top](#pass-assertions-summary)|
104/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-104)| +|[Table top](#pass-assertions-summary)|
105/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-105)| +|[Table top](#pass-assertions-summary)|
106/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-106)| +|[Table top](#pass-assertions-summary)|
107/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-107)| +|[Table top](#pass-assertions-summary)|
108/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-108)| +|[Table top](#pass-assertions-summary)|
109/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-109)| +|[Table top](#pass-assertions-summary)|
110/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-110)| +|[Table top](#pass-assertions-summary)|
111/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-111)| +|[Table top](#pass-assertions-summary)|
112/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-112)| +|[Table top](#pass-assertions-summary)|
113/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-113)| +|[Table top](#pass-assertions-summary)|
114/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-114)| +|[Table top](#pass-assertions-summary)|
115/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-115)| +|[Table top](#pass-assertions-summary)|
116/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-116)| +|[Table top](#pass-assertions-summary)|
117/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-117)| +|[Table top](#pass-assertions-summary)|
118/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-118)| +|[Table top](#pass-assertions-summary)|
119/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-119)| +|[Table top](#pass-assertions-summary)|
120/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-120)| +|[Table top](#pass-assertions-summary)|
121/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-121)| +|[Table top](#pass-assertions-summary)|
122/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-122)| +|[Table top](#pass-assertions-summary)|
123/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-123)| +|[Table top](#pass-assertions-summary)|
124/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-124)| +|[Table top](#pass-assertions-summary)|
125/139
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-125)| +|[Table top](#pass-assertions-summary)|
126/139
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-126)| +|[Table top](#pass-assertions-summary)|
127/139
|:white_check_mark:*Pass*|`core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-127)| +|[Table top](#pass-assertions-summary)|
128/139
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-128)| +|[Table top](#pass-assertions-summary)|
129/139
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-129)| +|[Table top](#pass-assertions-summary)|
130/139
|:white_check_mark:*Pass*|`core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-130)| +|[Table top](#pass-assertions-summary)|
131/139
|:white_check_mark:*Pass*|`core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-131)| +|[Table top](#pass-assertions-summary)|
132/139
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-132)| +|[Table top](#pass-assertions-summary)|
133/139
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-133)| +|[Table top](#pass-assertions-summary)|
134/139
|:white_check_mark:*Pass*|`all-modules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-134)| +|[Table top](#pass-assertions-summary)|
135/139
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-135)| +|[Table top](#pass-assertions-summary)|
136/139
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-136)| +|[Table top](#pass-assertions-summary)|
137/139
|:white_check_mark:*Pass*|`all-fragments`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-137)| +|[Table top](#pass-assertions-summary)|
138/139
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-138)| +|[Table top](#pass-assertions-summary)|
139/139
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-139)| *** @@ -4505,11 +4505,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4529,11 +4529,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4553,11 +4553,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -4577,11 +4577,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4601,11 +4601,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4625,11 +4625,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4649,11 +4649,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4673,11 +4673,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-structure-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -4697,11 +4697,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4721,11 +4721,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4745,11 +4745,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -4769,11 +4769,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4793,11 +4793,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4817,11 +4817,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4841,11 +4841,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4865,11 +4865,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation-logistics-create-organization| |----|----| -|Title|Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -4889,11 +4889,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4913,11 +4913,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -4937,11 +4937,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -4961,11 +4961,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -4985,11 +4985,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5009,11 +5009,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5033,11 +5033,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5057,11 +5057,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|regulation| |----|----| -|Title|Standalone module src/regulation.ttl from branch test-workflow| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -5081,11 +5081,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -5105,11 +5105,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5129,11 +5129,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5153,11 +5153,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -5177,11 +5177,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -5201,11 +5201,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -5225,11 +5225,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -5249,11 +5249,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5273,11 +5273,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5297,11 +5297,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5321,11 +5321,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -5345,11 +5345,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -5369,11 +5369,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -5393,11 +5393,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -5417,11 +5417,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5441,11 +5441,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5465,11 +5465,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5489,11 +5489,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5513,11 +5513,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -5537,11 +5537,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-organization| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -5561,11 +5561,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -5585,11 +5585,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -5609,11 +5609,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5633,11 +5633,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5657,11 +5657,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -5681,11 +5681,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-core| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -5705,11 +5705,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -5729,11 +5729,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -5753,11 +5753,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5777,11 +5777,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5801,11 +5801,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5825,11 +5825,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5849,11 +5849,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -5873,11 +5873,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow| -|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -5897,11 +5897,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| |Title|Term labeling test| |Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| @@ -5921,11 +5921,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -5945,11 +5945,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5969,11 +5969,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -5993,11 +5993,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6017,11 +6017,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6041,11 +6041,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-structure-organization| |----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -6065,11 +6065,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -6089,11 +6089,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6113,11 +6113,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6137,11 +6137,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6161,11 +6161,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6185,11 +6185,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -6209,11 +6209,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|logistics-create-organization| |----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -6233,11 +6233,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6257,11 +6257,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6281,11 +6281,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -6305,11 +6305,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6329,11 +6329,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6353,11 +6353,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6377,11 +6377,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6401,11 +6401,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -6425,11 +6425,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -6449,11 +6449,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6473,11 +6473,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6497,11 +6497,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -6521,11 +6521,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6545,11 +6545,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6569,11 +6569,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6593,11 +6593,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6617,11 +6617,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -6641,11 +6641,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch test-workflow| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -6665,11 +6665,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6689,11 +6689,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6713,11 +6713,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -6737,11 +6737,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6761,11 +6761,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6785,11 +6785,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6809,11 +6809,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6833,11 +6833,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|fipa| |----|----| -|Title|Standalone module src/fipa.ttl from branch test-workflow| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -6857,11 +6857,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6881,11 +6881,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -6905,11 +6905,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -6929,11 +6929,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6953,11 +6953,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -6977,11 +6977,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -7001,11 +7001,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -7025,11 +7025,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -7049,11 +7049,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7073,11 +7073,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7097,11 +7097,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -7121,11 +7121,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -7145,11 +7145,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7169,11 +7169,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7193,11 +7193,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -7217,11 +7217,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7241,11 +7241,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7265,11 +7265,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -7289,11 +7289,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -7313,11 +7313,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7337,11 +7337,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7361,11 +7361,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -7385,11 +7385,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7409,11 +7409,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7433,11 +7433,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -7457,11 +7457,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core-manufacturing-environments-discover-core| |----|----| -|Title|Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -7481,11 +7481,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7505,11 +7505,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7529,11 +7529,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -7553,11 +7553,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7577,11 +7577,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7601,11 +7601,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| |Title|Term referencing test| |Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| @@ -7625,11 +7625,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|core| |----|----| -|Title|Standalone module src/core.ttl from branch test-workflow| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| |Title|Terms differenciation test| |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| @@ -7649,11 +7649,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7673,11 +7673,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| |Title|Domain and range referencing test| |Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| @@ -7697,11 +7697,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -7721,11 +7721,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7745,11 +7745,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-modules| |----|----| -|Title|All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7769,11 +7769,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| |Title|OWL RL Constraint test| |Description|A test meant to check wether the test subject is syntaxically correct or not.| @@ -7793,11 +7793,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| @@ -7817,11 +7817,11 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|all-fragments| |----|----| -|Title|All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/test-workflow/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/test-workflow/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| |Title|Profile compatibility test| |Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 1fe11507..d3cad22c 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -1,632 +1,118 @@ @prefix : . -@prefix acimov-model-test: . +@prefix acimov-model-test: . @prefix dcterms: . @prefix earl: . @prefix foaf: . @prefix rdfs: . @prefix schema: . -@prefix src: . +@prefix src: . @prefix xsd: . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; @@ -634,33 +120,6 @@ vann:preferredNamespaceUri : .""" ] ] ; rdfs:seeAlso """:APService a owl:Class ; rdfs:label "Agent Platform Service"@en ; rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -669,12 +128,12 @@ rdfs:label "Message Transport Service"@en ; rdfs:comment "A service for transporting messages among agents that confor..."@en ; rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -683,41 +142,12 @@ rdfs:label "HTTP Message Transport Service"@en ; rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -731,54 +161,36 @@ rdfs:domain :APService .""" ], rdfs:label "FIPA Agent Platform"@en ; rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; rdfs:label "has Service Type"@en ; rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; rdfs:label "Agent Identifier Description"@en ; rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ] ] ; - earl:subject _:all-modules ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, @@ -787,18 +199,265 @@ rdfs:label "has for profile"@en, "a pour profil"@fr ; rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12156>, +<https://www.example.org/Noneb12157> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12156>, +<https://www.example.org/Noneb12157> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -821,16 +480,34 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -845,104 +522,14 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; @@ -964,8 +551,68 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, "Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; @@ -983,30 +630,6 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -1029,282 +652,203 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:core ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; +rdfs:label "has profile"@en ; rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; @@ -1312,57 +856,33 @@ owl:imports :core .""" ] ] ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; @@ -1371,154 +891,192 @@ owl:imports :core .""" ] ] ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; @@ -1526,193 +1084,211 @@ vann:preferredNamespaceUri : .""" ] ] ; dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:syntax . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:regulation ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb17602>, -<https://www.example.org/Noneb17603> ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], @@ -1720,16 +1296,10 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb17602>, -<https://www.example.org/Noneb17603> ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -1739,132 +1309,62 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:core ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:MessageTransportService a owl:Class ; rdfs:label "Message Transport Service"@en ; rdfs:comment "A service for transporting messages among agents that confor..."@en ; rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1880,18 +1380,89 @@ rdfs:label "Agent Identifier Description"@en ; rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], +rdfs:domain :APService .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1900,12 +1471,45 @@ rdfs:label "Agent Platform Description"@en ; rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1916,308 +1520,354 @@ rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@e earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], [ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; +skos:related :Signifier .""" ] ] ; earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; earl:subject _:core ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:fipa ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2229,22 +1879,27 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2252,11 +1907,30 @@ dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revi rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -2268,133 +1942,336 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; - earl:subject _:all-fragments ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2413,24 +2290,6 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], @@ -2452,13 +2311,27 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2466,96 +2339,141 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2571,23 +2489,9 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2609,214 +2513,79 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; + dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; @@ -2834,99 +2603,120 @@ rdfs:label "is membership of"@en, rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], @@ -2939,34 +2729,106 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + rdfs:seeAlso """:regulation a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0002-3497-8758>, <https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The property :hosts has a range out of the ontology: "@en ; @@ -2988,139 +2850,277 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:profile-compatibility . -_:NicoRobertIn a foaf:Person ; - schema:mainEntityOfPage . +_:danaivach a foaf:Person ; + schema:mainEntityOfPage . _:logistics-create-organization a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "logistics-create-organization" ; - dcterms:title "Standalone modelet domains/logistics/create-organization/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:logistics-structure-organization a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "logistics-structure-organization" ; - dcterms:title "Standalone modelet domains/logistics/structure-organization/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:manufacturing-environments-discover-behavior-specifications a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "manufacturing-environments-discover-behavior-specifications" ; - dcterms:title "Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/manufacturing-environments/discover-behavior-specifications/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:manufacturing-environments-discover-core a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "manufacturing-environments-discover-core" ; - dcterms:title "Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:manufacturing-environments-discover-organization a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "manufacturing-environments-discover-organization" ; - dcterms:title "Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/manufacturing-environments/discover-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:manufacturing-environments-discover-platforms a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "manufacturing-environments-discover-platforms" ; - dcterms:title "Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:manufacturing-environments-discover-signifiers a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "manufacturing-environments-discover-signifiers" ; - dcterms:title "Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:all-fragments a earl:TestSubject ; - dcterms:hasPart , - , - , - , - , - , - , - , + dcterms:hasPart , + , + , + , + , + , + , + , src:core, src:fipa, src:interaction, src:regulation ; dcterms:identifier "all-fragments" ; - dcterms:title "All the fragments from branch test-workflow that are syntaxically correct as well as their recursive imports"@en . + dcterms:title "All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports"@en . _:all-modules a earl:TestSubject ; dcterms:hasPart src:core, @@ -3128,84 +3128,84 @@ _:all-modules a earl:TestSubject ; src:interaction, src:regulation ; dcterms:identifier "all-modules" ; - dcterms:title "All the modules from branch test-workflow that are syntaxically correct as well as their recursive imports"@en . + dcterms:title "All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports"@en . _:core a earl:TestSubject ; dcterms:hasPart src:core ; dcterms:identifier "core" ; - dcterms:title "Standalone module src/core.ttl from branch test-workflow"@en . + dcterms:title "Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:core-manufacturing-environments-discover-core a earl:TestSubject ; - dcterms:hasPart , + dcterms:hasPart , src:core ; dcterms:identifier "core-manufacturing-environments-discover-core" ; - dcterms:title "Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl"@en . + dcterms:title "Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl"@en . _:core-manufacturing-environments-discover-organization a earl:TestSubject ; - dcterms:hasPart , + dcterms:hasPart , src:core ; dcterms:identifier "core-manufacturing-environments-discover-organization" ; - dcterms:title "Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl"@en . + dcterms:title "Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl"@en . _:core-manufacturing-environments-discover-platforms a earl:TestSubject ; - dcterms:hasPart , + dcterms:hasPart , src:core ; dcterms:identifier "core-manufacturing-environments-discover-platforms" ; - dcterms:title "Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl"@en . + dcterms:title "Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl"@en . _:core-manufacturing-environments-discover-signifiers a earl:TestSubject ; - dcterms:hasPart , + dcterms:hasPart , src:core ; dcterms:identifier "core-manufacturing-environments-discover-signifiers" ; - dcterms:title "Merged module src/core.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl"@en . + dcterms:title "Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl"@en . _:fipa a earl:TestSubject ; dcterms:hasPart src:fipa ; dcterms:identifier "fipa" ; - dcterms:title "Standalone module src/fipa.ttl from branch test-workflow"@en . + dcterms:title "Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:interaction a earl:TestSubject ; dcterms:hasPart src:interaction ; dcterms:identifier "interaction" ; - dcterms:title "Standalone module src/interaction.ttl from branch test-workflow"@en . + dcterms:title "Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:interaction-manufacturing-environments-discover-behavior-specifications a earl:TestSubject ; - dcterms:hasPart , + dcterms:hasPart , src:interaction ; dcterms:identifier "interaction-manufacturing-environments-discover-behavior-specifications" ; - dcterms:title "Merged module src/interaction.ttl from branch test-workflow with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl"@en . + dcterms:title "Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl"@en . _:regulation a earl:TestSubject ; dcterms:hasPart src:regulation ; dcterms:identifier "regulation" ; - dcterms:title "Standalone module src/regulation.ttl from branch test-workflow"@en . + dcterms:title "Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:regulation-logistics-create-organization a earl:TestSubject ; - dcterms:hasPart , + dcterms:hasPart , src:regulation ; dcterms:identifier "regulation-logistics-create-organization" ; - dcterms:title "Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/create-organization/onto.ttl"@en . + dcterms:title "Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl"@en . _:regulation-logistics-structure-organization a earl:TestSubject ; - dcterms:hasPart , + dcterms:hasPart , src:regulation ; dcterms:identifier "regulation-logistics-structure-organization" ; - dcterms:title "Merged module src/regulation.ttl from branch test-workflow with related terms from the fragments domains/logistics/structure-organization/onto.ttl"@en . + dcterms:title "Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl"@en . _:manufacturing-environments-safety-rules a earl:TestSubject ; - dcterms:hasPart ; + dcterms:hasPart ; dcterms:identifier "manufacturing-environments-safety-rules" ; - dcterms:title "Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch test-workflow"@en . + dcterms:title "Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:meta a earl:TestSubject ; dcterms:hasPart src:meta ; dcterms:identifier "meta" ; - dcterms:title "Standalone module src/meta.ttl from branch test-workflow"@en . - -_:NicoRobertIn-actions a foaf:OnlineAccount ; - dcterms:date "2023-12-08T16:54:59.663674"^^xsd:dateTime ; - dcterms:description "Test triggered by @NicoRobertIn by actions trigger"@en ; - dcterms:title "NicoRobertIn using actions script"@en ; - foaf:member ; - earl:mainAssertor _:NicoRobertIn . + dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . + +_:danaivach-actions a foaf:OnlineAccount ; + dcterms:date "2024-01-17T11:48:21.007255"^^xsd:dateTime ; + dcterms:description "Test triggered by @danaivach by actions trigger"@en ; + dcterms:title "danaivach using actions script"@en ; + foaf:member ; + earl:mainAssertor _:danaivach . From 91875c72caf170151ab79bd589c628b91549a3bc Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 17 Jan 2024 14:51:16 +0100 Subject: [PATCH 03/25] Add FIPA terms and profile of agent A --- .../dataset.ttl | 258 +++++++++++++++++- 1 file changed, 244 insertions(+), 14 deletions(-) diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl index c2c1086e..20110adf 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl @@ -4,18 +4,100 @@ @prefix htv: . @prefix sh: . @prefix prov: . +@prefix owl: . @prefix rdf: . +@prefix rdfs: . @prefix ex: . -ex:agentProfile a fipa:AgentDescription ; - hmas:isProfileOf ex:agent ; +ex:manufacturingWorkspace a hmas:Workspace ; + hmas:contains ex:agentA, ex:agentB . + +#### Agent A's profile (the agent can request actions to be performed) #### + +ex:agentAProfile a fipa:AgentDescription ; + hmas:isProfileOf ex:agentA ; + hmas:exposesSignifier ex:aggreable, ex:refusable . + +ex:agentA a hmas:Agent . + +ex:aggreable a hmas:Signifier ; + hmas:signifies ex:agreeShape . + +ex:refusable a hmas:Signifier ; + hmas:signifies ex:refuseShape . + +#### Endpoint for sending messages to Agent A #### +ex:agentAMessageEndpointShape a sh:NodeShape ; + sh:class hmas:ActionExecution ; + sh:property [ + sh:path prov:used ; + sh:minQualifiedShape 1 ; + sh:maxQualifiedShape 1 ; + sh:qualifiedValueShape [ + sh:class hctl:Form ; + sh:property [ + sh:path hctl:forSubprotocol ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue "fipa.mts.mtp.http.std" # identifier of the FIPA Agent Message Transport Protocol for HTTP Specification + ], [ + sh:path htv:methodName ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue "POST" + ], [ + sh:path hctl:hasTarget ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue + ] + ] + ]. + +#### Send Agreement Action Specification #### +ex:agreeShape a ex:agentAMessageEndpointShape ; + sh:class hmas:ActionExecution ; + sh:property [ + sh:path hmas:hasInput ; + sh:qualifiedValueShape ex:agreeMessageShape ; + sh:qualifiedMinCount 1 ; + sh:qualifiedMaxCount 1 + ], [ + sh:path hmas:isExecutedIn ; + sh:qualifiedValueShape ex:requestInteractionShape ; + sh:qualifiedMinCount 0 ; + sh:qualifiedMaxCount 1 + ] . + +#### Send Refusal Action Specification #### +ex:refuseShape a ex:agentAMessageEndpointShape ; + sh:class hmas:ActionExecution ; + sh:property [ + sh:path hmas:hasInput ; + sh:qualifiedValueShape ex:refuseMessageShape ; + sh:qualifiedMinCount 1 ; + sh:qualifiedMaxCount 1 + ], [ + sh:path hmas:isExecutedIn ; + sh:qualifiedValueShape ex:requestInteractionShape ; + sh:qualifiedMinCount 0 ; + sh:qualifiedMaxCount 1 + ] . + +#### Agent B's profile (the agent can perform actions upon requests) #### + +ex:agentBProfile a fipa:AgentDescription ; + hmas:isProfileOf ex:agentB ; hmas:exposesSignifier ex:requestable . +ex:agentB a hmas:Agent . + ex:requestable a hmas:Signifier ; hmas:signifies ex:requestShape . +#### Send Request Action Specification #### ex:requestShape a sh:NodeShape ; - sh:class hmas:ActionExecution, fipa:Request ; + sh:class hmas:ActionExecution ; sh:property [ sh:path prov:used ; sh:minQualifiedShape 1 ; @@ -26,7 +108,7 @@ ex:requestShape a sh:NodeShape ; sh:path hctl:forSubprotocol ; sh:minCount 1 ; sh:maxCount 1 ; - sh:hasValue "fipa.mts.mtp.http.std" # (FIPA Agent Message Transport Protocol for HTTP Specification) + sh:hasValue "fipa.mts.mtp.http.std" # identifier of the FIPA Agent Message Transport Protocol for HTTP Specification ], [ sh:path htv:methodName ; sh:minCount 1 ; @@ -41,36 +123,184 @@ ex:requestShape a sh:NodeShape ; ] ], [ sh:path hmas:hasInput ; - sh:qualifiedValueShape ex:messageShape ; + sh:qualifiedValueShape ex:requestMessageShape ; sh:qualifiedMinCount 1 ; sh:qualifiedMaxCount 1 ], [ sh:path hmas:isExecutedIn ; - sh:qualifiedValueShape ex:requestInteractionShape ; + sh:qualifiedValueShape [ sh:class fipa:RequestInteractionProtocol ] ; sh:qualifiedMinCount 0 ; sh:qualifiedMaxCount 1 ] . -ex:messageShape a sh:NodeShape; - sh:class fipa:Message ; +#### Request Message Specification +ex:requestMessageShape a fipa:ACLMessageStructure ; sh:property [ - sh:path fipa:hasReceiver ; - sh:hasValue ex:agent ; + sh:path fipa:hasReceiver ; # specifies itself as the receiver + sh:hasValue ex:agentB ; sh:minCount 1; sh:maxCount 1; ] ; sh:property [ - sh:path fipa:hasSender ; + sh:path fipa:hasSender ; # specifies that the sender should be an agent sh:class hmas:Agent; sh:minCount 1; sh:maxCount 1; ] ; sh:property [ - sh:path fipa:hasPerformative ; + sh:path fipa:hasPerformative ; # specifies that the performative should be fipa:request sh:hasValue fipa:request; sh:minCount 1; sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasContent ; # specifies that the content should be an action execution specification + sh:minQualifiedShape 1 ; + sh:maxQualifiedShape 1 ; + sh:qualifiedValueShape [ sh:class hmas:ActionExecution ] + ] ; + sh:property [ + sh:path fipa:hasLanguage ; + sh:hasValue "fipa-sl" ; # specifies that the content should be expressed in the FIPA SL Content Language + sh:minCount 1; + sh:maxCount 1; ] . -ex:requestInteractionShape a sh:NodeShape, fipa:RequestInteractionProtocolSpecification ; - sh:class hmas:BehaviorExecution . +fipa:RequestInteractionProtocol a hmas:BehaviorExecution . + +ex:requestShape a sh:NodeShape ; + sh:class hmas:ActionExecution ; + sh:property [ + sh:path prov:used ; + sh:minQualifiedShape 1 ; + sh:maxQualifiedShape 1 ; + sh:qualifiedValueShape [ + sh:class hctl:Form ; + sh:property [ + sh:path hctl:forSubprotocol ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue "fipa.mts.mtp.http.std" # identifier of the FIPA Agent Message Transport Protocol for HTTP Specification + ], [ + sh:path htv:methodName ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue "POST" + ], [ + sh:path hctl:hasTarget ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:hasValue + ] + ] + ], [ + sh:path hmas:hasInput ; + sh:qualifiedValueShape ex:requestMessageShape ; + sh:qualifiedMinCount 1 ; + sh:qualifiedMaxCount 1 + ], [ + sh:path hmas:isExecutedIn ; + sh:qualifiedValueShape ex:requestInteractionShape ; + sh:qualifiedMinCount 0 ; + sh:qualifiedMaxCount 1 + ] . + + + + +##################################################################### + +# The following definitions should be moved to the FIPA ontology available here: https://github.com/HyperAgents/hmas/blob/main/src/fipa.ttl +fipa:CommunicativeAct rdf:type owl:Class ; + rdfs:comment "A communicative act defined in the FIPA Communicative Act Library."@en ; + rdfs:label "FIPA Communicative act"@en . + +fipa:ACLMessage rdf:type owl:Class ; + rdfs:comment "A message that adheres to the FIPA ACL Message Structure Specification."@en ; + rdfs:label "FIPA ACL Message"@en . + +fipa:request a fipa:CommunicativeAct ; + rdfs:comment "A communicative act with which the sender requests the receiver to perform some action. ."@en ; + rdfs:lable "request"@en . + +fipa:ACLMessageStructure a sh:NodeShape ; + sh:targetClass fipa:ACLMessage ; + sh:property [ + sh:path fipa:hasPerformative ; + sh:minCount 1; + sh:maxCount 1; + ] . + +# The performative is not necessarily defined in the FIPA Communicative Act Library +fipa:hasPerformative rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the type of the communicative act of the ACL message."@en ; + rdfs:label "has performative"@en . + +fipa:hasReceiver rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:range hmas:Agent ; + rdfs:comment "A relation between a FIPA ACL message and agents that are the intended recipients of the message."@en ; + rdfs:label "has receiver"@en . + +fipa:hasSender rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:range hmas:Agent ; + rdfs:comment "A relation between a FIPA ACL message and the agent that is the sender of the message, that is, the name (identifier) of the agent of the communicative act."@en ; + rdfs:label "has sender"@en . + +fipa:isReplyTo rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:range hmas:Agent ; + rdfs:comment "A relation between a FIPA ACL message and the agent to which subsequent messages in this conversation thread are to be directed, instead of to the agent named in the sender parameter."@en ; + rdfs:label "is reply to"@en . + +fipa:hasContent rdf:type owl:DataProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the content of the message; equivalently denotes the object of the action. The meaning of the content of any ACL message is intended to be interpreted by the receiver of the message. This is particularly relevant for instance when referring to referential expressions, whose interpretation might be different for the sender and the receiver.Denotes the language in which the content parameter is expressed."@en ; + rdfs:label "has content"@en . + +fipa:hasLanguage rdf:type owl:DataProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the language in which the message content parameter is expressed."@en ; + rdfs:label "has language"@en . + +fipa:hasEncoding rdf:type owl:DataProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the specific encoding of the message content language expression."@en ; + rdfs:label "has encoding"@en . + +fipa:hasOntology rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the ontology(s) used to give a meaning to the symbols in the message content expression.."@en ; + rdfs:label "has ontology"@en . + +fipa:hasProtocol rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the interaction protocol that the sending agent is employing with this ACL message."@en ; + rdfs:label "has protocol"@en . + +# Is using the word "id" confusing? +fipa:hasConversationId rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:range hmas:BehaviorExecution ; + rdfs:comment "A relation between a FIPA ACL message and an expression (a conversation identifier) which is used to identify the ongoing sequence of communicative acts that together form a conversation."@en ; + rdfs:label "has conversation ID"@en . + +fipa:replyWith rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and an expression that will be used by the responding agent to identify this message."@en ; + rdfs:label "reply with"@en . + +fipa:isInReplyTo rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and an expression that references an earlier action to which this message is a reply."@en ; + rdfs:label "is in reply to"@en . + +fipa:replyBy rdf:type owl:ObjectProperty ; + rdfs:domain fipa:ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and a time and/or date expression which indicates the latest time by which the sending agent would like to receive a reply."@en ; + rdfs:label "reply by"@en . + +# Can I move the FIPA-related definitions to the FIPA ontology available in https://github.com/HyperAgents/hmas/blob/main/src/fipa.ttl? +# Are the definitions of the FIPA terms correct in terms of property domains/ranges, and in terms of OWL types (ObjectProperty, DataProperty, etc.)? From dad708d224dc455c1de2388e10b0c2b1877a5724 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 17 Jan 2024 13:52:05 +0000 Subject: [PATCH 04/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 4 +- .acimov/output/model-test-actions.ttl | 3648 ++++++++++++------------- 2 files changed, 1826 insertions(+), 1826 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 02f4aebd..797dc7b5 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-17 11:48:21| +|Date|2024-01-17 13:51:49| *** @@ -1110,7 +1110,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 33 diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index d3cad22c..2d0365a0 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -8,16 +8,96 @@ @prefix src: . @prefix xsd: . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -30,7 +110,7 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; @@ -38,6 +118,11 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; @@ -45,21 +130,37 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -78,18 +179,6 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -101,46 +190,39 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:all-fragments ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -148,6 +230,13 @@ rdfs:subClassOf :MessageTransportService .""" ], rdfs:label "Agent Platform Description"@en ; rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -155,12 +244,18 @@ rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], rdfs:label "has Service Name"@en ; rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -168,146 +263,135 @@ rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], rdfs:label "has Service Type"@en ; rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ] ] ; - earl:subject _:fipa ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12156>, -<https://www.example.org/Noneb12157> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12156>, -<https://www.example.org/Noneb12157> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; +skos:related :Signifier .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -315,13 +399,19 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, @@ -334,15 +424,9 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/Hostable> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . @@ -350,72 +434,68 @@ rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0002-4506-2745>, <https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; @@ -427,187 +507,36 @@ owl:imports :core .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:owl-rl-constraint . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -659,87 +588,138 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; rdfs:domain <https://purl.org/hmas/Workspace> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -747,94 +727,93 @@ owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:regulation ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -842,27 +821,9 @@ skos:related :Organization .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:core ; earl:test acimov-model-test:term-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -875,68 +836,43 @@ skos:related :Organization .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -944,16 +880,16 @@ rdfs:isDefinedBy :regulation .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -962,47 +898,43 @@ rdfs:isDefinedBy :regulation .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:fipa ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; @@ -1011,48 +943,7 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; @@ -1061,43 +952,16 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:terms-differenciation . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -1106,44 +970,44 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1151,99 +1015,111 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1251,15 +1127,54 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], @@ -1276,25 +1191,14 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], @@ -1309,215 +1213,183 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12156>, +<https://www.example.org/Noneb12157> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12156>, +<https://www.example.org/Noneb12157> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1525,93 +1397,124 @@ rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@e earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:regulation ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1640,37 +1543,19 @@ owl:imports :core .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1678,35 +1563,58 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1714,9 +1622,18 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -1730,58 +1647,61 @@ owl:imports :core .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:all-modules ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -1791,86 +1711,135 @@ dct:contributor <http://maxime-lefrancois.info/me#>, <https://orcid.org/0000-0002-2956-0533>, <https://orcid.org/0000-0002-4506-2745>, <https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:syntax . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1890,9 +1859,20 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1907,10 +1887,60 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, @@ -1924,13 +1954,55 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -1942,13 +2014,27 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; earl:subject _:all-modules ; earl:test acimov-model-test:profile-compatibility . @@ -1971,17 +2057,53 @@ rdfs:label "is membership of"@en, rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; @@ -2004,123 +2126,53 @@ rdfs:comment "A relation that refers to the Agent involved in a Membership..."@e rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:regulation ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], @@ -2133,50 +2185,8 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -2197,173 +2207,45 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:domain-and-range-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2415,8 +2297,8 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], @@ -2424,165 +2306,194 @@ vann:preferredNamespaceUri : .""" ] ] ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:regulation ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . +skos:related :Signifier .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2604,28 +2515,6 @@ rdfs:comment "A relation that refers to the Agent involved in a Membership..."@e rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :core and :Role"@en ; dcterms:title "Too close terms"@en ; @@ -2652,18 +2541,67 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ] ] ; earl:subject _:all-fragments ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2678,60 +2616,37 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2760,94 +2675,41 @@ owl:imports :core .""" ] ] ; earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:interaction ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2864,143 +2726,216 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:interaction ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:label "transitively contains"@en, -"transitivelyContains"@en, "contient transitivement"@fr ; dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; @@ -3009,6 +2944,9 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -3020,11 +2958,7 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -3034,40 +2968,106 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; - earl:subject _:all-fragments ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . + _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3203,7 +3203,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-17T11:48:21.007255"^^xsd:dateTime ; + dcterms:date "2024-01-17T13:51:49.767807"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From dd3b629c77cb49d41bbda1ef9601b3583613944b Mon Sep 17 00:00:00 2001 From: danaivach Date: Mon, 22 Jan 2024 18:18:45 +0100 Subject: [PATCH 05/25] docs(messaging) add queries, dataset, fipa terms --- .../dataset.ttl | 259 +++++++----------- .../q1.csv | 2 + .../q1.rq | 15 + .../q2.csv | 2 + .../q2.rq | 8 + .../q3.csv | 2 + .../q3.rq | 11 + .../q4.csv | 2 + .../q4.rq | 12 + .../q5.csv | 6 + .../q5.rq | 13 + .../q6.csv | 2 + .../q6.rq | 16 ++ .../q7.csv | 3 + .../q7.rq | 13 + src/fipa.ttl | 181 +++++++++++- 16 files changed, 378 insertions(+), 169 deletions(-) create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.csv create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.rq create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.csv create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.csv create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.csv create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.csv create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl index 20110adf..364bc82b 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl @@ -1,9 +1,10 @@ @prefix hmas: . @prefix fipa: . -@prefix hctl: . +@prefix hctl: . @prefix htv: . @prefix sh: . @prefix prov: . +@prefix dul: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -14,7 +15,7 @@ ex:manufacturingWorkspace a hmas:Workspace ; #### Agent A's profile (the agent can request actions to be performed) #### -ex:agentAProfile a fipa:AgentDescription ; +ex:agentAProfile a fipa:AgentDescription ; hmas:isProfileOf ex:agentA ; hmas:exposesSignifier ex:aggreable, ex:refusable . @@ -28,7 +29,7 @@ ex:refusable a hmas:Signifier ; #### Endpoint for sending messages to Agent A #### ex:agentAMessageEndpointShape a sh:NodeShape ; - sh:class hmas:ActionExecution ; + sh:class hmas:ActionExecution ; sh:property [ sh:path prov:used ; sh:minQualifiedShape 1 ; @@ -49,44 +50,112 @@ ex:agentAMessageEndpointShape a sh:NodeShape ; sh:path hctl:hasTarget ; sh:minCount 1 ; sh:maxCount 1 ; - sh:hasValue + sh:hasValue ] ] ]. #### Send Agreement Action Specification #### ex:agreeShape a ex:agentAMessageEndpointShape ; - sh:class hmas:ActionExecution ; - sh:property [ + sh:class hmas:ActionExecution, dul:Action ; + sh:property [ sh:path hmas:hasInput ; sh:qualifiedValueShape ex:agreeMessageShape ; sh:qualifiedMinCount 1 ; sh:qualifiedMaxCount 1 - ], [ - sh:path hmas:isExecutedIn ; - sh:qualifiedValueShape ex:requestInteractionShape ; + ], [ + sh:path dul:isActionIncludedIn ; + sh:qualifiedValueShape [ sh:class fipa:RequestInteractionProtocolEnactment, dul:PlanExecution ] ; sh:qualifiedMinCount 0 ; sh:qualifiedMaxCount 1 ] . #### Send Refusal Action Specification #### ex:refuseShape a ex:agentAMessageEndpointShape ; - sh:class hmas:ActionExecution ; - sh:property [ + sh:class hmas:ActionExecution, dul:Action ; + sh:property [ sh:path hmas:hasInput ; sh:qualifiedValueShape ex:refuseMessageShape ; sh:qualifiedMinCount 1 ; sh:qualifiedMaxCount 1 - ], [ - sh:path hmas:isExecutedIn ; - sh:qualifiedValueShape ex:requestInteractionShape ; + ], [ + sh:path dul:isActionIncludedIn ; + sh:qualifiedValueShape [ sh:class fipa:RequestInteractionProtocolEnactment, dul:PlanExecution ] ; sh:qualifiedMinCount 0 ; sh:qualifiedMaxCount 1 ] . +#### Agree Message Specification #### +ex:agreeMessageShape a fipa:ACLMessageStructure ; + sh:class fipa:ACLMessage ; + sh:property [ + sh:path fipa:hasReceiver ; # specifies itself as the receiver + sh:hasValue ex:agentA ; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasSender ; # specifies that the sender should be an agent + sh:class hmas:Agent; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasPerformative ; # specifies that the performative should be fipa:agree + sh:hasValue fipa:agree; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasContent ; # specifies that the content should be an action execution specification + sh:minQualifiedShape 1 ; + sh:maxQualifiedShape 1 ; + sh:qualifiedValueShape [ sh:class hmas:ActionExecution ] + ] ; + sh:property [ + sh:path fipa:hasLanguage ; + sh:hasValue fipa:FIPASL ; # specifies that the content should be expressed in the FIPA SL Content Language + sh:minCount 1; + sh:maxCount 1; + ] . + +#### Refuse Message Specification #### +ex:refuseMessageShape a fipa:ACLMessageStructure ; + sh:class fipa:ACLMessage ; + sh:property [ + sh:path fipa:hasReceiver ; # specifies itself as the receiver + sh:hasValue ex:agentA ; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasSender ; # specifies that the sender should be an agent + sh:class hmas:Agent; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasPerformative ; # specifies that the performative should be fipa:refuse + sh:hasValue fipa:refuse; + sh:minCount 1; + sh:maxCount 1; + ] ; + sh:property [ + sh:path fipa:hasContent ; # specifies that the content should be an action execution specification + sh:minQualifiedShape 1 ; + sh:maxQualifiedShape 1 ; + sh:qualifiedValueShape [ sh:class hmas:ActionExecution ] + ] ; + sh:property [ + sh:path fipa:hasLanguage ; + sh:hasValue fipa:FIPASL ; # specifies that the content should be expressed in the FIPA SL Content Language + sh:minCount 1; + sh:maxCount 1; + ] . + #### Agent B's profile (the agent can perform actions upon requests) #### -ex:agentBProfile a fipa:AgentDescription ; +ex:agentBProfile a fipa:AgentDescription ; hmas:isProfileOf ex:agentB ; hmas:exposesSignifier ex:requestable . @@ -97,7 +166,7 @@ ex:requestable a hmas:Signifier ; #### Send Request Action Specification #### ex:requestShape a sh:NodeShape ; - sh:class hmas:ActionExecution ; + sh:class hmas:ActionExecution, dul:Action ; sh:property [ sh:path prov:used ; sh:minQualifiedShape 1 ; @@ -118,23 +187,24 @@ ex:requestShape a sh:NodeShape ; sh:path hctl:hasTarget ; sh:minCount 1 ; sh:maxCount 1 ; - sh:hasValue + sh:hasValue ] ] - ], [ + ], [ sh:path hmas:hasInput ; sh:qualifiedValueShape ex:requestMessageShape ; sh:qualifiedMinCount 1 ; sh:qualifiedMaxCount 1 - ], [ - sh:path hmas:isExecutedIn ; - sh:qualifiedValueShape [ sh:class fipa:RequestInteractionProtocol ] ; + ], [ + sh:path dul:isActionIncludedIn ; + sh:qualifiedValueShape [ sh:class fipa:RequestInteractionProtocolEnactment, dul:PlanExecution ] ; sh:qualifiedMinCount 0 ; sh:qualifiedMaxCount 1 ] . -#### Request Message Specification +#### Request Message Specification ex:requestMessageShape a fipa:ACLMessageStructure ; + sh:class fipa:ACLMessage ; sh:property [ sh:path fipa:hasReceiver ; # specifies itself as the receiver sh:hasValue ex:agentB ; @@ -142,7 +212,7 @@ ex:requestMessageShape a fipa:ACLMessageStructure ; sh:maxCount 1; ] ; sh:property [ - sh:path fipa:hasSender ; # specifies that the sender should be an agent + sh:path fipa:hasSender ; # specifies that the sender should be an agent sh:class hmas:Agent; sh:minCount 1; sh:maxCount 1; @@ -161,146 +231,7 @@ ex:requestMessageShape a fipa:ACLMessageStructure ; ] ; sh:property [ sh:path fipa:hasLanguage ; - sh:hasValue "fipa-sl" ; # specifies that the content should be expressed in the FIPA SL Content Language + sh:hasValue fipa:FIPASL ; # specifies that the content should be expressed in the FIPA SL Content Language sh:minCount 1; sh:maxCount 1; - ] . - -fipa:RequestInteractionProtocol a hmas:BehaviorExecution . - -ex:requestShape a sh:NodeShape ; - sh:class hmas:ActionExecution ; - sh:property [ - sh:path prov:used ; - sh:minQualifiedShape 1 ; - sh:maxQualifiedShape 1 ; - sh:qualifiedValueShape [ - sh:class hctl:Form ; - sh:property [ - sh:path hctl:forSubprotocol ; - sh:minCount 1 ; - sh:maxCount 1 ; - sh:hasValue "fipa.mts.mtp.http.std" # identifier of the FIPA Agent Message Transport Protocol for HTTP Specification - ], [ - sh:path htv:methodName ; - sh:minCount 1 ; - sh:maxCount 1 ; - sh:hasValue "POST" - ], [ - sh:path hctl:hasTarget ; - sh:minCount 1 ; - sh:maxCount 1 ; - sh:hasValue - ] - ] - ], [ - sh:path hmas:hasInput ; - sh:qualifiedValueShape ex:requestMessageShape ; - sh:qualifiedMinCount 1 ; - sh:qualifiedMaxCount 1 - ], [ - sh:path hmas:isExecutedIn ; - sh:qualifiedValueShape ex:requestInteractionShape ; - sh:qualifiedMinCount 0 ; - sh:qualifiedMaxCount 1 - ] . - - - - -##################################################################### - -# The following definitions should be moved to the FIPA ontology available here: https://github.com/HyperAgents/hmas/blob/main/src/fipa.ttl -fipa:CommunicativeAct rdf:type owl:Class ; - rdfs:comment "A communicative act defined in the FIPA Communicative Act Library."@en ; - rdfs:label "FIPA Communicative act"@en . - -fipa:ACLMessage rdf:type owl:Class ; - rdfs:comment "A message that adheres to the FIPA ACL Message Structure Specification."@en ; - rdfs:label "FIPA ACL Message"@en . - -fipa:request a fipa:CommunicativeAct ; - rdfs:comment "A communicative act with which the sender requests the receiver to perform some action. ."@en ; - rdfs:lable "request"@en . - -fipa:ACLMessageStructure a sh:NodeShape ; - sh:targetClass fipa:ACLMessage ; - sh:property [ - sh:path fipa:hasPerformative ; - sh:minCount 1; - sh:maxCount 1; - ] . - -# The performative is not necessarily defined in the FIPA Communicative Act Library -fipa:hasPerformative rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and the type of the communicative act of the ACL message."@en ; - rdfs:label "has performative"@en . - -fipa:hasReceiver rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:range hmas:Agent ; - rdfs:comment "A relation between a FIPA ACL message and agents that are the intended recipients of the message."@en ; - rdfs:label "has receiver"@en . - -fipa:hasSender rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:range hmas:Agent ; - rdfs:comment "A relation between a FIPA ACL message and the agent that is the sender of the message, that is, the name (identifier) of the agent of the communicative act."@en ; - rdfs:label "has sender"@en . - -fipa:isReplyTo rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:range hmas:Agent ; - rdfs:comment "A relation between a FIPA ACL message and the agent to which subsequent messages in this conversation thread are to be directed, instead of to the agent named in the sender parameter."@en ; - rdfs:label "is reply to"@en . - -fipa:hasContent rdf:type owl:DataProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and the content of the message; equivalently denotes the object of the action. The meaning of the content of any ACL message is intended to be interpreted by the receiver of the message. This is particularly relevant for instance when referring to referential expressions, whose interpretation might be different for the sender and the receiver.Denotes the language in which the content parameter is expressed."@en ; - rdfs:label "has content"@en . - -fipa:hasLanguage rdf:type owl:DataProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and the language in which the message content parameter is expressed."@en ; - rdfs:label "has language"@en . - -fipa:hasEncoding rdf:type owl:DataProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and the specific encoding of the message content language expression."@en ; - rdfs:label "has encoding"@en . - -fipa:hasOntology rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and the ontology(s) used to give a meaning to the symbols in the message content expression.."@en ; - rdfs:label "has ontology"@en . - -fipa:hasProtocol rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and the interaction protocol that the sending agent is employing with this ACL message."@en ; - rdfs:label "has protocol"@en . - -# Is using the word "id" confusing? -fipa:hasConversationId rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:range hmas:BehaviorExecution ; - rdfs:comment "A relation between a FIPA ACL message and an expression (a conversation identifier) which is used to identify the ongoing sequence of communicative acts that together form a conversation."@en ; - rdfs:label "has conversation ID"@en . - -fipa:replyWith rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and an expression that will be used by the responding agent to identify this message."@en ; - rdfs:label "reply with"@en . - -fipa:isInReplyTo rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and an expression that references an earlier action to which this message is a reply."@en ; - rdfs:label "is in reply to"@en . - -fipa:replyBy rdf:type owl:ObjectProperty ; - rdfs:domain fipa:ACLMessage ; - rdfs:comment "A relation between a FIPA ACL message and a time and/or date expression which indicates the latest time by which the sending agent would like to receive a reply."@en ; - rdfs:label "reply by"@en . - -# Can I move the FIPA-related definitions to the FIPA ontology available in https://github.com/HyperAgents/hmas/blob/main/src/fipa.ttl? -# Are the definitions of the FIPA terms correct in terms of property domains/ranges, and in terms of OWL types (ObjectProperty, DataProperty, etc.)? + ] . \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.csv new file mode 100644 index 00000000..bf25ac57 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.csv @@ -0,0 +1,2 @@ +signifier +http://example.org/requestable \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq new file mode 100644 index 00000000..8e9ed1a6 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq @@ -0,0 +1,15 @@ +prefix hmas: +prefix ex: +prefix sh: +prefix fipa: + +select ?signifier +where { + ex:agentBProfile hmas:exposesSignifier ?signifier . + ?signifier hmas:signifies ?actionExecutionSpec . + ?actionExecutionSpec sh:property [ + sh:path hmas:hasInput ; + sh:qualifiedValueShape [ sh:targetClass fipa:ACLMessage ] + ] . +} +order by ?signifier diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv new file mode 100644 index 00000000..d31a0668 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv @@ -0,0 +1,2 @@ +actionExecutionSpec +http://example.org/requestShape \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.rq new file mode 100644 index 00000000..26e3c394 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.rq @@ -0,0 +1,8 @@ +prefix hmas: +prefix ex: + +select ?actionExecutionSpec +where { + ex:requestable hmas:signifies ?actionExecutionSpec . +} +order by ?actionExecutionSpec diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv new file mode 100644 index 00000000..0247d3e7 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv @@ -0,0 +1,2 @@ +inputSpec +http://example.org/requestMessageShape \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq new file mode 100644 index 00000000..95feabfd --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq @@ -0,0 +1,11 @@ +prefix hmas: +prefix sh: +prefix ex: + +select ?inputSpec +where { + ex:requestShape sh:property ?propertySpec . + ?propertySpec sh:path hmas:hasInput ; + sh:qualifiedValueShape ?inputSpec . +} +order by ?inputSpec \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.csv new file mode 100644 index 00000000..9b0b8783 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.csv @@ -0,0 +1,2 @@ +inputType +http://ns.hyperagents.org/fipa#ACLMessage \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq new file mode 100644 index 00000000..51641d5f --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq @@ -0,0 +1,12 @@ +prefix hmas: +prefix sh: +prefix ex: + +select ?inputType +where { + ex:requestShape sh:property ?propertySpec . + ?propertySpec sh:path hmas:hasInput ; + sh:qualifiedValueShape ?inputSpec . + ?inputSpec sh:class ?inputType . +} +order by ?inputType \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.csv new file mode 100644 index 00000000..2b7faeab --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.csv @@ -0,0 +1,6 @@ +inputProperty +http://ns.hyperagents.org/fipa#hasContent +http://ns.hyperagents.org/fipa#hasLanguage +http://ns.hyperagents.org/fipa#hasPerformative +http://ns.hyperagents.org/fipa#hasReceiver +http://ns.hyperagents.org/fipa#hasSender \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq new file mode 100644 index 00000000..40210f6f --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq @@ -0,0 +1,13 @@ +prefix hmas: +prefix sh: +prefix ex: + +select ?inputProperty +where { + ex:requestShape sh:property ?propertySpec . + ?propertySpec sh:path hmas:hasInput ; + sh:qualifiedValueShape ?inputSpec . + ?inputSpec sh:property ?inputPropertySpec . + ?inputPropertySpec sh:path ?inputProperty . +} +order by ?inputProperty \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.csv new file mode 100644 index 00000000..d6c28a03 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.csv @@ -0,0 +1,2 @@ +subprotocol +"fipa.mts.mtp.http.std" \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq new file mode 100644 index 00000000..56eeae52 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq @@ -0,0 +1,16 @@ +prefix hmas: +prefix sh: +prefix prov: +prefix hctl: +prefix ex: + +select ?subprotocol +where { + ex:requestShape sh:property ?propertySpec . + ?propertySpec sh:path prov:used ; + sh:qualifiedValueShape ?form . + ?form sh:property ?formPropertySpec . + ?formPropertySpec sh:path hctl:forSubprotocol ; + sh:hasValue ?subprotocol . +} +order by ?subprotocol \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.csv new file mode 100644 index 00000000..a49d96c0 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.csv @@ -0,0 +1,3 @@ +behavior +http://ns.hyperagents.org/fipa#RequestInteractionProtocolEnactment +http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PlanExecution \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq new file mode 100644 index 00000000..2b516919 --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq @@ -0,0 +1,13 @@ +prefix hmas: +prefix sh: +prefix dul: +prefix ex: + +select ?behavior +where { + ex:requestShape sh:property ?propertySpec . + ?propertySpec sh:path dul:isActionIncludedIn ; + sh:qualifiedValueShape ?behaviorSpec . + ?behaviorSpec sh:class ?behavior . +} +order by ?behavior \ No newline at end of file diff --git a/src/fipa.ttl b/src/fipa.ttl index 2a101e4d..db2fbf47 100644 --- a/src/fipa.ttl +++ b/src/fipa.ttl @@ -5,12 +5,13 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix sh: . @prefix vann: . @base . :fipa rdf:type owl:Ontology ; - owl:imports :core ; + owl:imports :core, :interaction ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri <> . @@ -30,6 +31,108 @@ rdfs:label "has Service Type"@en . +### https://ci.mines-stetienne.fr/fipa#hasPerformative +:hasPerformative rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:range :CommunicativeAct ; + rdfs:comment "A relation between a FIPA ACL message and the type of the communicative act of the ACL message."@en ; + rdfs:label "has performative"@en . + + +### https://ci.mines-stetienne.fr/fipa#hasReceiver +:hasReceiver rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:range :Agent ; + rdfs:comment "A relation between a FIPA ACL message and agents that are the intended recipients of the message."@en ; + rdfs:label "has receiver"@en . + + +### https://ci.mines-stetienne.fr/fipa#hasSender +:hasSender rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:range :Agent ; + rdfs:comment "A relation between a FIPA ACL message and the agent that is the sender of the message, that is, the name (identifier) of the agent of the communicative act."@en ; + rdfs:label "has sender"@en . + + +### https://ci.mines-stetienne.fr/fipa#isReplyTo +:isReplyTo rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:range :Agent ; + rdfs:comment "A relation between a FIPA ACL message and the agent to which subsequent messages in this conversation thread are to be directed, instead of to the agent named in the sender parameter."@en ; + rdfs:label "is reply to"@en . + + +### https://ci.mines-stetienne.fr/fipa#hasLanguage +:hasLanguage rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:range :Language ; + rdfs:comment "A relation between a FIPA ACL message and the language in which the message content parameter is expressed."@en ; + rdfs:label "has language"@en . + + +### https://ci.mines-stetienne.fr/fipa#hasOntology +:hasOntology rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the ontology(s) used to give a meaning to the symbols in the message content expression.."@en ; + rdfs:label "has ontology"@en . + + +### https://ci.mines-stetienne.fr/fipa#hasProtocol +:hasProtocol rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:range :InteractionProtocol ; + rdfs:comment "A relation between a FIPA ACL message and the interaction protocol that the sending agent is employing with this ACL message."@en ; + rdfs:label "has protocol"@en . + + +### https://ci.mines-stetienne.fr/fipa#hasConversation +:hasConversation rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:range :BehaviorExecution ; + rdfs:comment "A relation between a FIPA ACL message and an expression (a conversation identifier) which is used to identify the ongoing sequence of communicative acts that together form a conversation."@en ; + rdfs:label "has conversation"@en . + + +### https://ci.mines-stetienne.fr/fipa#replyWith +:replyWith rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and an expression that will be used by the responding agent to identify this message."@en ; + rdfs:label "reply with"@en . + + +### https://ci.mines-stetienne.fr/fipa#isInReplyTo +:isInReplyTo rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and an expression that references an earlier action to which this message is a reply."@en ; + rdfs:label "is in reply to"@en . + + +### https://ci.mines-stetienne.fr/fipa#replyBy +:replyBy rdf:type owl:ObjectProperty ; + rdfs:domain :ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and a time and/or date expression which indicates the latest time by which the sending agent would like to receive a reply."@en ; + rdfs:label "reply by"@en . + + +################################################################# +# DataProperties +################################################################# + +### https://ci.mines-stetienne.fr/fipa#hasContent +:hasContent rdf:type owl:DataProperty ; + rdfs:domain :ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the content of the message; equivalently denotes the object of the action. The meaning of the content of any ACL message is intended to be interpreted by the receiver of the message. This is particularly relevant for instance when referring to referential expressions, whose interpretation might be different for the sender and the receiver.Denotes the language in which the content parameter is expressed."@en ; + rdfs:label "has content"@en . + + +### https://ci.mines-stetienne.fr/fipa#hasEncoding +:hasEncoding rdf:type owl:DataProperty ; + rdfs:domain :ACLMessage ; + rdfs:comment "A relation between a FIPA ACL message and the specific encoding of the message content language expression."@en ; + rdfs:label "has encoding"@en . + + ################################################################# # Classes ################################################################# @@ -42,21 +145,21 @@ ### https://ci.mines-stetienne.fr/fipa#AgentIdentifierDescription :AgentIdentifierDescription rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf :ResourceProfile ; rdfs:comment "A resource profile that describes an agent using the Agent Identifier Description defined by the FIPA Agent Management Specification (http://fipa.org/specs/fipa00023/SC00023K.html)."@en ; rdfs:label "Agent Identifier Description"@en . ### https://ci.mines-stetienne.fr/fipa#AgentPlatformDescription :AgentPlatformDescription rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf :ResourceProfile ; rdfs:comment "A resource profile that descripe a FIPA Agent Platform using the Agent Platform Description defined by the FIPA Agent Management Specification (http://fipa.org/specs/fipa00023/SC00023K.html)."@en ; rdfs:label "Agent Platform Description"@en . ### https://ci.mines-stetienne.fr/fipa#FIPAAgentPlatform :FIPAAgentPlatform rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf :HypermediaMASPlatform ; rdfs:comment "A platform that conforms to the FIPA Abstract Architecture Specification (http://fipa.org/specs/fipa00001/SC00001L.html)."@en ; rdfs:label "FIPA Agent Platform"@en . @@ -82,4 +185,72 @@ rdfs:label "Message Transport Service"@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### https://ci.mines-stetienne.fr/fipa#CommunicativeAct +:CommunicativeAct rdf:type owl:Class ; + rdfs:comment "A communicative act defined in the FIPA Communicative Act Library."@en ; + rdfs:label "FIPA Communicative act"@en . + + +### https://ci.mines-stetienne.fr/fipa#ACLMessage +:ACLMessage rdf:type owl:Class ; + rdfs:comment "A message that adheres to the FIPA ACL Message Structure Specification."@en ; + rdfs:label "FIPA ACL Message"@en . + + +### https://ci.mines-stetienne.fr/fipa#Language +:Language rdf:type owl:Class ; + rdfs:comment "The language in which the content of a message is expressed, for example, of a FIPA ACL message."@en ; + rdfs:label "Language"@en . + + +### https://ci.mines-stetienne.fr/fipa#InteractionProtocol +:InteractionProtocolEnactment rdf:type owl:Class ; + rdfs:subClassOf :BehaviorExecution ; + rdfs:comment "The enactment of a pre-agreed message exchange protocol for ACL messages."@en ; + rdfs:label "Interaction protocol"@en . + + +################################################################# +# Individuals +################################################################# + +### https://ci.mines-stetienne.fr/fipa#request +:request rdf:type :CommunicativeAct ; + rdfs:comment "A communicative act with which the sender requests the receiver to perform some action."@en ; + rdfs:label "request"@en . + + +### https://ci.mines-stetienne.fr/fipa#agree +:agree rdf:type :CommunicativeAct ; + rdfs:comment "A communicative act with which the sender agrees to perform some action, possibly in the future."@en ; + rdfs:label "agree"@en . + + +### https://ci.mines-stetienne.fr/fipa#refuse +:refuse rdf:type :CommunicativeAct ; + rdfs:comment "A communicative act with which the sender refuses to perform a given action, and explains the reason for the refusal."@en ; + rdfs:label "refuse"@en . + + +### https://ci.mines-stetienne.fr/fipa#FIPASL +:FIPASL rdf:type :Language ; + rdfs:comment "The FIPA SL Content Language"@en ; + rdfs:label "FIPA SL"@en . + + +### https://ci.mines-stetienne.fr/fipa#ACLMessageStructure +:ACLMessageStructure rdf:type sh:NodeShape ; + rdfs:comment "The FIPA ACL message structure."@en ; + rdfs:label "ACL Message Structure"@en ; + sh:targetClass :ACLMessage ; + sh:property [ + sh:path :hasPerformative ; + sh:minCount 1; + sh:maxCount 1; + ] . + + +### https://ci.mines-stetienne.fr/fipa#RequestInteractionProtocolEnactment +:RequestInteractionProtocolEnactment rdf:type :InteractionProtocolEnactment ; + rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one agent to request another to perform some action."@en ; + rdfs:label "Request Interaction Protocol"@en . From 3fb4c87bbc4c6430ab5a8db08351c3e5fe792cc2 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 22 Jan 2024 17:19:55 +0000 Subject: [PATCH 06/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 4971 ++++++++++++++++++------- .acimov/output/model-test-actions.ttl | 4446 ++++++++++++---------- 2 files changed, 6098 insertions(+), 3319 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 797dc7b5..3cf9b2c0 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-17 13:51:49| +|Date|2024-01-22 17:19:35| *** @@ -24,11 +24,11 @@ Here is some context about under which context this test was made Here is a short overview for this test report -301 Assertions +383 Assertions -:boom:3 MajorFail, :exclamation:139 MinorFail, :warning:0 CannotTell, :grey_question:20 NotTested, :white_check_mark:139 Pass +:boom:3 MajorFail, :exclamation:226 MinorFail, :warning:0 CannotTell, :grey_question:20 NotTested, :white_check_mark:134 Pass -
+

@@ -150,158 +150,245 @@ This subchapter gives more details to the :boom:MajorFail assertions Here is the chapter related to the MinorFail assertion -:exclamation:139 MinorFail assertions +:exclamation:226 MinorFail assertions
-Fold/Unfold the 139 summary and details +Fold/Unfold the 226 summary and details ## MinorFail Assertions Summary [Jump to statistic summary](#statistic-summary) -:exclamation:139 MinorFail assertions +:exclamation:226 MinorFail assertions |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#minorfail-assertions-summary)|
1/139
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-1)| -|[Table top](#minorfail-assertions-summary)|
2/139
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-2)| -|[Table top](#minorfail-assertions-summary)|
3/139
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-3)| -|[Table top](#minorfail-assertions-summary)|
4/139
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-4)| -|[Table top](#minorfail-assertions-summary)|
5/139
|:exclamation:*MinorFail*|`regulation`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-5)| -|[Table top](#minorfail-assertions-summary)|
6/139
|:exclamation:*MinorFail*|`regulation`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-6)| -|[Table top](#minorfail-assertions-summary)|
7/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-7)| -|[Table top](#minorfail-assertions-summary)|
8/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-8)| -|[Table top](#minorfail-assertions-summary)|
9/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-9)| -|[Table top](#minorfail-assertions-summary)|
10/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-10)| -|[Table top](#minorfail-assertions-summary)|
11/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-11)| -|[Table top](#minorfail-assertions-summary)|
12/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-12)| -|[Table top](#minorfail-assertions-summary)|
13/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-13)| -|[Table top](#minorfail-assertions-summary)|
14/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-14)| -|[Table top](#minorfail-assertions-summary)|
15/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-15)| -|[Table top](#minorfail-assertions-summary)|
16/139
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-16)| -|[Table top](#minorfail-assertions-summary)|
17/139
|:exclamation:*MinorFail*|`logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-17)| -|[Table top](#minorfail-assertions-summary)|
18/139
|:exclamation:*MinorFail*|`logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-18)| -|[Table top](#minorfail-assertions-summary)|
19/139
|:exclamation:*MinorFail*|`interaction-manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-19)| -|[Table top](#minorfail-assertions-summary)|
20/139
|:exclamation:*MinorFail*|`interaction`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-20)| -|[Table top](#minorfail-assertions-summary)|
21/139
|:exclamation:*MinorFail*|`fipa`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-21)| -|[Table top](#minorfail-assertions-summary)|
22/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-22)| -|[Table top](#minorfail-assertions-summary)|
23/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-23)| -|[Table top](#minorfail-assertions-summary)|
24/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-24)| -|[Table top](#minorfail-assertions-summary)|
25/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-25)| -|[Table top](#minorfail-assertions-summary)|
26/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-26)| -|[Table top](#minorfail-assertions-summary)|
27/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-27)| -|[Table top](#minorfail-assertions-summary)|
28/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-28)| -|[Table top](#minorfail-assertions-summary)|
29/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-29)| -|[Table top](#minorfail-assertions-summary)|
30/139
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-30)| -|[Table top](#minorfail-assertions-summary)|
31/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-31)| -|[Table top](#minorfail-assertions-summary)|
32/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-32)| -|[Table top](#minorfail-assertions-summary)|
33/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-33)| -|[Table top](#minorfail-assertions-summary)|
34/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-34)| -|[Table top](#minorfail-assertions-summary)|
35/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-35)| -|[Table top](#minorfail-assertions-summary)|
36/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-36)| -|[Table top](#minorfail-assertions-summary)|
37/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-37)| -|[Table top](#minorfail-assertions-summary)|
38/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-38)| -|[Table top](#minorfail-assertions-summary)|
39/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-39)| -|[Table top](#minorfail-assertions-summary)|
40/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-40)| -|[Table top](#minorfail-assertions-summary)|
41/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-41)| -|[Table top](#minorfail-assertions-summary)|
42/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-42)| -|[Table top](#minorfail-assertions-summary)|
43/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-43)| -|[Table top](#minorfail-assertions-summary)|
44/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-44)| -|[Table top](#minorfail-assertions-summary)|
45/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-45)| -|[Table top](#minorfail-assertions-summary)|
46/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-46)| -|[Table top](#minorfail-assertions-summary)|
47/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-47)| -|[Table top](#minorfail-assertions-summary)|
48/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-48)| -|[Table top](#minorfail-assertions-summary)|
49/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-49)| -|[Table top](#minorfail-assertions-summary)|
50/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-50)| -|[Table top](#minorfail-assertions-summary)|
51/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-51)| -|[Table top](#minorfail-assertions-summary)|
52/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-52)| -|[Table top](#minorfail-assertions-summary)|
53/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-53)| -|[Table top](#minorfail-assertions-summary)|
54/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-54)| -|[Table top](#minorfail-assertions-summary)|
55/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-55)| -|[Table top](#minorfail-assertions-summary)|
56/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-56)| -|[Table top](#minorfail-assertions-summary)|
57/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-57)| -|[Table top](#minorfail-assertions-summary)|
58/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-58)| -|[Table top](#minorfail-assertions-summary)|
59/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-59)| -|[Table top](#minorfail-assertions-summary)|
60/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-60)| -|[Table top](#minorfail-assertions-summary)|
61/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-61)| -|[Table top](#minorfail-assertions-summary)|
62/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-62)| -|[Table top](#minorfail-assertions-summary)|
63/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-63)| -|[Table top](#minorfail-assertions-summary)|
64/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-64)| -|[Table top](#minorfail-assertions-summary)|
65/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-65)| -|[Table top](#minorfail-assertions-summary)|
66/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-66)| -|[Table top](#minorfail-assertions-summary)|
67/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-67)| -|[Table top](#minorfail-assertions-summary)|
68/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-68)| -|[Table top](#minorfail-assertions-summary)|
69/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-69)| -|[Table top](#minorfail-assertions-summary)|
70/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-70)| -|[Table top](#minorfail-assertions-summary)|
71/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-71)| -|[Table top](#minorfail-assertions-summary)|
72/139
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-72)| -|[Table top](#minorfail-assertions-summary)|
73/139
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-73)| -|[Table top](#minorfail-assertions-summary)|
74/139
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-74)| -|[Table top](#minorfail-assertions-summary)|
75/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-75)| -|[Table top](#minorfail-assertions-summary)|
76/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-76)| -|[Table top](#minorfail-assertions-summary)|
77/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-77)| -|[Table top](#minorfail-assertions-summary)|
78/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-78)| -|[Table top](#minorfail-assertions-summary)|
79/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-79)| -|[Table top](#minorfail-assertions-summary)|
80/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-80)| -|[Table top](#minorfail-assertions-summary)|
81/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-81)| -|[Table top](#minorfail-assertions-summary)|
82/139
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-82)| -|[Table top](#minorfail-assertions-summary)|
83/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-83)| -|[Table top](#minorfail-assertions-summary)|
84/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-84)| -|[Table top](#minorfail-assertions-summary)|
85/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-85)| -|[Table top](#minorfail-assertions-summary)|
86/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-86)| -|[Table top](#minorfail-assertions-summary)|
87/139
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-87)| -|[Table top](#minorfail-assertions-summary)|
88/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-88)| -|[Table top](#minorfail-assertions-summary)|
89/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-89)| -|[Table top](#minorfail-assertions-summary)|
90/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-90)| -|[Table top](#minorfail-assertions-summary)|
91/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-91)| -|[Table top](#minorfail-assertions-summary)|
92/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-92)| -|[Table top](#minorfail-assertions-summary)|
93/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-93)| -|[Table top](#minorfail-assertions-summary)|
94/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-94)| -|[Table top](#minorfail-assertions-summary)|
95/139
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-95)| -|[Table top](#minorfail-assertions-summary)|
96/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-96)| -|[Table top](#minorfail-assertions-summary)|
97/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-97)| -|[Table top](#minorfail-assertions-summary)|
98/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-98)| -|[Table top](#minorfail-assertions-summary)|
99/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-99)| -|[Table top](#minorfail-assertions-summary)|
100/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-100)| -|[Table top](#minorfail-assertions-summary)|
101/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-101)| -|[Table top](#minorfail-assertions-summary)|
102/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-102)| -|[Table top](#minorfail-assertions-summary)|
103/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-103)| -|[Table top](#minorfail-assertions-summary)|
104/139
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-104)| -|[Table top](#minorfail-assertions-summary)|
105/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-105)| -|[Table top](#minorfail-assertions-summary)|
106/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-106)| -|[Table top](#minorfail-assertions-summary)|
107/139
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-107)| -|[Table top](#minorfail-assertions-summary)|
108/139
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-108)| -|[Table top](#minorfail-assertions-summary)|
109/139
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-109)| -|[Table top](#minorfail-assertions-summary)|
110/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-110)| -|[Table top](#minorfail-assertions-summary)|
111/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-111)| -|[Table top](#minorfail-assertions-summary)|
112/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-112)| -|[Table top](#minorfail-assertions-summary)|
113/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-113)| -|[Table top](#minorfail-assertions-summary)|
114/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-114)| -|[Table top](#minorfail-assertions-summary)|
115/139
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-115)| -|[Table top](#minorfail-assertions-summary)|
116/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-116)| -|[Table top](#minorfail-assertions-summary)|
117/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-117)| -|[Table top](#minorfail-assertions-summary)|
118/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-118)| -|[Table top](#minorfail-assertions-summary)|
119/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-119)| -|[Table top](#minorfail-assertions-summary)|
120/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-120)| -|[Table top](#minorfail-assertions-summary)|
121/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-121)| -|[Table top](#minorfail-assertions-summary)|
122/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-122)| -|[Table top](#minorfail-assertions-summary)|
123/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-123)| -|[Table top](#minorfail-assertions-summary)|
124/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-124)| -|[Table top](#minorfail-assertions-summary)|
125/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-125)| -|[Table top](#minorfail-assertions-summary)|
126/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-126)| -|[Table top](#minorfail-assertions-summary)|
127/139
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-127)| -|[Table top](#minorfail-assertions-summary)|
128/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-128)| -|[Table top](#minorfail-assertions-summary)|
129/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-129)| -|[Table top](#minorfail-assertions-summary)|
130/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-130)| -|[Table top](#minorfail-assertions-summary)|
131/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-131)| -|[Table top](#minorfail-assertions-summary)|
132/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-132)| -|[Table top](#minorfail-assertions-summary)|
133/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-133)| -|[Table top](#minorfail-assertions-summary)|
134/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-134)| -|[Table top](#minorfail-assertions-summary)|
135/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-135)| -|[Table top](#minorfail-assertions-summary)|
136/139
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-136)| -|[Table top](#minorfail-assertions-summary)|
137/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-137)| -|[Table top](#minorfail-assertions-summary)|
138/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-138)| -|[Table top](#minorfail-assertions-summary)|
139/139
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-139)| +|[Table top](#minorfail-assertions-summary)|
1/226
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-1)| +|[Table top](#minorfail-assertions-summary)|
2/226
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-2)| +|[Table top](#minorfail-assertions-summary)|
3/226
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-3)| +|[Table top](#minorfail-assertions-summary)|
4/226
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-4)| +|[Table top](#minorfail-assertions-summary)|
5/226
|:exclamation:*MinorFail*|`regulation`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-5)| +|[Table top](#minorfail-assertions-summary)|
6/226
|:exclamation:*MinorFail*|`regulation`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-6)| +|[Table top](#minorfail-assertions-summary)|
7/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-7)| +|[Table top](#minorfail-assertions-summary)|
8/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-8)| +|[Table top](#minorfail-assertions-summary)|
9/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-9)| +|[Table top](#minorfail-assertions-summary)|
10/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-10)| +|[Table top](#minorfail-assertions-summary)|
11/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-11)| +|[Table top](#minorfail-assertions-summary)|
12/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-12)| +|[Table top](#minorfail-assertions-summary)|
13/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-13)| +|[Table top](#minorfail-assertions-summary)|
14/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-14)| +|[Table top](#minorfail-assertions-summary)|
15/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-15)| +|[Table top](#minorfail-assertions-summary)|
16/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-16)| +|[Table top](#minorfail-assertions-summary)|
17/226
|:exclamation:*MinorFail*|`logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-17)| +|[Table top](#minorfail-assertions-summary)|
18/226
|:exclamation:*MinorFail*|`logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-18)| +|[Table top](#minorfail-assertions-summary)|
19/226
|:exclamation:*MinorFail*|`interaction-manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-19)| +|[Table top](#minorfail-assertions-summary)|
20/226
|:exclamation:*MinorFail*|`interaction`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-20)| +|[Table top](#minorfail-assertions-summary)|
21/226
|:exclamation:*MinorFail*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-21)| +|[Table top](#minorfail-assertions-summary)|
22/226
|:exclamation:*MinorFail*|`fipa`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-22)| +|[Table top](#minorfail-assertions-summary)|
23/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-23)| +|[Table top](#minorfail-assertions-summary)|
24/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-24)| +|[Table top](#minorfail-assertions-summary)|
25/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-25)| +|[Table top](#minorfail-assertions-summary)|
26/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-26)| +|[Table top](#minorfail-assertions-summary)|
27/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-27)| +|[Table top](#minorfail-assertions-summary)|
28/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-28)| +|[Table top](#minorfail-assertions-summary)|
29/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-29)| +|[Table top](#minorfail-assertions-summary)|
30/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-30)| +|[Table top](#minorfail-assertions-summary)|
31/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-31)| +|[Table top](#minorfail-assertions-summary)|
32/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-32)| +|[Table top](#minorfail-assertions-summary)|
33/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-33)| +|[Table top](#minorfail-assertions-summary)|
34/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-34)| +|[Table top](#minorfail-assertions-summary)|
35/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-35)| +|[Table top](#minorfail-assertions-summary)|
36/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-36)| +|[Table top](#minorfail-assertions-summary)|
37/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-37)| +|[Table top](#minorfail-assertions-summary)|
38/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-38)| +|[Table top](#minorfail-assertions-summary)|
39/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-39)| +|[Table top](#minorfail-assertions-summary)|
40/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-40)| +|[Table top](#minorfail-assertions-summary)|
41/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-41)| +|[Table top](#minorfail-assertions-summary)|
42/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-42)| +|[Table top](#minorfail-assertions-summary)|
43/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-43)| +|[Table top](#minorfail-assertions-summary)|
44/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-44)| +|[Table top](#minorfail-assertions-summary)|
45/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-45)| +|[Table top](#minorfail-assertions-summary)|
46/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-46)| +|[Table top](#minorfail-assertions-summary)|
47/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-47)| +|[Table top](#minorfail-assertions-summary)|
48/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-48)| +|[Table top](#minorfail-assertions-summary)|
49/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-49)| +|[Table top](#minorfail-assertions-summary)|
50/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-50)| +|[Table top](#minorfail-assertions-summary)|
51/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-51)| +|[Table top](#minorfail-assertions-summary)|
52/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-52)| +|[Table top](#minorfail-assertions-summary)|
53/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-53)| +|[Table top](#minorfail-assertions-summary)|
54/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-54)| +|[Table top](#minorfail-assertions-summary)|
55/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-55)| +|[Table top](#minorfail-assertions-summary)|
56/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-56)| +|[Table top](#minorfail-assertions-summary)|
57/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-57)| +|[Table top](#minorfail-assertions-summary)|
58/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-58)| +|[Table top](#minorfail-assertions-summary)|
59/226
|:exclamation:*MinorFail*|`fipa`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-59)| +|[Table top](#minorfail-assertions-summary)|
60/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-60)| +|[Table top](#minorfail-assertions-summary)|
61/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-61)| +|[Table top](#minorfail-assertions-summary)|
62/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-62)| +|[Table top](#minorfail-assertions-summary)|
63/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-63)| +|[Table top](#minorfail-assertions-summary)|
64/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-64)| +|[Table top](#minorfail-assertions-summary)|
65/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-65)| +|[Table top](#minorfail-assertions-summary)|
66/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-66)| +|[Table top](#minorfail-assertions-summary)|
67/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-67)| +|[Table top](#minorfail-assertions-summary)|
68/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-68)| +|[Table top](#minorfail-assertions-summary)|
69/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-69)| +|[Table top](#minorfail-assertions-summary)|
70/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-70)| +|[Table top](#minorfail-assertions-summary)|
71/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-71)| +|[Table top](#minorfail-assertions-summary)|
72/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-72)| +|[Table top](#minorfail-assertions-summary)|
73/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-73)| +|[Table top](#minorfail-assertions-summary)|
74/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-74)| +|[Table top](#minorfail-assertions-summary)|
75/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-75)| +|[Table top](#minorfail-assertions-summary)|
76/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-76)| +|[Table top](#minorfail-assertions-summary)|
77/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-77)| +|[Table top](#minorfail-assertions-summary)|
78/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-78)| +|[Table top](#minorfail-assertions-summary)|
79/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-79)| +|[Table top](#minorfail-assertions-summary)|
80/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-80)| +|[Table top](#minorfail-assertions-summary)|
81/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-81)| +|[Table top](#minorfail-assertions-summary)|
82/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-82)| +|[Table top](#minorfail-assertions-summary)|
83/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-83)| +|[Table top](#minorfail-assertions-summary)|
84/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-84)| +|[Table top](#minorfail-assertions-summary)|
85/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-85)| +|[Table top](#minorfail-assertions-summary)|
86/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-86)| +|[Table top](#minorfail-assertions-summary)|
87/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-87)| +|[Table top](#minorfail-assertions-summary)|
88/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-88)| +|[Table top](#minorfail-assertions-summary)|
89/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-89)| +|[Table top](#minorfail-assertions-summary)|
90/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-90)| +|[Table top](#minorfail-assertions-summary)|
91/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-91)| +|[Table top](#minorfail-assertions-summary)|
92/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-92)| +|[Table top](#minorfail-assertions-summary)|
93/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-93)| +|[Table top](#minorfail-assertions-summary)|
94/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-94)| +|[Table top](#minorfail-assertions-summary)|
95/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-95)| +|[Table top](#minorfail-assertions-summary)|
96/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-96)| +|[Table top](#minorfail-assertions-summary)|
97/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-97)| +|[Table top](#minorfail-assertions-summary)|
98/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-98)| +|[Table top](#minorfail-assertions-summary)|
99/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-99)| +|[Table top](#minorfail-assertions-summary)|
100/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-100)| +|[Table top](#minorfail-assertions-summary)|
101/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-101)| +|[Table top](#minorfail-assertions-summary)|
102/226
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-102)| +|[Table top](#minorfail-assertions-summary)|
103/226
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-103)| +|[Table top](#minorfail-assertions-summary)|
104/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-104)| +|[Table top](#minorfail-assertions-summary)|
105/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-105)| +|[Table top](#minorfail-assertions-summary)|
106/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-106)| +|[Table top](#minorfail-assertions-summary)|
107/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-107)| +|[Table top](#minorfail-assertions-summary)|
108/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-108)| +|[Table top](#minorfail-assertions-summary)|
109/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-109)| +|[Table top](#minorfail-assertions-summary)|
110/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-110)| +|[Table top](#minorfail-assertions-summary)|
111/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-111)| +|[Table top](#minorfail-assertions-summary)|
112/226
|:exclamation:*MinorFail*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-112)| +|[Table top](#minorfail-assertions-summary)|
113/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-113)| +|[Table top](#minorfail-assertions-summary)|
114/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-114)| +|[Table top](#minorfail-assertions-summary)|
115/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-115)| +|[Table top](#minorfail-assertions-summary)|
116/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-116)| +|[Table top](#minorfail-assertions-summary)|
117/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-117)| +|[Table top](#minorfail-assertions-summary)|
118/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-118)| +|[Table top](#minorfail-assertions-summary)|
119/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-119)| +|[Table top](#minorfail-assertions-summary)|
120/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-120)| +|[Table top](#minorfail-assertions-summary)|
121/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-121)| +|[Table top](#minorfail-assertions-summary)|
122/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-122)| +|[Table top](#minorfail-assertions-summary)|
123/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-123)| +|[Table top](#minorfail-assertions-summary)|
124/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-124)| +|[Table top](#minorfail-assertions-summary)|
125/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-125)| +|[Table top](#minorfail-assertions-summary)|
126/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-126)| +|[Table top](#minorfail-assertions-summary)|
127/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-127)| +|[Table top](#minorfail-assertions-summary)|
128/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-128)| +|[Table top](#minorfail-assertions-summary)|
129/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-129)| +|[Table top](#minorfail-assertions-summary)|
130/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-130)| +|[Table top](#minorfail-assertions-summary)|
131/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-131)| +|[Table top](#minorfail-assertions-summary)|
132/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-132)| +|[Table top](#minorfail-assertions-summary)|
133/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-133)| +|[Table top](#minorfail-assertions-summary)|
134/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-134)| +|[Table top](#minorfail-assertions-summary)|
135/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-135)| +|[Table top](#minorfail-assertions-summary)|
136/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-136)| +|[Table top](#minorfail-assertions-summary)|
137/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-137)| +|[Table top](#minorfail-assertions-summary)|
138/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-138)| +|[Table top](#minorfail-assertions-summary)|
139/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-139)| +|[Table top](#minorfail-assertions-summary)|
140/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-140)| +|[Table top](#minorfail-assertions-summary)|
141/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-141)| +|[Table top](#minorfail-assertions-summary)|
142/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-142)| +|[Table top](#minorfail-assertions-summary)|
143/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-143)| +|[Table top](#minorfail-assertions-summary)|
144/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-144)| +|[Table top](#minorfail-assertions-summary)|
145/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-145)| +|[Table top](#minorfail-assertions-summary)|
146/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-146)| +|[Table top](#minorfail-assertions-summary)|
147/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-147)| +|[Table top](#minorfail-assertions-summary)|
148/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-148)| +|[Table top](#minorfail-assertions-summary)|
149/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-149)| +|[Table top](#minorfail-assertions-summary)|
150/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-150)| +|[Table top](#minorfail-assertions-summary)|
151/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-151)| +|[Table top](#minorfail-assertions-summary)|
152/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-152)| +|[Table top](#minorfail-assertions-summary)|
153/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-153)| +|[Table top](#minorfail-assertions-summary)|
154/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-154)| +|[Table top](#minorfail-assertions-summary)|
155/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-155)| +|[Table top](#minorfail-assertions-summary)|
156/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-156)| +|[Table top](#minorfail-assertions-summary)|
157/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-157)| +|[Table top](#minorfail-assertions-summary)|
158/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-158)| +|[Table top](#minorfail-assertions-summary)|
159/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-159)| +|[Table top](#minorfail-assertions-summary)|
160/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-160)| +|[Table top](#minorfail-assertions-summary)|
161/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-161)| +|[Table top](#minorfail-assertions-summary)|
162/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-162)| +|[Table top](#minorfail-assertions-summary)|
163/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-163)| +|[Table top](#minorfail-assertions-summary)|
164/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-164)| +|[Table top](#minorfail-assertions-summary)|
165/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-165)| +|[Table top](#minorfail-assertions-summary)|
166/226
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-166)| +|[Table top](#minorfail-assertions-summary)|
167/226
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-167)| +|[Table top](#minorfail-assertions-summary)|
168/226
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-168)| +|[Table top](#minorfail-assertions-summary)|
169/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-169)| +|[Table top](#minorfail-assertions-summary)|
170/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-170)| +|[Table top](#minorfail-assertions-summary)|
171/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-171)| +|[Table top](#minorfail-assertions-summary)|
172/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-172)| +|[Table top](#minorfail-assertions-summary)|
173/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-173)| +|[Table top](#minorfail-assertions-summary)|
174/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-174)| +|[Table top](#minorfail-assertions-summary)|
175/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-175)| +|[Table top](#minorfail-assertions-summary)|
176/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-176)| +|[Table top](#minorfail-assertions-summary)|
177/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-177)| +|[Table top](#minorfail-assertions-summary)|
178/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-178)| +|[Table top](#minorfail-assertions-summary)|
179/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-179)| +|[Table top](#minorfail-assertions-summary)|
180/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-180)| +|[Table top](#minorfail-assertions-summary)|
181/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-181)| +|[Table top](#minorfail-assertions-summary)|
182/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-182)| +|[Table top](#minorfail-assertions-summary)|
183/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-183)| +|[Table top](#minorfail-assertions-summary)|
184/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-184)| +|[Table top](#minorfail-assertions-summary)|
185/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-185)| +|[Table top](#minorfail-assertions-summary)|
186/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-186)| +|[Table top](#minorfail-assertions-summary)|
187/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-187)| +|[Table top](#minorfail-assertions-summary)|
188/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-188)| +|[Table top](#minorfail-assertions-summary)|
189/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-189)| +|[Table top](#minorfail-assertions-summary)|
190/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-190)| +|[Table top](#minorfail-assertions-summary)|
191/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-191)| +|[Table top](#minorfail-assertions-summary)|
192/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-192)| +|[Table top](#minorfail-assertions-summary)|
193/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-193)| +|[Table top](#minorfail-assertions-summary)|
194/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-194)| +|[Table top](#minorfail-assertions-summary)|
195/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-195)| +|[Table top](#minorfail-assertions-summary)|
196/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-196)| +|[Table top](#minorfail-assertions-summary)|
197/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-197)| +|[Table top](#minorfail-assertions-summary)|
198/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-198)| +|[Table top](#minorfail-assertions-summary)|
199/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-199)| +|[Table top](#minorfail-assertions-summary)|
200/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-200)| +|[Table top](#minorfail-assertions-summary)|
201/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-201)| +|[Table top](#minorfail-assertions-summary)|
202/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-202)| +|[Table top](#minorfail-assertions-summary)|
203/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-203)| +|[Table top](#minorfail-assertions-summary)|
204/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-204)| +|[Table top](#minorfail-assertions-summary)|
205/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-205)| +|[Table top](#minorfail-assertions-summary)|
206/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-206)| +|[Table top](#minorfail-assertions-summary)|
207/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-207)| +|[Table top](#minorfail-assertions-summary)|
208/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-208)| +|[Table top](#minorfail-assertions-summary)|
209/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-209)| +|[Table top](#minorfail-assertions-summary)|
210/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-210)| +|[Table top](#minorfail-assertions-summary)|
211/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-211)| +|[Table top](#minorfail-assertions-summary)|
212/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-212)| +|[Table top](#minorfail-assertions-summary)|
213/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-213)| +|[Table top](#minorfail-assertions-summary)|
214/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-214)| +|[Table top](#minorfail-assertions-summary)|
215/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-215)| +|[Table top](#minorfail-assertions-summary)|
216/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-216)| +|[Table top](#minorfail-assertions-summary)|
217/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-217)| +|[Table top](#minorfail-assertions-summary)|
218/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-218)| +|[Table top](#minorfail-assertions-summary)|
219/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-219)| +|[Table top](#minorfail-assertions-summary)|
220/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-220)| +|[Table top](#minorfail-assertions-summary)|
221/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-221)| +|[Table top](#minorfail-assertions-summary)|
222/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-222)| +|[Table top](#minorfail-assertions-summary)|
223/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-223)| +|[Table top](#minorfail-assertions-summary)|
224/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-224)| +|[Table top](#minorfail-assertions-summary)|
225/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-225)| +|[Table top](#minorfail-assertions-summary)|
226/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-226)| *** @@ -825,17 +912,18 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :fipa has no rdfs:label to define it in natural language| -|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Title|Range out of vocabulary| +|Description|The property :hasProtocol has a range out of the ontology: | +|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| +|Pointer|https://purl.org/hmas/InteractionProtocol| *** ### MinorFail Assertion number 22 @@ -850,17 +938,17 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| +|Title|Terms not labeled| +|Description|The term :fipa has no rdfs:label to define it in natural language| +|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core,
:interaction .
| *** ### MinorFail Assertion number 23 @@ -875,17 +963,17 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| *** ### MinorFail Assertion number 24 @@ -900,17 +988,17 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| *** ### MinorFail Assertion number 25 @@ -925,17 +1013,17 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| *** ### MinorFail Assertion number 26 @@ -950,17 +1038,17 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| *** ### MinorFail Assertion number 27 @@ -984,8 +1072,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .
| +|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| *** ### MinorFail Assertion number 28 @@ -1009,8 +1097,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| *** ### MinorFail Assertion number 29 @@ -1034,8 +1122,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| +|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| *** ### MinorFail Assertion number 30 @@ -1059,8 +1147,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Description|Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasPerformative a owl:ObjectProperty ;
rdfs:label "has performative"@en ;
rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :CommunicativeAct .
| *** ### MinorFail Assertion number 31 @@ -1069,23 +1157,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|Term not referenced to a module| +|Description|Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:ACLMessage a owl:Class ;
rdfs:label "FIPA ACL Message"@en ;
rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .
| *** ### MinorFail Assertion number 32 @@ -1094,23 +1182,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|Term not referenced to a module| +|Description|Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:CommunicativeAct a owl:Class ;
rdfs:label "FIPA Communicative act"@en ;
rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .
| *** ### MinorFail Assertion number 33 @@ -1119,23 +1207,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasReceiver a owl:ObjectProperty ;
rdfs:label "has receiver"@en ;
rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| *** ### MinorFail Assertion number 34 @@ -1144,23 +1232,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasSender not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasSender a owl:ObjectProperty ;
rdfs:label "has sender"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| *** ### MinorFail Assertion number 35 @@ -1169,23 +1257,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12156>, 
 <https://www.example.org/Noneb12157> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Term not referenced to a module| +|Description|Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| *** ### MinorFail Assertion number 36 @@ -1194,23 +1282,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasLanguage a owl:ObjectProperty ;
rdfs:label "has language"@en ;
rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Language .
| *** ### MinorFail Assertion number 37 @@ -1219,23 +1307,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Term not referenced to a module| +|Description|Subject :Language not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:Language a owl:Class ;
rdfs:label "Language"@en ;
rdfs:comment "The language in which the content of a message is expressed,..."@en .
| *** ### MinorFail Assertion number 38 @@ -1244,23 +1332,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasOntology a owl:ObjectProperty ;
rdfs:label "has ontology"@en ;
rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ;
rdfs:domain :ACLMessage .
| *** ### MinorFail Assertion number 39 @@ -1269,23 +1357,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12156>, 
 <https://www.example.org/Noneb12157> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| *** ### MinorFail Assertion number 40 @@ -1294,23 +1382,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasConversation a owl:ObjectProperty ;
rdfs:label "has conversation"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :BehaviorExecution .
| *** ### MinorFail Assertion number 41 @@ -1319,24 +1407,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Domain out of vocabulary| -|Description|The property :isHostedOn has a domain out of the ontology: | -|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| -|Pointer|https://purl.org/hmas/Hostable| +|Title|Term not referenced to a module| +|Description|Subject :replyWith not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:replyWith a owl:ObjectProperty ;
rdfs:label "reply with"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| *** ### MinorFail Assertion number 42 @@ -1345,24 +1432,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Range out of vocabulary| -|Description|The property :hosts has a range out of the ontology: | -|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| -|Pointer|https://purl.org/hmas/Hostable| +|Title|Term not referenced to a module| +|Description|Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| *** ### MinorFail Assertion number 43 @@ -1371,23 +1457,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|Term not referenced to a module| +|Description|Subject :replyBy not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:replyBy a owl:ObjectProperty ;
rdfs:label "reply by"@en ;
rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ;
rdfs:domain :ACLMessage .
| *** ### MinorFail Assertion number 44 @@ -1396,23 +1482,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|Term not referenced to a module| +|Description|Subject :hasContent not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasContent a owl:DataProperty ;
rdfs:label "has content"@en ;
rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ;
rdfs:domain :ACLMessage .
| *** ### MinorFail Assertion number 45 @@ -1421,23 +1507,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasEncoding a owl:DataProperty ;
rdfs:label "has encoding"@en ;
rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ;
rdfs:domain :ACLMessage .
| *** ### MinorFail Assertion number 46 @@ -1446,23 +1532,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Term not referenced to a module| +|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf :ResourceProfile .
| *** ### MinorFail Assertion number 47 @@ -1471,23 +1557,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Term not referenced to a module| +|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf :ResourceProfile .
| *** ### MinorFail Assertion number 48 @@ -1496,23 +1582,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|Term not referenced to a module| +|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf :HypermediaMASPlatform .
| *** ### MinorFail Assertion number 49 @@ -1521,23 +1607,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Term not referenced to a module| +|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| *** ### MinorFail Assertion number 50 @@ -1546,23 +1632,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Term not referenced to a module| +|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| *** ### MinorFail Assertion number 51 @@ -1571,23 +1657,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Term not referenced to a module| +|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| *** ### MinorFail Assertion number 52 @@ -1596,23 +1682,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-platforms| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|Term not referenced to a module| +|Description|Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:InteractionProtocolEnactment a owl:Class ;
rdfs:label "Interaction protocol"@en ;
rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ;
rdfs:subClassOf :BehaviorExecution .
| *** ### MinorFail Assertion number 53 @@ -1621,23 +1707,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|Term not referenced to a module| +|Description|Subject :request not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:request a :CommunicativeAct ;
rdfs:label "request"@en ;
rdfs:comment "A communicative act with which the sender requests the recei..."@en .
| *** ### MinorFail Assertion number 54 @@ -1646,23 +1732,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|Term not referenced to a module| +|Description|Subject :agree not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:agree a :CommunicativeAct ;
rdfs:label "agree"@en ;
rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .
| *** ### MinorFail Assertion number 55 @@ -1671,23 +1757,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Term not referenced to a module| +|Description|Subject :refuse not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:refuse a :CommunicativeAct ;
rdfs:label "refuse"@en ;
rdfs:comment "A communicative act with which the sender refuses to perform..."@en .
| *** ### MinorFail Assertion number 56 @@ -1696,23 +1782,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Term not referenced to a module| +|Description|Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:FIPASL a :Language ;
rdfs:label "FIPA SL"@en ;
rdfs:comment "The FIPA SL Content Language"@en .
| *** ### MinorFail Assertion number 57 @@ -1721,23 +1807,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Term not referenced to a module| +|Description|Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:ACLMessageStructure a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path :hasPerformative ] ;
sh:targetClass :ACLMessage .
| *** ### MinorFail Assertion number 58 @@ -1746,23 +1832,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|Term not referenced to a module| +|Description|Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ;
rdfs:label "Request Interaction Protocol"@en ;
rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .
| *** ### MinorFail Assertion number 59 @@ -1771,23 +1857,24 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Too close terms| +|Description|The following terms are too similar: :isReplyTo and :isInReplyTo| +|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| *** ### MinorFail Assertion number 60 @@ -1796,23 +1883,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** ### MinorFail Assertion number 61 @@ -1821,23 +1908,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 62 @@ -1846,10 +1933,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-organization| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -1860,9 +1947,9 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** ### MinorFail Assertion number 63 @@ -1871,23 +1958,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** ### MinorFail Assertion number 64 @@ -1896,23 +1983,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12161>, 
 <https://www.example.org/Noneb12162> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 65 @@ -1921,10 +2008,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -1936,8 +2023,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** ### MinorFail Assertion number 66 @@ -1946,10 +2033,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -1960,9 +2047,9 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** ### MinorFail Assertion number 67 @@ -1971,10 +2058,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -1985,9 +2072,9 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** ### MinorFail Assertion number 68 @@ -1996,10 +2083,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2010,9 +2097,9 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12161>, 
 <https://www.example.org/Noneb12162> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 69 @@ -2021,10 +2108,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2036,8 +2123,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** ### MinorFail Assertion number 70 @@ -2046,23 +2133,24 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Domain out of vocabulary| +|Description|The property :isHostedOn has a domain out of the ontology: | +|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| +|Pointer|https://purl.org/hmas/Hostable| *** ### MinorFail Assertion number 71 @@ -2071,23 +2159,24 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Range out of vocabulary| +|Description|The property :hosts has a range out of the ontology: | +|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| +|Pointer|https://purl.org/hmas/Hostable| *** ### MinorFail Assertion number 72 @@ -2096,23 +2185,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** ### MinorFail Assertion number 73 @@ -2121,10 +2210,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2136,8 +2225,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 74 @@ -2146,23 +2235,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** ### MinorFail Assertion number 75 @@ -2171,10 +2260,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2187,7 +2276,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** ### MinorFail Assertion number 76 @@ -2196,10 +2285,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2212,7 +2301,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 77 @@ -2221,10 +2310,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2236,8 +2325,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** ### MinorFail Assertion number 78 @@ -2246,10 +2335,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2260,9 +2349,9 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** ### MinorFail Assertion number 79 @@ -2271,10 +2360,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2287,7 +2376,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** ### MinorFail Assertion number 80 @@ -2296,10 +2385,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2312,7 +2401,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 81 @@ -2321,10 +2410,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2336,8 +2425,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** ### MinorFail Assertion number 82 @@ -2346,23 +2435,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** ### MinorFail Assertion number 83 @@ -2371,10 +2460,10 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2386,8 +2475,8 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 84 @@ -2396,23 +2485,23 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** ### MinorFail Assertion number 85 @@ -2421,10 +2510,2168 @@ This subchapter gives more details to the :exclamation:MinorFail assertions :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 86 + +[Jump to summary definition](#summary-MinorFail-86) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-organization| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 87 + +[Jump to summary definition](#summary-MinorFail-87) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-organization| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| + +*** +### MinorFail Assertion number 88 + +[Jump to summary definition](#summary-MinorFail-88) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-organization| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| + +*** +### MinorFail Assertion number 89 + +[Jump to summary definition](#summary-MinorFail-89) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-organization| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 90 + +[Jump to summary definition](#summary-MinorFail-90) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-organization| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 91 + +[Jump to summary definition](#summary-MinorFail-91) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-organization| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| + +*** +### MinorFail Assertion number 92 + +[Jump to summary definition](#summary-MinorFail-92) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| + +*** +### MinorFail Assertion number 93 + +[Jump to summary definition](#summary-MinorFail-93) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| + +*** +### MinorFail Assertion number 94 + +[Jump to summary definition](#summary-MinorFail-94) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| + +*** +### MinorFail Assertion number 95 + +[Jump to summary definition](#summary-MinorFail-95) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 96 + +[Jump to summary definition](#summary-MinorFail-96) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 97 + +[Jump to summary definition](#summary-MinorFail-97) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| + +*** +### MinorFail Assertion number 98 + +[Jump to summary definition](#summary-MinorFail-98) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| + +*** +### MinorFail Assertion number 99 + +[Jump to summary definition](#summary-MinorFail-99) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 100 + +[Jump to summary definition](#summary-MinorFail-100) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 101 + +[Jump to summary definition](#summary-MinorFail-101) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-core| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| + +*** +### MinorFail Assertion number 102 + +[Jump to summary definition](#summary-MinorFail-102) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| + +*** +### MinorFail Assertion number 103 + +[Jump to summary definition](#summary-MinorFail-103) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| + +*** +### MinorFail Assertion number 104 + +[Jump to summary definition](#summary-MinorFail-104) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| + +*** +### MinorFail Assertion number 105 + +[Jump to summary definition](#summary-MinorFail-105) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 106 + +[Jump to summary definition](#summary-MinorFail-106) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 107 + +[Jump to summary definition](#summary-MinorFail-107) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| + +*** +### MinorFail Assertion number 108 + +[Jump to summary definition](#summary-MinorFail-108) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| + +*** +### MinorFail Assertion number 109 + +[Jump to summary definition](#summary-MinorFail-109) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 110 + +[Jump to summary definition](#summary-MinorFail-110) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 111 + +[Jump to summary definition](#summary-MinorFail-111) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core| +|----|----| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| + +*** +### MinorFail Assertion number 112 + +[Jump to summary definition](#summary-MinorFail-112) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|----|----| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Range out of vocabulary| +|Description|The property :hasProtocol has a range out of the ontology: | +|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| +|Pointer|https://purl.org/hmas/InteractionProtocol| + +*** +### MinorFail Assertion number 113 + +[Jump to summary definition](#summary-MinorFail-113) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| + +*** +### MinorFail Assertion number 114 + +[Jump to summary definition](#summary-MinorFail-114) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| + +*** +### MinorFail Assertion number 115 + +[Jump to summary definition](#summary-MinorFail-115) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :interaction has no rdfs:label to define it in natural language| +|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| + +*** +### MinorFail Assertion number 116 + +[Jump to summary definition](#summary-MinorFail-116) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| + +*** +### MinorFail Assertion number 117 + +[Jump to summary definition](#summary-MinorFail-117) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :fipa has no rdfs:label to define it in natural language| +|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core,
:interaction .
| + +*** +### MinorFail Assertion number 118 + +[Jump to summary definition](#summary-MinorFail-118) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| + +*** +### MinorFail Assertion number 119 + +[Jump to summary definition](#summary-MinorFail-119) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| + +*** +### MinorFail Assertion number 120 + +[Jump to summary definition](#summary-MinorFail-120) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 121 + +[Jump to summary definition](#summary-MinorFail-121) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| + +*** +### MinorFail Assertion number 122 + +[Jump to summary definition](#summary-MinorFail-122) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 123 + +[Jump to summary definition](#summary-MinorFail-123) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| + +*** +### MinorFail Assertion number 124 + +[Jump to summary definition](#summary-MinorFail-124) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| + +*** +### MinorFail Assertion number 125 + +[Jump to summary definition](#summary-MinorFail-125) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| + +*** +### MinorFail Assertion number 126 + +[Jump to summary definition](#summary-MinorFail-126) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| + +*** +### MinorFail Assertion number 127 + +[Jump to summary definition](#summary-MinorFail-127) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| + +*** +### MinorFail Assertion number 128 + +[Jump to summary definition](#summary-MinorFail-128) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| + +*** +### MinorFail Assertion number 129 + +[Jump to summary definition](#summary-MinorFail-129) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|----|----| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| + +*** +### MinorFail Assertion number 130 + +[Jump to summary definition](#summary-MinorFail-130) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| + +*** +### MinorFail Assertion number 131 + +[Jump to summary definition](#summary-MinorFail-131) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| + +*** +### MinorFail Assertion number 132 + +[Jump to summary definition](#summary-MinorFail-132) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| + +*** +### MinorFail Assertion number 133 + +[Jump to summary definition](#summary-MinorFail-133) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasPerformative a owl:ObjectProperty ;
rdfs:label "has performative"@en ;
rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :CommunicativeAct .
| + +*** +### MinorFail Assertion number 134 + +[Jump to summary definition](#summary-MinorFail-134) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:ACLMessage a owl:Class ;
rdfs:label "FIPA ACL Message"@en ;
rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .
| + +*** +### MinorFail Assertion number 135 + +[Jump to summary definition](#summary-MinorFail-135) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:CommunicativeAct a owl:Class ;
rdfs:label "FIPA Communicative act"@en ;
rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .
| + +*** +### MinorFail Assertion number 136 + +[Jump to summary definition](#summary-MinorFail-136) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasReceiver a owl:ObjectProperty ;
rdfs:label "has receiver"@en ;
rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| + +*** +### MinorFail Assertion number 137 + +[Jump to summary definition](#summary-MinorFail-137) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasSender not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasSender a owl:ObjectProperty ;
rdfs:label "has sender"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| + +*** +### MinorFail Assertion number 138 + +[Jump to summary definition](#summary-MinorFail-138) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| + +*** +### MinorFail Assertion number 139 + +[Jump to summary definition](#summary-MinorFail-139) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasLanguage a owl:ObjectProperty ;
rdfs:label "has language"@en ;
rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Language .
| + +*** +### MinorFail Assertion number 140 + +[Jump to summary definition](#summary-MinorFail-140) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :Language not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:Language a owl:Class ;
rdfs:label "Language"@en ;
rdfs:comment "The language in which the content of a message is expressed,..."@en .
| + +*** +### MinorFail Assertion number 141 + +[Jump to summary definition](#summary-MinorFail-141) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasOntology a owl:ObjectProperty ;
rdfs:label "has ontology"@en ;
rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 142 + +[Jump to summary definition](#summary-MinorFail-142) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| + +*** +### MinorFail Assertion number 143 + +[Jump to summary definition](#summary-MinorFail-143) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasConversation a owl:ObjectProperty ;
rdfs:label "has conversation"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :BehaviorExecution .
| + +*** +### MinorFail Assertion number 144 + +[Jump to summary definition](#summary-MinorFail-144) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :replyWith not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:replyWith a owl:ObjectProperty ;
rdfs:label "reply with"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 145 + +[Jump to summary definition](#summary-MinorFail-145) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 146 + +[Jump to summary definition](#summary-MinorFail-146) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :replyBy not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:replyBy a owl:ObjectProperty ;
rdfs:label "reply by"@en ;
rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 147 + +[Jump to summary definition](#summary-MinorFail-147) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasContent not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasContent a owl:DataProperty ;
rdfs:label "has content"@en ;
rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 148 + +[Jump to summary definition](#summary-MinorFail-148) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasEncoding a owl:DataProperty ;
rdfs:label "has encoding"@en ;
rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 149 + +[Jump to summary definition](#summary-MinorFail-149) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf :ResourceProfile .
| + +*** +### MinorFail Assertion number 150 + +[Jump to summary definition](#summary-MinorFail-150) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf :ResourceProfile .
| + +*** +### MinorFail Assertion number 151 + +[Jump to summary definition](#summary-MinorFail-151) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf :HypermediaMASPlatform .
| + +*** +### MinorFail Assertion number 152 + +[Jump to summary definition](#summary-MinorFail-152) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| + +*** +### MinorFail Assertion number 153 + +[Jump to summary definition](#summary-MinorFail-153) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| + +*** +### MinorFail Assertion number 154 + +[Jump to summary definition](#summary-MinorFail-154) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| + +*** +### MinorFail Assertion number 155 + +[Jump to summary definition](#summary-MinorFail-155) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:InteractionProtocolEnactment a owl:Class ;
rdfs:label "Interaction protocol"@en ;
rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ;
rdfs:subClassOf :BehaviorExecution .
| + +*** +### MinorFail Assertion number 156 + +[Jump to summary definition](#summary-MinorFail-156) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :request not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:request a :CommunicativeAct ;
rdfs:label "request"@en ;
rdfs:comment "A communicative act with which the sender requests the recei..."@en .
| + +*** +### MinorFail Assertion number 157 + +[Jump to summary definition](#summary-MinorFail-157) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :agree not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:agree a :CommunicativeAct ;
rdfs:label "agree"@en ;
rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .
| + +*** +### MinorFail Assertion number 158 + +[Jump to summary definition](#summary-MinorFail-158) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :refuse not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:refuse a :CommunicativeAct ;
rdfs:label "refuse"@en ;
rdfs:comment "A communicative act with which the sender refuses to perform..."@en .
| + +*** +### MinorFail Assertion number 159 + +[Jump to summary definition](#summary-MinorFail-159) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:FIPASL a :Language ;
rdfs:label "FIPA SL"@en ;
rdfs:comment "The FIPA SL Content Language"@en .
| + +*** +### MinorFail Assertion number 160 + +[Jump to summary definition](#summary-MinorFail-160) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:ACLMessageStructure a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path :hasPerformative ] ;
sh:targetClass :ACLMessage .
| + +*** +### MinorFail Assertion number 161 + +[Jump to summary definition](#summary-MinorFail-161) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Term not referenced to a module| +|Description|Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ;
rdfs:label "Request Interaction Protocol"@en ;
rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .
| + +*** +### MinorFail Assertion number 162 + +[Jump to summary definition](#summary-MinorFail-162) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|----|----| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Too close terms| +|Description|The following terms are too similar: :core and :Role| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Pointer|
:Role a owl:Class ;
rdfs:label "role"@en,
"rôle"@fr ;
rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ;
rdfs:isDefinedBy :regulation .
| + +*** +### MinorFail Assertion number 163 + +[Jump to summary definition](#summary-MinorFail-163) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|----|----| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Too close terms| +|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| +|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| +|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| + +*** +### MinorFail Assertion number 164 + +[Jump to summary definition](#summary-MinorFail-164) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|----|----| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Too close terms| +|Description|The following terms are too similar: :isReplyTo and :isInReplyTo| +|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 165 + +[Jump to summary definition](#summary-MinorFail-165) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|----|----| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Too close terms| +|Description|The following terms are too similar: :signifies and :Signifier| +|Pointer|
:signifies a owl:ObjectProperty ;
rdfs:label "signifies"@en,
"signifie"@fr ;
rdfs:comment "A relation between a signifier and the specification of a be..."@en ;
rdfs:domain :Signifier ;
rdfs:isDefinedBy :interaction .
| +|Pointer|
:Signifier a owl:Class ;
rdfs:label "signifier"@en,
"signifiant"@fr ;
rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ;
rdfs:isDefinedBy :core ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ;
skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ;
skos:related :Affordance .
| + +*** +### MinorFail Assertion number 166 + +[Jump to summary definition](#summary-MinorFail-166) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-fragments| +|----|----| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|----|----| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Domain out of vocabulary| +|Description|The property :isHostedOn has a domain out of the ontology: | +|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| +|Pointer|https://purl.org/hmas/Hostable| + +*** +### MinorFail Assertion number 167 + +[Jump to summary definition](#summary-MinorFail-167) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-fragments| +|----|----| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|----|----| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Range out of vocabulary| +|Description|The property :hasProtocol has a range out of the ontology: | +|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| +|Pointer|https://purl.org/hmas/InteractionProtocol| + +*** +### MinorFail Assertion number 168 + +[Jump to summary definition](#summary-MinorFail-168) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-fragments| +|----|----| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|----|----| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Range out of vocabulary| +|Description|The property :hosts has a range out of the ontology: | +|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| +|Pointer|https://purl.org/hmas/Hostable| + +*** +### MinorFail Assertion number 169 + +[Jump to summary definition](#summary-MinorFail-169) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-fragments| +|----|----| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| + +*** +### MinorFail Assertion number 170 + +[Jump to summary definition](#summary-MinorFail-170) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-fragments| +|----|----| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| + +*** +### MinorFail Assertion number 171 + +[Jump to summary definition](#summary-MinorFail-171) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2440,16 +4687,16 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 86 +### MinorFail Assertion number 172 -[Jump to summary definition](#summary-MinorFail-86) +[Jump to summary definition](#summary-MinorFail-172) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2462,19 +4709,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 87 +### MinorFail Assertion number 173 -[Jump to summary definition](#summary-MinorFail-87) +[Jump to summary definition](#summary-MinorFail-173) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2487,44 +4734,44 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :fipa has no rdfs:label to define it in natural language| -|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core,
:interaction .
| *** -### MinorFail Assertion number 88 +### MinorFail Assertion number 174 -[Jump to summary definition](#summary-MinorFail-88) +[Jump to summary definition](#summary-MinorFail-174) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Terms not labeled| +|Description|The term :OrganizationModel has no rdfs:label to define it in natural language| +|Pointer|
:OrganizationModel a skos:Concept ;
skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ;
skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ;
skos:prefLabel "organization model"@en ;
skos:related :Organization .
| *** -### MinorFail Assertion number 89 +### MinorFail Assertion number 175 -[Jump to summary definition](#summary-MinorFail-89) +[Jump to summary definition](#summary-MinorFail-175) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2537,19 +4784,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| *** -### MinorFail Assertion number 90 +### MinorFail Assertion number 176 -[Jump to summary definition](#summary-MinorFail-90) +[Jump to summary definition](#summary-MinorFail-176) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2562,19 +4809,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 91 +### MinorFail Assertion number 177 -[Jump to summary definition](#summary-MinorFail-91) +[Jump to summary definition](#summary-MinorFail-177) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2586,20 +4833,20 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 92 +### MinorFail Assertion number 178 -[Jump to summary definition](#summary-MinorFail-92) +[Jump to summary definition](#summary-MinorFail-178) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2610,21 +4857,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| +|Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| *** -### MinorFail Assertion number 93 +### MinorFail Assertion number 179 -[Jump to summary definition](#summary-MinorFail-93) +[Jump to summary definition](#summary-MinorFail-179) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2635,21 +4882,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| +|Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| *** -### MinorFail Assertion number 94 +### MinorFail Assertion number 180 -[Jump to summary definition](#summary-MinorFail-94) +[Jump to summary definition](#summary-MinorFail-180) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2660,21 +4907,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| +|Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| *** -### MinorFail Assertion number 95 +### MinorFail Assertion number 181 -[Jump to summary definition](#summary-MinorFail-95) +[Jump to summary definition](#summary-MinorFail-181) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -2685,317 +4932,314 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 96 +### MinorFail Assertion number 182 -[Jump to summary definition](#summary-MinorFail-96) +[Jump to summary definition](#summary-MinorFail-182) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 97 +### MinorFail Assertion number 183 -[Jump to summary definition](#summary-MinorFail-97) +[Jump to summary definition](#summary-MinorFail-183) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| *** -### MinorFail Assertion number 98 +### MinorFail Assertion number 184 -[Jump to summary definition](#summary-MinorFail-98) +[Jump to summary definition](#summary-MinorFail-184) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 99 +### MinorFail Assertion number 185 -[Jump to summary definition](#summary-MinorFail-99) +[Jump to summary definition](#summary-MinorFail-185) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 100 +### MinorFail Assertion number 186 -[Jump to summary definition](#summary-MinorFail-100) +[Jump to summary definition](#summary-MinorFail-186) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| *** -### MinorFail Assertion number 101 +### MinorFail Assertion number 187 -[Jump to summary definition](#summary-MinorFail-101) +[Jump to summary definition](#summary-MinorFail-187) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| *** -### MinorFail Assertion number 102 +### MinorFail Assertion number 188 -[Jump to summary definition](#summary-MinorFail-102) +[Jump to summary definition](#summary-MinorFail-188) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| *** -### MinorFail Assertion number 103 +### MinorFail Assertion number 189 -[Jump to summary definition](#summary-MinorFail-103) +[Jump to summary definition](#summary-MinorFail-189) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 104 +### MinorFail Assertion number 190 -[Jump to summary definition](#summary-MinorFail-104) +[Jump to summary definition](#summary-MinorFail-190) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 105 +### MinorFail Assertion number 191 -[Jump to summary definition](#summary-MinorFail-105) +[Jump to summary definition](#summary-MinorFail-191) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :core and :Role| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| -|Pointer|
:Role a owl:Class ;
rdfs:label "role"@en,
"rôle"@fr ;
rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ;
rdfs:isDefinedBy :regulation .
| +|Title|Term not referenced to a module| +|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| *** -### MinorFail Assertion number 106 +### MinorFail Assertion number 192 -[Jump to summary definition](#summary-MinorFail-106) +[Jump to summary definition](#summary-MinorFail-192) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| -|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| -|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| +|Title|Term not referenced to a module| +|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| *** -### MinorFail Assertion number 107 +### MinorFail Assertion number 193 -[Jump to summary definition](#summary-MinorFail-107) +[Jump to summary definition](#summary-MinorFail-193) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|all-fragments| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :signifies and :Signifier| -|Pointer|
:signifies a owl:ObjectProperty ;
rdfs:label "signifies"@en,
"signifie"@fr ;
rdfs:comment "A relation between a signifier and the specification of a be..."@en ;
rdfs:domain :Signifier ;
rdfs:isDefinedBy :interaction .
| -|Pointer|
:Signifier a owl:Class ;
rdfs:label "signifier"@en,
"signifiant"@fr ;
rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ;
rdfs:isDefinedBy :core ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ;
skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ;
skos:related :Affordance .
| +|Title|Term not referenced to a module| +|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| *** -### MinorFail Assertion number 108 +### MinorFail Assertion number 194 -[Jump to summary definition](#summary-MinorFail-108) +[Jump to summary definition](#summary-MinorFail-194) :exclamation:MinorFail assertion #### Subject detail @@ -3005,23 +5249,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Domain out of vocabulary| -|Description|The property :isHostedOn has a domain out of the ontology: | -|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| -|Pointer|https://purl.org/hmas/Hostable| +|Title|Term not referenced to a module| +|Description|Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasPerformative a owl:ObjectProperty ;
rdfs:label "has performative"@en ;
rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :CommunicativeAct .
| *** -### MinorFail Assertion number 109 +### MinorFail Assertion number 195 -[Jump to summary definition](#summary-MinorFail-109) +[Jump to summary definition](#summary-MinorFail-195) :exclamation:MinorFail assertion #### Subject detail @@ -3031,23 +5274,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Range out of vocabulary| -|Description|The property :hosts has a range out of the ontology: | -|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| -|Pointer|https://purl.org/hmas/Hostable| +|Title|Term not referenced to a module| +|Description|Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:ACLMessage a owl:Class ;
rdfs:label "FIPA ACL Message"@en ;
rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .
| *** -### MinorFail Assertion number 110 +### MinorFail Assertion number 196 -[Jump to summary definition](#summary-MinorFail-110) +[Jump to summary definition](#summary-MinorFail-196) :exclamation:MinorFail assertion #### Subject detail @@ -3057,22 +5299,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Title|Term not referenced to a module| +|Description|Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:CommunicativeAct a owl:Class ;
rdfs:label "FIPA Communicative act"@en ;
rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .
| *** -### MinorFail Assertion number 111 +### MinorFail Assertion number 197 -[Jump to summary definition](#summary-MinorFail-111) +[Jump to summary definition](#summary-MinorFail-197) :exclamation:MinorFail assertion #### Subject detail @@ -3082,22 +5324,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|Term not referenced to a module| +|Description|Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasReceiver a owl:ObjectProperty ;
rdfs:label "has receiver"@en ;
rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| *** -### MinorFail Assertion number 112 +### MinorFail Assertion number 198 -[Jump to summary definition](#summary-MinorFail-112) +[Jump to summary definition](#summary-MinorFail-198) :exclamation:MinorFail assertion #### Subject detail @@ -3107,22 +5349,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :interaction has no rdfs:label to define it in natural language| -|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Title|Term not referenced to a module| +|Description|Subject :hasSender not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasSender a owl:ObjectProperty ;
rdfs:label "has sender"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| *** -### MinorFail Assertion number 113 +### MinorFail Assertion number 199 -[Jump to summary definition](#summary-MinorFail-113) +[Jump to summary definition](#summary-MinorFail-199) :exclamation:MinorFail assertion #### Subject detail @@ -3132,22 +5374,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|Term not referenced to a module| +|Description|Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| *** -### MinorFail Assertion number 114 +### MinorFail Assertion number 200 -[Jump to summary definition](#summary-MinorFail-114) +[Jump to summary definition](#summary-MinorFail-200) :exclamation:MinorFail assertion #### Subject detail @@ -3157,22 +5399,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :fipa has no rdfs:label to define it in natural language| -|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Title|Term not referenced to a module| +|Description|Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasLanguage a owl:ObjectProperty ;
rdfs:label "has language"@en ;
rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Language .
| *** -### MinorFail Assertion number 115 +### MinorFail Assertion number 201 -[Jump to summary definition](#summary-MinorFail-115) +[Jump to summary definition](#summary-MinorFail-201) :exclamation:MinorFail assertion #### Subject detail @@ -3182,22 +5424,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :OrganizationModel has no rdfs:label to define it in natural language| -|Pointer|
:OrganizationModel a skos:Concept ;
skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ;
skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ;
skos:prefLabel "organization model"@en ;
skos:related :Organization .
| +|Title|Term not referenced to a module| +|Description|Subject :Language not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:Language a owl:Class ;
rdfs:label "Language"@en ;
rdfs:comment "The language in which the content of a message is expressed,..."@en .
| *** -### MinorFail Assertion number 116 +### MinorFail Assertion number 202 -[Jump to summary definition](#summary-MinorFail-116) +[Jump to summary definition](#summary-MinorFail-202) :exclamation:MinorFail assertion #### Subject detail @@ -3207,22 +5449,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasOntology a owl:ObjectProperty ;
rdfs:label "has ontology"@en ;
rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ;
rdfs:domain :ACLMessage .
| *** -### MinorFail Assertion number 117 +### MinorFail Assertion number 203 -[Jump to summary definition](#summary-MinorFail-117) +[Jump to summary definition](#summary-MinorFail-203) :exclamation:MinorFail assertion #### Subject detail @@ -3232,22 +5474,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| *** -### MinorFail Assertion number 118 +### MinorFail Assertion number 204 -[Jump to summary definition](#summary-MinorFail-118) +[Jump to summary definition](#summary-MinorFail-204) :exclamation:MinorFail assertion #### Subject detail @@ -3257,22 +5499,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| +|Title|Term not referenced to a module| +|Description|Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasConversation a owl:ObjectProperty ;
rdfs:label "has conversation"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :BehaviorExecution .
| *** -### MinorFail Assertion number 119 +### MinorFail Assertion number 205 -[Jump to summary definition](#summary-MinorFail-119) +[Jump to summary definition](#summary-MinorFail-205) :exclamation:MinorFail assertion #### Subject detail @@ -3282,22 +5524,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| +|Title|Term not referenced to a module| +|Description|Subject :replyWith not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:replyWith a owl:ObjectProperty ;
rdfs:label "reply with"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| *** -### MinorFail Assertion number 120 +### MinorFail Assertion number 206 -[Jump to summary definition](#summary-MinorFail-120) +[Jump to summary definition](#summary-MinorFail-206) :exclamation:MinorFail assertion #### Subject detail @@ -3307,22 +5549,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Term not referenced to a module| +|Description|Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| *** -### MinorFail Assertion number 121 +### MinorFail Assertion number 207 -[Jump to summary definition](#summary-MinorFail-121) +[Jump to summary definition](#summary-MinorFail-207) :exclamation:MinorFail assertion #### Subject detail @@ -3332,22 +5574,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|Term not referenced to a module| +|Description|Subject :replyBy not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:replyBy a owl:ObjectProperty ;
rdfs:label "reply by"@en ;
rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ;
rdfs:domain :ACLMessage .
| *** -### MinorFail Assertion number 122 +### MinorFail Assertion number 208 -[Jump to summary definition](#summary-MinorFail-122) +[Jump to summary definition](#summary-MinorFail-208) :exclamation:MinorFail assertion #### Subject detail @@ -3357,22 +5599,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasContent not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasContent a owl:DataProperty ;
rdfs:label "has content"@en ;
rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ;
rdfs:domain :ACLMessage .
| *** -### MinorFail Assertion number 123 +### MinorFail Assertion number 209 -[Jump to summary definition](#summary-MinorFail-123) +[Jump to summary definition](#summary-MinorFail-209) :exclamation:MinorFail assertion #### Subject detail @@ -3382,22 +5624,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Term not referenced to a module| +|Description|Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:hasEncoding a owl:DataProperty ;
rdfs:label "has encoding"@en ;
rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ;
rdfs:domain :ACLMessage .
| *** -### MinorFail Assertion number 124 +### MinorFail Assertion number 210 -[Jump to summary definition](#summary-MinorFail-124) +[Jump to summary definition](#summary-MinorFail-210) :exclamation:MinorFail assertion #### Subject detail @@ -3407,22 +5649,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| +|Title|Term not referenced to a module| +|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf :ResourceProfile .
| *** -### MinorFail Assertion number 125 +### MinorFail Assertion number 211 -[Jump to summary definition](#summary-MinorFail-125) +[Jump to summary definition](#summary-MinorFail-211) :exclamation:MinorFail assertion #### Subject detail @@ -3432,22 +5674,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| +|Title|Term not referenced to a module| +|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf :ResourceProfile .
| *** -### MinorFail Assertion number 126 +### MinorFail Assertion number 212 -[Jump to summary definition](#summary-MinorFail-126) +[Jump to summary definition](#summary-MinorFail-212) :exclamation:MinorFail assertion #### Subject detail @@ -3457,22 +5699,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Term not referenced to a module| +|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf :HypermediaMASPlatform .
| *** -### MinorFail Assertion number 127 +### MinorFail Assertion number 213 -[Jump to summary definition](#summary-MinorFail-127) +[Jump to summary definition](#summary-MinorFail-213) :exclamation:MinorFail assertion #### Subject detail @@ -3482,22 +5724,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|Term not referenced to a module| +|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| *** -### MinorFail Assertion number 128 +### MinorFail Assertion number 214 -[Jump to summary definition](#summary-MinorFail-128) +[Jump to summary definition](#summary-MinorFail-214) :exclamation:MinorFail assertion #### Subject detail @@ -3516,13 +5758,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| +|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| *** -### MinorFail Assertion number 129 +### MinorFail Assertion number 215 -[Jump to summary definition](#summary-MinorFail-129) +[Jump to summary definition](#summary-MinorFail-215) :exclamation:MinorFail assertion #### Subject detail @@ -3541,13 +5783,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| +|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| *** -### MinorFail Assertion number 130 +### MinorFail Assertion number 216 -[Jump to summary definition](#summary-MinorFail-130) +[Jump to summary definition](#summary-MinorFail-216) :exclamation:MinorFail assertion #### Subject detail @@ -3566,13 +5808,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| +|Description|Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:InteractionProtocolEnactment a owl:Class ;
rdfs:label "Interaction protocol"@en ;
rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ;
rdfs:subClassOf :BehaviorExecution .
| *** -### MinorFail Assertion number 131 +### MinorFail Assertion number 217 -[Jump to summary definition](#summary-MinorFail-131) +[Jump to summary definition](#summary-MinorFail-217) :exclamation:MinorFail assertion #### Subject detail @@ -3591,13 +5833,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .
| +|Description|Subject :request not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:request a :CommunicativeAct ;
rdfs:label "request"@en ;
rdfs:comment "A communicative act with which the sender requests the recei..."@en .
| *** -### MinorFail Assertion number 132 +### MinorFail Assertion number 218 -[Jump to summary definition](#summary-MinorFail-132) +[Jump to summary definition](#summary-MinorFail-218) :exclamation:MinorFail assertion #### Subject detail @@ -3616,13 +5858,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .
| +|Description|Subject :agree not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:agree a :CommunicativeAct ;
rdfs:label "agree"@en ;
rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .
| *** -### MinorFail Assertion number 133 +### MinorFail Assertion number 219 -[Jump to summary definition](#summary-MinorFail-133) +[Jump to summary definition](#summary-MinorFail-219) :exclamation:MinorFail assertion #### Subject detail @@ -3641,13 +5883,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .
| +|Description|Subject :refuse not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:refuse a :CommunicativeAct ;
rdfs:label "refuse"@en ;
rdfs:comment "A communicative act with which the sender refuses to perform..."@en .
| *** -### MinorFail Assertion number 134 +### MinorFail Assertion number 220 -[Jump to summary definition](#summary-MinorFail-134) +[Jump to summary definition](#summary-MinorFail-220) :exclamation:MinorFail assertion #### Subject detail @@ -3666,13 +5908,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Description|Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:FIPASL a :Language ;
rdfs:label "FIPA SL"@en ;
rdfs:comment "The FIPA SL Content Language"@en .
| *** -### MinorFail Assertion number 135 +### MinorFail Assertion number 221 -[Jump to summary definition](#summary-MinorFail-135) +[Jump to summary definition](#summary-MinorFail-221) :exclamation:MinorFail assertion #### Subject detail @@ -3691,13 +5933,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| +|Description|Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:ACLMessageStructure a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path :hasPerformative ] ;
sh:targetClass :ACLMessage .
| *** -### MinorFail Assertion number 136 +### MinorFail Assertion number 222 -[Jump to summary definition](#summary-MinorFail-136) +[Jump to summary definition](#summary-MinorFail-222) :exclamation:MinorFail assertion #### Subject detail @@ -3716,13 +5958,13 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Term not referenced to a module| -|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Description|Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| +|Pointer|
:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ;
rdfs:label "Request Interaction Protocol"@en ;
rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .
| *** -### MinorFail Assertion number 137 +### MinorFail Assertion number 223 -[Jump to summary definition](#summary-MinorFail-137) +[Jump to summary definition](#summary-MinorFail-223) :exclamation:MinorFail assertion #### Subject detail @@ -3746,9 +5988,9 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Pointer|
:Role a owl:Class ;
rdfs:label "role"@en,
"rôle"@fr ;
rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ;
rdfs:isDefinedBy :regulation .
| *** -### MinorFail Assertion number 138 +### MinorFail Assertion number 224 -[Jump to summary definition](#summary-MinorFail-138) +[Jump to summary definition](#summary-MinorFail-224) :exclamation:MinorFail assertion #### Subject detail @@ -3772,9 +6014,35 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| *** -### MinorFail Assertion number 139 +### MinorFail Assertion number 225 -[Jump to summary definition](#summary-MinorFail-139) +[Jump to summary definition](#summary-MinorFail-225) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|all-fragments| +|----|----| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| + +#### Criterion detail +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|----|----| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Too close terms| +|Description|The following terms are too similar: :isReplyTo and :isInReplyTo| +|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| + +*** +### MinorFail Assertion number 226 + +[Jump to summary definition](#summary-MinorFail-226) :exclamation:MinorFail assertion #### Subject detail @@ -4338,158 +6606,153 @@ This subchapter gives more details to the :grey_question:NotTested assertions Here is the chapter related to the Pass assertion -:white_check_mark:139 Pass assertions +:white_check_mark:134 Pass assertions
-Fold/Unfold the 139 summary and details +Fold/Unfold the 134 summary and details ## Pass Assertions Summary [Jump to statistic summary](#statistic-summary) -:white_check_mark:139 Pass assertions +:white_check_mark:134 Pass assertions |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#pass-assertions-summary)|
1/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-1)| -|[Table top](#pass-assertions-summary)|
2/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-2)| -|[Table top](#pass-assertions-summary)|
3/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-3)| -|[Table top](#pass-assertions-summary)|
4/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-4)| -|[Table top](#pass-assertions-summary)|
5/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-5)| -|[Table top](#pass-assertions-summary)|
6/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-6)| -|[Table top](#pass-assertions-summary)|
7/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-7)| -|[Table top](#pass-assertions-summary)|
8/139
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-8)| -|[Table top](#pass-assertions-summary)|
9/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-9)| -|[Table top](#pass-assertions-summary)|
10/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-10)| -|[Table top](#pass-assertions-summary)|
11/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-11)| -|[Table top](#pass-assertions-summary)|
12/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-12)| -|[Table top](#pass-assertions-summary)|
13/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-13)| -|[Table top](#pass-assertions-summary)|
14/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-14)| -|[Table top](#pass-assertions-summary)|
15/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-15)| -|[Table top](#pass-assertions-summary)|
16/139
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-16)| -|[Table top](#pass-assertions-summary)|
17/139
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-17)| -|[Table top](#pass-assertions-summary)|
18/139
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-18)| -|[Table top](#pass-assertions-summary)|
19/139
|:white_check_mark:*Pass*|`regulation`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-19)| -|[Table top](#pass-assertions-summary)|
20/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-20)| -|[Table top](#pass-assertions-summary)|
21/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-21)| -|[Table top](#pass-assertions-summary)|
22/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-22)| -|[Table top](#pass-assertions-summary)|
23/139
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-23)| -|[Table top](#pass-assertions-summary)|
24/139
|:white_check_mark:*Pass*|`regulation`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-24)| -|[Table top](#pass-assertions-summary)|
25/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-25)| -|[Table top](#pass-assertions-summary)|
26/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-26)| -|[Table top](#pass-assertions-summary)|
27/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-27)| -|[Table top](#pass-assertions-summary)|
28/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-28)| -|[Table top](#pass-assertions-summary)|
29/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-29)| -|[Table top](#pass-assertions-summary)|
30/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-30)| -|[Table top](#pass-assertions-summary)|
31/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-31)| -|[Table top](#pass-assertions-summary)|
32/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-32)| -|[Table top](#pass-assertions-summary)|
33/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-33)| -|[Table top](#pass-assertions-summary)|
34/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-34)| -|[Table top](#pass-assertions-summary)|
35/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-35)| -|[Table top](#pass-assertions-summary)|
36/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-36)| -|[Table top](#pass-assertions-summary)|
37/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-37)| -|[Table top](#pass-assertions-summary)|
38/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-38)| -|[Table top](#pass-assertions-summary)|
39/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-39)| -|[Table top](#pass-assertions-summary)|
40/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-40)| -|[Table top](#pass-assertions-summary)|
41/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-41)| -|[Table top](#pass-assertions-summary)|
42/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-42)| -|[Table top](#pass-assertions-summary)|
43/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-43)| -|[Table top](#pass-assertions-summary)|
44/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-44)| -|[Table top](#pass-assertions-summary)|
45/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-45)| -|[Table top](#pass-assertions-summary)|
46/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-46)| -|[Table top](#pass-assertions-summary)|
47/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-47)| -|[Table top](#pass-assertions-summary)|
48/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-48)| -|[Table top](#pass-assertions-summary)|
49/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-49)| -|[Table top](#pass-assertions-summary)|
50/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-50)| -|[Table top](#pass-assertions-summary)|
51/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-51)| -|[Table top](#pass-assertions-summary)|
52/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-52)| -|[Table top](#pass-assertions-summary)|
53/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-53)| -|[Table top](#pass-assertions-summary)|
54/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-54)| -|[Table top](#pass-assertions-summary)|
55/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-55)| -|[Table top](#pass-assertions-summary)|
56/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-56)| -|[Table top](#pass-assertions-summary)|
57/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-57)| -|[Table top](#pass-assertions-summary)|
58/139
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-58)| -|[Table top](#pass-assertions-summary)|
59/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-59)| -|[Table top](#pass-assertions-summary)|
60/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-60)| -|[Table top](#pass-assertions-summary)|
61/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-61)| -|[Table top](#pass-assertions-summary)|
62/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-62)| -|[Table top](#pass-assertions-summary)|
63/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-63)| -|[Table top](#pass-assertions-summary)|
64/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-64)| -|[Table top](#pass-assertions-summary)|
65/139
|:white_check_mark:*Pass*|`logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-65)| -|[Table top](#pass-assertions-summary)|
66/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-66)| -|[Table top](#pass-assertions-summary)|
67/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-67)| -|[Table top](#pass-assertions-summary)|
68/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-68)| -|[Table top](#pass-assertions-summary)|
69/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-69)| -|[Table top](#pass-assertions-summary)|
70/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-70)| -|[Table top](#pass-assertions-summary)|
71/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-71)| -|[Table top](#pass-assertions-summary)|
72/139
|:white_check_mark:*Pass*|`logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-72)| -|[Table top](#pass-assertions-summary)|
73/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-73)| -|[Table top](#pass-assertions-summary)|
74/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-74)| -|[Table top](#pass-assertions-summary)|
75/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-75)| -|[Table top](#pass-assertions-summary)|
76/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-76)| -|[Table top](#pass-assertions-summary)|
77/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-77)| -|[Table top](#pass-assertions-summary)|
78/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-78)| -|[Table top](#pass-assertions-summary)|
79/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-79)| -|[Table top](#pass-assertions-summary)|
80/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-80)| -|[Table top](#pass-assertions-summary)|
81/139
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-81)| -|[Table top](#pass-assertions-summary)|
82/139
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-82)| -|[Table top](#pass-assertions-summary)|
83/139
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-83)| -|[Table top](#pass-assertions-summary)|
84/139
|:white_check_mark:*Pass*|`interaction`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-84)| -|[Table top](#pass-assertions-summary)|
85/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-85)| -|[Table top](#pass-assertions-summary)|
86/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-86)| -|[Table top](#pass-assertions-summary)|
87/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-87)| -|[Table top](#pass-assertions-summary)|
88/139
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-88)| -|[Table top](#pass-assertions-summary)|
89/139
|:white_check_mark:*Pass*|`interaction`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-89)| -|[Table top](#pass-assertions-summary)|
90/139
|:white_check_mark:*Pass*|`interaction`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-90)| -|[Table top](#pass-assertions-summary)|
91/139
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-91)| -|[Table top](#pass-assertions-summary)|
92/139
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-92)| -|[Table top](#pass-assertions-summary)|
93/139
|:white_check_mark:*Pass*|`fipa`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-93)| -|[Table top](#pass-assertions-summary)|
94/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-94)| -|[Table top](#pass-assertions-summary)|
95/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-95)| -|[Table top](#pass-assertions-summary)|
96/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-96)| -|[Table top](#pass-assertions-summary)|
97/139
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-97)| -|[Table top](#pass-assertions-summary)|
98/139
|:white_check_mark:*Pass*|`fipa`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-98)| -|[Table top](#pass-assertions-summary)|
99/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-99)| -|[Table top](#pass-assertions-summary)|
100/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-100)| -|[Table top](#pass-assertions-summary)|
101/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-101)| -|[Table top](#pass-assertions-summary)|
102/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-102)| -|[Table top](#pass-assertions-summary)|
103/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-103)| -|[Table top](#pass-assertions-summary)|
104/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-104)| -|[Table top](#pass-assertions-summary)|
105/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-105)| -|[Table top](#pass-assertions-summary)|
106/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-106)| -|[Table top](#pass-assertions-summary)|
107/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-107)| -|[Table top](#pass-assertions-summary)|
108/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-108)| -|[Table top](#pass-assertions-summary)|
109/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-109)| -|[Table top](#pass-assertions-summary)|
110/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-110)| -|[Table top](#pass-assertions-summary)|
111/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-111)| -|[Table top](#pass-assertions-summary)|
112/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-112)| -|[Table top](#pass-assertions-summary)|
113/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-113)| -|[Table top](#pass-assertions-summary)|
114/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-114)| -|[Table top](#pass-assertions-summary)|
115/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-115)| -|[Table top](#pass-assertions-summary)|
116/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-116)| -|[Table top](#pass-assertions-summary)|
117/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-117)| -|[Table top](#pass-assertions-summary)|
118/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-118)| -|[Table top](#pass-assertions-summary)|
119/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-119)| -|[Table top](#pass-assertions-summary)|
120/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-120)| -|[Table top](#pass-assertions-summary)|
121/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-121)| -|[Table top](#pass-assertions-summary)|
122/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-122)| -|[Table top](#pass-assertions-summary)|
123/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-123)| -|[Table top](#pass-assertions-summary)|
124/139
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-124)| -|[Table top](#pass-assertions-summary)|
125/139
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-125)| -|[Table top](#pass-assertions-summary)|
126/139
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-126)| -|[Table top](#pass-assertions-summary)|
127/139
|:white_check_mark:*Pass*|`core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-127)| -|[Table top](#pass-assertions-summary)|
128/139
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-128)| -|[Table top](#pass-assertions-summary)|
129/139
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-129)| -|[Table top](#pass-assertions-summary)|
130/139
|:white_check_mark:*Pass*|`core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-130)| -|[Table top](#pass-assertions-summary)|
131/139
|:white_check_mark:*Pass*|`core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-131)| -|[Table top](#pass-assertions-summary)|
132/139
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-132)| -|[Table top](#pass-assertions-summary)|
133/139
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-133)| -|[Table top](#pass-assertions-summary)|
134/139
|:white_check_mark:*Pass*|`all-modules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-134)| -|[Table top](#pass-assertions-summary)|
135/139
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-135)| -|[Table top](#pass-assertions-summary)|
136/139
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-136)| -|[Table top](#pass-assertions-summary)|
137/139
|:white_check_mark:*Pass*|`all-fragments`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-137)| -|[Table top](#pass-assertions-summary)|
138/139
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-138)| -|[Table top](#pass-assertions-summary)|
139/139
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-139)| +|[Table top](#pass-assertions-summary)|
1/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-1)| +|[Table top](#pass-assertions-summary)|
2/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-2)| +|[Table top](#pass-assertions-summary)|
3/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-3)| +|[Table top](#pass-assertions-summary)|
4/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-4)| +|[Table top](#pass-assertions-summary)|
5/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-5)| +|[Table top](#pass-assertions-summary)|
6/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-6)| +|[Table top](#pass-assertions-summary)|
7/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-7)| +|[Table top](#pass-assertions-summary)|
8/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-8)| +|[Table top](#pass-assertions-summary)|
9/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-9)| +|[Table top](#pass-assertions-summary)|
10/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-10)| +|[Table top](#pass-assertions-summary)|
11/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-11)| +|[Table top](#pass-assertions-summary)|
12/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-12)| +|[Table top](#pass-assertions-summary)|
13/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-13)| +|[Table top](#pass-assertions-summary)|
14/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-14)| +|[Table top](#pass-assertions-summary)|
15/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-15)| +|[Table top](#pass-assertions-summary)|
16/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-16)| +|[Table top](#pass-assertions-summary)|
17/134
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-17)| +|[Table top](#pass-assertions-summary)|
18/134
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-18)| +|[Table top](#pass-assertions-summary)|
19/134
|:white_check_mark:*Pass*|`regulation`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-19)| +|[Table top](#pass-assertions-summary)|
20/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-20)| +|[Table top](#pass-assertions-summary)|
21/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-21)| +|[Table top](#pass-assertions-summary)|
22/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-22)| +|[Table top](#pass-assertions-summary)|
23/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-23)| +|[Table top](#pass-assertions-summary)|
24/134
|:white_check_mark:*Pass*|`regulation`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-24)| +|[Table top](#pass-assertions-summary)|
25/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-25)| +|[Table top](#pass-assertions-summary)|
26/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-26)| +|[Table top](#pass-assertions-summary)|
27/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-27)| +|[Table top](#pass-assertions-summary)|
28/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-28)| +|[Table top](#pass-assertions-summary)|
29/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-29)| +|[Table top](#pass-assertions-summary)|
30/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-30)| +|[Table top](#pass-assertions-summary)|
31/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-31)| +|[Table top](#pass-assertions-summary)|
32/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-32)| +|[Table top](#pass-assertions-summary)|
33/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-33)| +|[Table top](#pass-assertions-summary)|
34/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-34)| +|[Table top](#pass-assertions-summary)|
35/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-35)| +|[Table top](#pass-assertions-summary)|
36/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-36)| +|[Table top](#pass-assertions-summary)|
37/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-37)| +|[Table top](#pass-assertions-summary)|
38/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-38)| +|[Table top](#pass-assertions-summary)|
39/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-39)| +|[Table top](#pass-assertions-summary)|
40/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-40)| +|[Table top](#pass-assertions-summary)|
41/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-41)| +|[Table top](#pass-assertions-summary)|
42/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-42)| +|[Table top](#pass-assertions-summary)|
43/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-43)| +|[Table top](#pass-assertions-summary)|
44/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-44)| +|[Table top](#pass-assertions-summary)|
45/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-45)| +|[Table top](#pass-assertions-summary)|
46/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-46)| +|[Table top](#pass-assertions-summary)|
47/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-47)| +|[Table top](#pass-assertions-summary)|
48/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-48)| +|[Table top](#pass-assertions-summary)|
49/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-49)| +|[Table top](#pass-assertions-summary)|
50/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-50)| +|[Table top](#pass-assertions-summary)|
51/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-51)| +|[Table top](#pass-assertions-summary)|
52/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-52)| +|[Table top](#pass-assertions-summary)|
53/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-53)| +|[Table top](#pass-assertions-summary)|
54/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-54)| +|[Table top](#pass-assertions-summary)|
55/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-55)| +|[Table top](#pass-assertions-summary)|
56/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-56)| +|[Table top](#pass-assertions-summary)|
57/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-57)| +|[Table top](#pass-assertions-summary)|
58/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-58)| +|[Table top](#pass-assertions-summary)|
59/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-59)| +|[Table top](#pass-assertions-summary)|
60/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-60)| +|[Table top](#pass-assertions-summary)|
61/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-61)| +|[Table top](#pass-assertions-summary)|
62/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-62)| +|[Table top](#pass-assertions-summary)|
63/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-63)| +|[Table top](#pass-assertions-summary)|
64/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-64)| +|[Table top](#pass-assertions-summary)|
65/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-65)| +|[Table top](#pass-assertions-summary)|
66/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-66)| +|[Table top](#pass-assertions-summary)|
67/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-67)| +|[Table top](#pass-assertions-summary)|
68/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-68)| +|[Table top](#pass-assertions-summary)|
69/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-69)| +|[Table top](#pass-assertions-summary)|
70/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-70)| +|[Table top](#pass-assertions-summary)|
71/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-71)| +|[Table top](#pass-assertions-summary)|
72/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-72)| +|[Table top](#pass-assertions-summary)|
73/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-73)| +|[Table top](#pass-assertions-summary)|
74/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-74)| +|[Table top](#pass-assertions-summary)|
75/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-75)| +|[Table top](#pass-assertions-summary)|
76/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-76)| +|[Table top](#pass-assertions-summary)|
77/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-77)| +|[Table top](#pass-assertions-summary)|
78/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-78)| +|[Table top](#pass-assertions-summary)|
79/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-79)| +|[Table top](#pass-assertions-summary)|
80/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-80)| +|[Table top](#pass-assertions-summary)|
81/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-81)| +|[Table top](#pass-assertions-summary)|
82/134
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-82)| +|[Table top](#pass-assertions-summary)|
83/134
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-83)| +|[Table top](#pass-assertions-summary)|
84/134
|:white_check_mark:*Pass*|`interaction`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-84)| +|[Table top](#pass-assertions-summary)|
85/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-85)| +|[Table top](#pass-assertions-summary)|
86/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-86)| +|[Table top](#pass-assertions-summary)|
87/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-87)| +|[Table top](#pass-assertions-summary)|
88/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-88)| +|[Table top](#pass-assertions-summary)|
89/134
|:white_check_mark:*Pass*|`interaction`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-89)| +|[Table top](#pass-assertions-summary)|
90/134
|:white_check_mark:*Pass*|`interaction`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-90)| +|[Table top](#pass-assertions-summary)|
91/134
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-91)| +|[Table top](#pass-assertions-summary)|
92/134
|:white_check_mark:*Pass*|`fipa`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-92)| +|[Table top](#pass-assertions-summary)|
93/134
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-93)| +|[Table top](#pass-assertions-summary)|
94/134
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-94)| +|[Table top](#pass-assertions-summary)|
95/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-95)| +|[Table top](#pass-assertions-summary)|
96/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-96)| +|[Table top](#pass-assertions-summary)|
97/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-97)| +|[Table top](#pass-assertions-summary)|
98/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-98)| +|[Table top](#pass-assertions-summary)|
99/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-99)| +|[Table top](#pass-assertions-summary)|
100/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-100)| +|[Table top](#pass-assertions-summary)|
101/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-101)| +|[Table top](#pass-assertions-summary)|
102/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-102)| +|[Table top](#pass-assertions-summary)|
103/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-103)| +|[Table top](#pass-assertions-summary)|
104/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-104)| +|[Table top](#pass-assertions-summary)|
105/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-105)| +|[Table top](#pass-assertions-summary)|
106/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-106)| +|[Table top](#pass-assertions-summary)|
107/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-107)| +|[Table top](#pass-assertions-summary)|
108/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-108)| +|[Table top](#pass-assertions-summary)|
109/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-109)| +|[Table top](#pass-assertions-summary)|
110/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-110)| +|[Table top](#pass-assertions-summary)|
111/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-111)| +|[Table top](#pass-assertions-summary)|
112/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-112)| +|[Table top](#pass-assertions-summary)|
113/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-113)| +|[Table top](#pass-assertions-summary)|
114/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-114)| +|[Table top](#pass-assertions-summary)|
115/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-115)| +|[Table top](#pass-assertions-summary)|
116/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-116)| +|[Table top](#pass-assertions-summary)|
117/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-117)| +|[Table top](#pass-assertions-summary)|
118/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-118)| +|[Table top](#pass-assertions-summary)|
119/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-119)| +|[Table top](#pass-assertions-summary)|
120/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-120)| +|[Table top](#pass-assertions-summary)|
121/134
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-121)| +|[Table top](#pass-assertions-summary)|
122/134
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-122)| +|[Table top](#pass-assertions-summary)|
123/134
|:white_check_mark:*Pass*|`core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-123)| +|[Table top](#pass-assertions-summary)|
124/134
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-124)| +|[Table top](#pass-assertions-summary)|
125/134
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-125)| +|[Table top](#pass-assertions-summary)|
126/134
|:white_check_mark:*Pass*|`core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-126)| +|[Table top](#pass-assertions-summary)|
127/134
|:white_check_mark:*Pass*|`core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-127)| +|[Table top](#pass-assertions-summary)|
128/134
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-128)| +|[Table top](#pass-assertions-summary)|
129/134
|:white_check_mark:*Pass*|`all-modules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-129)| +|[Table top](#pass-assertions-summary)|
130/134
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-130)| +|[Table top](#pass-assertions-summary)|
131/134
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-131)| +|[Table top](#pass-assertions-summary)|
132/134
|:white_check_mark:*Pass*|`all-fragments`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-132)| +|[Table top](#pass-assertions-summary)|
133/134
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-133)| +|[Table top](#pass-assertions-summary)|
134/134
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-134)| *** @@ -6617,145 +8880,49 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Subject detail |Name|interaction| |----|----| -|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Any term is referenced| -|Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| - -*** -### Pass Assertion number 90 - -[Jump to summary definition](#summary-Pass-90) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|interaction| -|----|----| -|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| - -#### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| -|----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Terms differenciated enough| -|Description|All the terms have have a satisfying Levenshtein distance from each other term.| - -*** -### Pass Assertion number 91 - -[Jump to summary definition](#summary-Pass-91) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| -|----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Domains properly defined| -|Description|Each rdfs:domain is defined within the fragment| - -*** -### Pass Assertion number 92 - -[Jump to summary definition](#summary-Pass-92) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| -|----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Ranges properly defined| -|Description|Each rdfs:range is defined within the fragment| - -*** -### Pass Assertion number 93 - -[Jump to summary definition](#summary-Pass-93) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|OWL RL Constraint test| -|Description|A test meant to check wether the test subject is syntaxically correct or not.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|OWL RL consistent| -|Description|The provided graph is consistent for any OWL RL constraint| +|Title|Any term is referenced| +|Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 94 +### Pass Assertion number 90 -[Jump to summary definition](#summary-Pass-94) +[Jump to summary definition](#summary-Pass-90) :white_check_mark:Pass assertion #### Subject detail -|Name|fipa| +|Name|interaction| |----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|OWL TC Profile compatible| -|Description|The subject is included in the OWL TC sublanguage| +|Title|Terms differenciated enough| +|Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 95 +### Pass Assertion number 91 -[Jump to summary definition](#summary-Pass-95) +[Jump to summary definition](#summary-Pass-91) :white_check_mark:Pass assertion #### Subject detail @@ -6765,21 +8932,21 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|OWL RL Profile compatible| -|Description|The subject is included in the OWL RL sublanguage| +|Title|Domains properly defined| +|Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 96 +### Pass Assertion number 92 -[Jump to summary definition](#summary-Pass-96) +[Jump to summary definition](#summary-Pass-92) :white_check_mark:Pass assertion #### Subject detail @@ -6789,21 +8956,21 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|OWL RL Constraint test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|OWL QL Profile compatible| -|Description|The subject is included in the OWL QL sublanguage| +|Title|OWL RL consistent| +|Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 97 +### Pass Assertion number 93 -[Jump to summary definition](#summary-Pass-97) +[Jump to summary definition](#summary-Pass-93) :white_check_mark:Pass assertion #### Subject detail @@ -6821,13 +8988,13 @@ This subchapter gives more details to the :white_check_mark:Pass assertions #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|OWL EL Profile compatible| -|Description|The subject is included in the OWL EL sublanguage| +|Title|OWL TC Profile compatible| +|Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 98 +### Pass Assertion number 94 -[Jump to summary definition](#summary-Pass-98) +[Jump to summary definition](#summary-Pass-94) :white_check_mark:Pass assertion #### Subject detail @@ -6837,21 +9004,21 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|Terms differenciated enough| -|Description|All the terms have have a satisfying Levenshtein distance from each other term.| +|Title|OWL RL Profile compatible| +|Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 99 +### Pass Assertion number 95 -[Jump to summary definition](#summary-Pass-99) +[Jump to summary definition](#summary-Pass-95) :white_check_mark:Pass assertion #### Subject detail @@ -6873,9 +9040,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 100 +### Pass Assertion number 96 -[Jump to summary definition](#summary-Pass-100) +[Jump to summary definition](#summary-Pass-96) :white_check_mark:Pass assertion #### Subject detail @@ -6897,9 +9064,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 101 +### Pass Assertion number 97 -[Jump to summary definition](#summary-Pass-101) +[Jump to summary definition](#summary-Pass-97) :white_check_mark:Pass assertion #### Subject detail @@ -6921,9 +9088,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 102 +### Pass Assertion number 98 -[Jump to summary definition](#summary-Pass-102) +[Jump to summary definition](#summary-Pass-98) :white_check_mark:Pass assertion #### Subject detail @@ -6945,9 +9112,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 103 +### Pass Assertion number 99 -[Jump to summary definition](#summary-Pass-103) +[Jump to summary definition](#summary-Pass-99) :white_check_mark:Pass assertion #### Subject detail @@ -6969,9 +9136,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 104 +### Pass Assertion number 100 -[Jump to summary definition](#summary-Pass-104) +[Jump to summary definition](#summary-Pass-100) :white_check_mark:Pass assertion #### Subject detail @@ -6993,9 +9160,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 105 +### Pass Assertion number 101 -[Jump to summary definition](#summary-Pass-105) +[Jump to summary definition](#summary-Pass-101) :white_check_mark:Pass assertion #### Subject detail @@ -7017,9 +9184,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 106 +### Pass Assertion number 102 -[Jump to summary definition](#summary-Pass-106) +[Jump to summary definition](#summary-Pass-102) :white_check_mark:Pass assertion #### Subject detail @@ -7041,9 +9208,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 107 +### Pass Assertion number 103 -[Jump to summary definition](#summary-Pass-107) +[Jump to summary definition](#summary-Pass-103) :white_check_mark:Pass assertion #### Subject detail @@ -7065,9 +9232,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 108 +### Pass Assertion number 104 -[Jump to summary definition](#summary-Pass-108) +[Jump to summary definition](#summary-Pass-104) :white_check_mark:Pass assertion #### Subject detail @@ -7089,9 +9256,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 109 +### Pass Assertion number 105 -[Jump to summary definition](#summary-Pass-109) +[Jump to summary definition](#summary-Pass-105) :white_check_mark:Pass assertion #### Subject detail @@ -7113,9 +9280,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 110 +### Pass Assertion number 106 -[Jump to summary definition](#summary-Pass-110) +[Jump to summary definition](#summary-Pass-106) :white_check_mark:Pass assertion #### Subject detail @@ -7137,9 +9304,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 111 +### Pass Assertion number 107 -[Jump to summary definition](#summary-Pass-111) +[Jump to summary definition](#summary-Pass-107) :white_check_mark:Pass assertion #### Subject detail @@ -7161,9 +9328,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 112 +### Pass Assertion number 108 -[Jump to summary definition](#summary-Pass-112) +[Jump to summary definition](#summary-Pass-108) :white_check_mark:Pass assertion #### Subject detail @@ -7185,9 +9352,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 113 +### Pass Assertion number 109 -[Jump to summary definition](#summary-Pass-113) +[Jump to summary definition](#summary-Pass-109) :white_check_mark:Pass assertion #### Subject detail @@ -7209,9 +9376,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 114 +### Pass Assertion number 110 -[Jump to summary definition](#summary-Pass-114) +[Jump to summary definition](#summary-Pass-110) :white_check_mark:Pass assertion #### Subject detail @@ -7233,9 +9400,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 115 +### Pass Assertion number 111 -[Jump to summary definition](#summary-Pass-115) +[Jump to summary definition](#summary-Pass-111) :white_check_mark:Pass assertion #### Subject detail @@ -7257,9 +9424,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 116 +### Pass Assertion number 112 -[Jump to summary definition](#summary-Pass-116) +[Jump to summary definition](#summary-Pass-112) :white_check_mark:Pass assertion #### Subject detail @@ -7281,9 +9448,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 117 +### Pass Assertion number 113 -[Jump to summary definition](#summary-Pass-117) +[Jump to summary definition](#summary-Pass-113) :white_check_mark:Pass assertion #### Subject detail @@ -7305,9 +9472,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 118 +### Pass Assertion number 114 -[Jump to summary definition](#summary-Pass-118) +[Jump to summary definition](#summary-Pass-114) :white_check_mark:Pass assertion #### Subject detail @@ -7329,9 +9496,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 119 +### Pass Assertion number 115 -[Jump to summary definition](#summary-Pass-119) +[Jump to summary definition](#summary-Pass-115) :white_check_mark:Pass assertion #### Subject detail @@ -7353,9 +9520,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 120 +### Pass Assertion number 116 -[Jump to summary definition](#summary-Pass-120) +[Jump to summary definition](#summary-Pass-116) :white_check_mark:Pass assertion #### Subject detail @@ -7377,9 +9544,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 121 +### Pass Assertion number 117 -[Jump to summary definition](#summary-Pass-121) +[Jump to summary definition](#summary-Pass-117) :white_check_mark:Pass assertion #### Subject detail @@ -7401,9 +9568,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 122 +### Pass Assertion number 118 -[Jump to summary definition](#summary-Pass-122) +[Jump to summary definition](#summary-Pass-118) :white_check_mark:Pass assertion #### Subject detail @@ -7425,9 +9592,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 123 +### Pass Assertion number 119 -[Jump to summary definition](#summary-Pass-123) +[Jump to summary definition](#summary-Pass-119) :white_check_mark:Pass assertion #### Subject detail @@ -7449,9 +9616,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 124 +### Pass Assertion number 120 -[Jump to summary definition](#summary-Pass-124) +[Jump to summary definition](#summary-Pass-120) :white_check_mark:Pass assertion #### Subject detail @@ -7473,9 +9640,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 125 +### Pass Assertion number 121 -[Jump to summary definition](#summary-Pass-125) +[Jump to summary definition](#summary-Pass-121) :white_check_mark:Pass assertion #### Subject detail @@ -7497,9 +9664,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 126 +### Pass Assertion number 122 -[Jump to summary definition](#summary-Pass-126) +[Jump to summary definition](#summary-Pass-122) :white_check_mark:Pass assertion #### Subject detail @@ -7521,9 +9688,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 127 +### Pass Assertion number 123 -[Jump to summary definition](#summary-Pass-127) +[Jump to summary definition](#summary-Pass-123) :white_check_mark:Pass assertion #### Subject detail @@ -7545,9 +9712,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 128 +### Pass Assertion number 124 -[Jump to summary definition](#summary-Pass-128) +[Jump to summary definition](#summary-Pass-124) :white_check_mark:Pass assertion #### Subject detail @@ -7569,9 +9736,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 129 +### Pass Assertion number 125 -[Jump to summary definition](#summary-Pass-129) +[Jump to summary definition](#summary-Pass-125) :white_check_mark:Pass assertion #### Subject detail @@ -7593,9 +9760,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 130 +### Pass Assertion number 126 -[Jump to summary definition](#summary-Pass-130) +[Jump to summary definition](#summary-Pass-126) :white_check_mark:Pass assertion #### Subject detail @@ -7617,9 +9784,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 131 +### Pass Assertion number 127 -[Jump to summary definition](#summary-Pass-131) +[Jump to summary definition](#summary-Pass-127) :white_check_mark:Pass assertion #### Subject detail @@ -7641,9 +9808,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 132 +### Pass Assertion number 128 -[Jump to summary definition](#summary-Pass-132) +[Jump to summary definition](#summary-Pass-128) :white_check_mark:Pass assertion #### Subject detail @@ -7665,33 +9832,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 133 - -[Jump to summary definition](#summary-Pass-133) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|all-modules| -|----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| - -#### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| -|----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Ranges properly defined| -|Description|Each rdfs:range is defined within the fragment| - -*** -### Pass Assertion number 134 +### Pass Assertion number 129 -[Jump to summary definition](#summary-Pass-134) +[Jump to summary definition](#summary-Pass-129) :white_check_mark:Pass assertion #### Subject detail @@ -7713,9 +9856,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 135 +### Pass Assertion number 130 -[Jump to summary definition](#summary-Pass-135) +[Jump to summary definition](#summary-Pass-130) :white_check_mark:Pass assertion #### Subject detail @@ -7737,9 +9880,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 136 +### Pass Assertion number 131 -[Jump to summary definition](#summary-Pass-136) +[Jump to summary definition](#summary-Pass-131) :white_check_mark:Pass assertion #### Subject detail @@ -7761,9 +9904,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 137 +### Pass Assertion number 132 -[Jump to summary definition](#summary-Pass-137) +[Jump to summary definition](#summary-Pass-132) :white_check_mark:Pass assertion #### Subject detail @@ -7785,9 +9928,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 138 +### Pass Assertion number 133 -[Jump to summary definition](#summary-Pass-138) +[Jump to summary definition](#summary-Pass-133) :white_check_mark:Pass assertion #### Subject detail @@ -7809,9 +9952,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 139 +### Pass Assertion number 134 -[Jump to summary definition](#summary-Pass-139) +[Jump to summary definition](#summary-Pass-134) :white_check_mark:Pass assertion #### Subject detail diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 2d0365a0..649de9db 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -8,52 +8,37 @@ @prefix src: . @prefix xsd: . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -61,24 +46,53 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:regulation ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -87,11 +101,7 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -105,69 +115,140 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:label "transitively contains"@en, -"transitivelyContains"@en, "contient transitivement"@fr ; dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; @@ -190,94 +271,68 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:all-fragments ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -299,90 +354,67 @@ dct:title "Hypermedia MAS Interaction Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:interaction ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; + rdfs:seeAlso """:fipa a owl:Ontology ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -390,90 +422,150 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:all-fragments ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject needs to be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -494,49 +586,72 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -581,297 +696,722 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:domain-and-range-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:term-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:interaction ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; @@ -880,40 +1420,216 @@ skos:related :Organization .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:core ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:regulation a owl:Ontology ; @@ -933,148 +1649,207 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, "Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; earl:subject _:all-fragments ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:label "transitively contains"@en, -"transitivelyContains"@en, "contient transitivement"@fr ; dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; @@ -1087,12 +1862,12 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; @@ -1102,7 +1877,7 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1117,108 +1892,54 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -1227,91 +1948,35 @@ dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hyper earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12156>, -<https://www.example.org/Noneb12157> ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; @@ -1330,40 +1995,39 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1373,8 +2037,8 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12156>, -<https://www.example.org/Noneb12157> ; +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -1387,98 +2051,78 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject needs to be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:syntax . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1504,75 +2148,7 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; @@ -1595,44 +2171,17 @@ rdfs:comment "A relation that refers to the Agent involved in a Membership..."@e rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:terms-differenciation . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1640,48 +2189,58 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:interaction a owl:Ontology ; @@ -1697,11 +2256,51 @@ dct:title "Hypermedia MAS Interaction Ontology"@en, "Ontologie d'Interaction des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ], +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -1710,253 +2309,113 @@ dct:contributor <http://maxime-lefrancois.info/me#>, <https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, <https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ] ] ; earl:subject _:all-fragments ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; + dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1964,6 +2423,16 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1982,27 +2451,16 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -2023,7 +2481,7 @@ skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; @@ -2031,10 +2489,54 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; earl:subject _:all-modules ; earl:test acimov-model-test:profile-compatibility . @@ -2042,69 +2544,32 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2126,24 +2591,42 @@ rdfs:comment "A relation that refers to the Agent involved in a Membership..."@e rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], @@ -2151,74 +2634,70 @@ rdfs:range :Agent .""" ] ] ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:interaction ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2226,7 +2705,7 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; @@ -2235,185 +2714,108 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -2435,27 +2837,6 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -2474,7 +2855,7 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:all-modules ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; @@ -2483,47 +2864,43 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:interaction ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -2543,74 +2920,61 @@ dct:title "Hypermedia MAS Core Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:owl-rl-constraint . +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:description "The subject syntax must be correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:subject _:meta ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2618,107 +2982,55 @@ rdfs:isDefinedBy :interaction .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2726,36 +3038,171 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:APService a owl:Class ; rdfs:label "Agent Platform Service"@en ; rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; @@ -2763,28 +3210,56 @@ rdfs:domain :APService .""" ], rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; rdfs:label "Agent Platform Description"@en ; rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#Platform> .""" ], + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf <https://ci.mines-stetienne.fr/hmas#ResourceProfile> .""" ], + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2792,245 +3267,114 @@ rdfs:subClassOf :MessageTransportService .""" ], rdfs:label "HTTP Message Transport Service"@en ; rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; rdfs:subClassOf :MessageTransportService .""" ] ] ; - earl:subject _:all-fragments ; + earl:subject _:all-modules ; earl:test acimov-model-test:term-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3045,10 +3389,10 @@ owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3056,18 +3400,310 @@ owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:core ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . + _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3203,7 +3839,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-17T13:51:49.767807"^^xsd:dateTime ; + dcterms:date "2024-01-22T17:19:35.900496"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From ee6c1c3e9057fbe9d0834de25be75c3cc742dc6a Mon Sep 17 00:00:00 2001 From: danaivach Date: Tue, 23 Jan 2024 12:54:05 +0100 Subject: [PATCH 07/25] docs(messaging) up shape names to specifications --- .../dataset.ttl | 24 +++++++++---------- .../q1.rq | 2 +- .../q2.csv | 2 +- .../q3.csv | 2 +- .../q3.rq | 2 +- .../q4.rq | 2 +- .../q5.rq | 2 +- .../q6.rq | 2 +- .../q7.rq | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl index 364bc82b..a0fc69eb 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl @@ -22,10 +22,10 @@ ex:agentAProfile a fipa:AgentDescription ; ex:agentA a hmas:Agent . ex:aggreable a hmas:Signifier ; - hmas:signifies ex:agreeShape . + hmas:signifies ex:agreeActionSpecification . ex:refusable a hmas:Signifier ; - hmas:signifies ex:refuseShape . + hmas:signifies ex:refuseActionSpecification . #### Endpoint for sending messages to Agent A #### ex:agentAMessageEndpointShape a sh:NodeShape ; @@ -56,11 +56,11 @@ ex:agentAMessageEndpointShape a sh:NodeShape ; ]. #### Send Agreement Action Specification #### -ex:agreeShape a ex:agentAMessageEndpointShape ; +ex:agreeActionSpecification a ex:agentAMessageEndpointShape ; sh:class hmas:ActionExecution, dul:Action ; sh:property [ sh:path hmas:hasInput ; - sh:qualifiedValueShape ex:agreeMessageShape ; + sh:qualifiedValueShape ex:agreeMessageSpecification ; sh:qualifiedMinCount 1 ; sh:qualifiedMaxCount 1 ], [ @@ -71,11 +71,11 @@ ex:agreeShape a ex:agentAMessageEndpointShape ; ] . #### Send Refusal Action Specification #### -ex:refuseShape a ex:agentAMessageEndpointShape ; +ex:refuseActionSpecification a ex:agentAMessageEndpointShape ; sh:class hmas:ActionExecution, dul:Action ; sh:property [ sh:path hmas:hasInput ; - sh:qualifiedValueShape ex:refuseMessageShape ; + sh:qualifiedValueShape ex:refuseMessageSpecification ; sh:qualifiedMinCount 1 ; sh:qualifiedMaxCount 1 ], [ @@ -86,7 +86,7 @@ ex:refuseShape a ex:agentAMessageEndpointShape ; ] . #### Agree Message Specification #### -ex:agreeMessageShape a fipa:ACLMessageStructure ; +ex:agreeMessageSpecification a fipa:ACLMessageStructure ; sh:class fipa:ACLMessage ; sh:property [ sh:path fipa:hasReceiver ; # specifies itself as the receiver @@ -120,7 +120,7 @@ ex:agreeMessageShape a fipa:ACLMessageStructure ; ] . #### Refuse Message Specification #### -ex:refuseMessageShape a fipa:ACLMessageStructure ; +ex:refuseMessageSpecification a fipa:ACLMessageStructure ; sh:class fipa:ACLMessage ; sh:property [ sh:path fipa:hasReceiver ; # specifies itself as the receiver @@ -162,10 +162,10 @@ ex:agentBProfile a fipa:AgentDescription ; ex:agentB a hmas:Agent . ex:requestable a hmas:Signifier ; - hmas:signifies ex:requestShape . + hmas:signifies ex:requestActionSpecification . #### Send Request Action Specification #### -ex:requestShape a sh:NodeShape ; +ex:requestActionSpecification a sh:NodeShape ; sh:class hmas:ActionExecution, dul:Action ; sh:property [ sh:path prov:used ; @@ -192,7 +192,7 @@ ex:requestShape a sh:NodeShape ; ] ], [ sh:path hmas:hasInput ; - sh:qualifiedValueShape ex:requestMessageShape ; + sh:qualifiedValueShape ex:requestMessageSpecification ; sh:qualifiedMinCount 1 ; sh:qualifiedMaxCount 1 ], [ @@ -203,7 +203,7 @@ ex:requestShape a sh:NodeShape ; ] . #### Request Message Specification -ex:requestMessageShape a fipa:ACLMessageStructure ; +ex:requestMessageSpecification a fipa:ACLMessageStructure ; sh:class fipa:ACLMessage ; sh:property [ sh:path fipa:hasReceiver ; # specifies itself as the receiver diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq index 8e9ed1a6..64af797b 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq @@ -9,7 +9,7 @@ where { ?signifier hmas:signifies ?actionExecutionSpec . ?actionExecutionSpec sh:property [ sh:path hmas:hasInput ; - sh:qualifiedValueShape [ sh:targetClass fipa:ACLMessage ] + sh:qualifiedValueShape [ sh:class fipa:ACLMessage ] ] . } order by ?signifier diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv index d31a0668..0781ffda 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv @@ -1,2 +1,2 @@ actionExecutionSpec -http://example.org/requestShape \ No newline at end of file +http://example.org/requestActionSpecification \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv index 0247d3e7..b920f29f 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv @@ -1,2 +1,2 @@ inputSpec -http://example.org/requestMessageShape \ No newline at end of file +http://example.org/requestMessageSpecification \ No newline at end of file diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq index 95feabfd..bff30ad9 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq @@ -4,7 +4,7 @@ prefix ex: select ?inputSpec where { - ex:requestShape sh:property ?propertySpec . + ex:requestActionSpecification sh:property ?propertySpec . ?propertySpec sh:path hmas:hasInput ; sh:qualifiedValueShape ?inputSpec . } diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq index 51641d5f..6c1b60d0 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq @@ -4,7 +4,7 @@ prefix ex: select ?inputType where { - ex:requestShape sh:property ?propertySpec . + ex:requestActionSpecification sh:property ?propertySpec . ?propertySpec sh:path hmas:hasInput ; sh:qualifiedValueShape ?inputSpec . ?inputSpec sh:class ?inputType . diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq index 40210f6f..36b33393 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq @@ -4,7 +4,7 @@ prefix ex: select ?inputProperty where { - ex:requestShape sh:property ?propertySpec . + ex:requestActionSpecification sh:property ?propertySpec . ?propertySpec sh:path hmas:hasInput ; sh:qualifiedValueShape ?inputSpec . ?inputSpec sh:property ?inputPropertySpec . diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq index 56eeae52..565ab81c 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq @@ -6,7 +6,7 @@ prefix ex: select ?subprotocol where { - ex:requestShape sh:property ?propertySpec . + ex:requestActionSpecification sh:property ?propertySpec . ?propertySpec sh:path prov:used ; sh:qualifiedValueShape ?form . ?form sh:property ?formPropertySpec . diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq index 2b516919..63b543d2 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq @@ -5,7 +5,7 @@ prefix ex: select ?behavior where { - ex:requestShape sh:property ?propertySpec . + ex:requestActionSpecification sh:property ?propertySpec . ?propertySpec sh:path dul:isActionIncludedIn ; sh:qualifiedValueShape ?behaviorSpec . ?behaviorSpec sh:class ?behavior . From d774a7bebb943c6d3f09e5339f43d8c62281a5fd Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 23 Jan 2024 11:56:31 +0000 Subject: [PATCH 08/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 6 +- .acimov/output/model-test-actions.ttl | 4974 ++++++++++++------------- 2 files changed, 2490 insertions(+), 2490 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 3cf9b2c0..8fe970a8 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-22 17:19:35| +|Date|2024-01-23 11:56:12| *** @@ -1924,7 +1924,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 62 @@ -4709,7 +4709,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 173 diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 649de9db..98f0a163 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -12,60 +12,6 @@ earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, @@ -77,22 +23,25 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -101,7 +50,9 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -115,9 +66,23 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -126,7 +91,9 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -140,85 +107,36 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; @@ -236,30 +154,6 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -285,6 +179,13 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], @@ -297,15 +198,21 @@ dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revi dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -313,99 +220,26 @@ owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -413,7 +247,7 @@ owl:imports :core, earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -422,27 +256,9 @@ owl:imports :core, earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -467,62 +283,110 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:regulation ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -533,15 +397,6 @@ owl:imports :core .""" ] ] ; earl:subject _:regulation ; earl:test acimov-model-test:domain-and-range-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -559,81 +414,35 @@ rdfs:domain :Hostable ; rdfs:isDefinedBy :core ; rdfs:range :HypermediaMASPlatform ; owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -641,63 +450,26 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -705,347 +477,216 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1054,97 +695,40 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -1158,15 +742,30 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1175,244 +774,173 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:all-fragments ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1420,17 +948,40 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1444,162 +995,49 @@ rdfs:label "has protocol"@en ; rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; rdfs:domain :ACLMessage ; rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:fipa ; + earl:subject _:all-modules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; + earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:syntax . + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -1621,35 +1059,6 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -1661,28 +1070,24 @@ dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:all-fragments ; + earl:subject _:core ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1690,78 +1095,145 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:fipa ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], [ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; rdfs:isDefinedBy :regulation .""", """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; @@ -1782,24 +1254,6 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; dcterms:title "Too close terms"@en ; @@ -1816,18 +1270,6 @@ rdfs:label "is membership of"@en, rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ] ] ; earl:subject _:all-modules ; earl:test acimov-model-test:terms-differenciation . @@ -1835,16 +1277,35 @@ rdfs:range :Agent .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, @@ -1858,23 +1319,16 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -1893,6 +1347,32 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1911,16 +1391,16 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -1934,154 +1414,84 @@ rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; - earl:subject _:core ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2094,16 +1504,14 @@ rdfs:label "is membership in"@en, "est l'appartenance à"@fr ; rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", +rdfs:isDefinedBy :regulation .""", """:isMembershipOf a owl:ObjectProperty ; rdfs:label "is membership of"@en, "est l'appartenance à"@fr ; rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; @@ -2112,195 +1520,807 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:term-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0002-4506-2745>, <https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -2320,47 +2340,34 @@ dct:title "Hypermedia MAS Core Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2368,7 +2375,7 @@ rdfs:isDefinedBy :interaction .""" ] ] ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -2377,7 +2384,7 @@ rdfs:isDefinedBy :interaction .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:core ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -2386,222 +2393,47 @@ rdfs:isDefinedBy :interaction .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:owl-rl-constraint . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2612,41 +2444,53 @@ rdfs:range :Agent .""" ] ] ; earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], [ rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; @@ -2656,14 +2500,34 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], [ rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; @@ -2676,196 +2540,99 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; rdfs:domain <https://purl.org/hmas/Workspace> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2873,17 +2640,53 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2891,7 +2694,7 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -2930,51 +2733,113 @@ dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3002,34 +2867,117 @@ rdfs:domain :Hostable ; rdfs:isDefinedBy :core ; rdfs:range :HypermediaMASPlatform ; owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; @@ -3038,237 +2986,17 @@ owl:inverseOf :hosts .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3276,44 +3004,267 @@ rdfs:subClassOf :MessageTransportService .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:term-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3321,51 +3272,44 @@ rdfs:subClassOf :MessageTransportService .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:interaction ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3373,26 +3317,17 @@ rdfs:range :InteractionProtocol .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3400,113 +3335,73 @@ rdfs:range :InteractionProtocol .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; +rdfs:range :InteractionProtocol .""" ] ] ; earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3518,51 +3413,57 @@ sh:minCount 1 ; sh:path :hasPerformative ] ; sh:targetClass :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3570,18 +3471,38 @@ rdfs:subClassOf :APService .""" ], rdfs:label "FIPA SL"@en ; rdfs:comment "The FIPA SL Content Language"@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3590,19 +3511,6 @@ rdfs:label "has receiver"@en ; rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3611,17 +3519,11 @@ rdfs:label "has encoding"@en ; rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3630,51 +3532,86 @@ rdfs:label "reply by"@en ; rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ] ] ; - earl:subject _:all-fragments ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -3683,26 +3620,89 @@ rdfs:subClassOf :ResourceProfile .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3839,7 +3839,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-22T17:19:35.900496"^^xsd:dateTime ; + dcterms:date "2024-01-23T11:56:12.178896"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From f7b60a40c46d18115416dd7a04aa655634af61b5 Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 24 Jan 2024 10:39:05 +0100 Subject: [PATCH 09/25] docs(messaging) add scenario desc --- .../README.md | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 domains/manufacturing-environments/discovering-messaging-behavior-specifications/README.md diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/README.md b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/README.md new file mode 100644 index 00000000..8e5c3fce --- /dev/null +++ b/domains/manufacturing-environments/discovering-messaging-behavior-specifications/README.md @@ -0,0 +1,51 @@ +# Discover Behavior Specifications for Sending Messages to Agents +Feature: Discovery of Behavior Specifications for Sending Messages to Agents + + +## Description +Two agents are situated in a manufacturing workspace: Agent A manages the scheduling of production goals. Agent B operates a robotic arm artifact, that is contained in the workspace, towards achieving production goals. Agent A knows that Agent B is situated in the same workspace, and discovers a signifier that reveals information about how to send a message to Agent B for requesting to move the gripper of the robotic arm artifact. +Agent A discovers the signifier that is exposed in the resource profile of Agent B, which reveals information about how to send a [FIPA Request](http://www.fipa.org/specs/fipa00037/SC00037J.html#_Toc26729708) message to Agent B. This information specifies a set of contraints on how to execute the action of sending the message: +- the action execution should have a [FIPA ACL Message](http://www.fipa.org/specs/fipa00061/SC00061G.html) as input; +- the action execution should use an HTTP form based on the [FIPA Agent Message Transport Protocol for HTTP](http://www.fipa.org/specs/fipa00084/XC00084C.html); +- The action execution may be part of a behavior execution that is specified in the [FIPA Request Interaction Protocol Specification](http://www.fipa.org/specs/fipa00026/SC00026H.html) + +Agent A executes the action by sending a message to Agent B, where the message has the following parameters: +- Agent A as sender +- Agent B as receiver +- the Request Communicative Act from the [FIPA Communicative Act Library](http://www.fipa.org/specs/fipa00037/SC00037J.html) as performative +- An Action Execution specification as content +- The [FIPA SL Content Language](http://www.fipa.org/specs/fipa00008/SC00008I.html) as language of the content + +Agent B receives the message, and by interpreting the sender of the message, it retrieves the resource profile of Agent A. Agent B discovers the signifiers that are exposed in the resource profile of Agent A, which reveal information about how to send FIPA Agree and FIPA Refuse messages to Agent A. + + +## Competency Questions + +| ID | Question in Natural Language | Example | +|----|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------| +| q1 | What are the signifiers that are exposed by a given resource profile, and that reveal information about how to send a message? | Signifier exposed in the profile `ex:agentBProfile` that reveals information about how to send a `fipa:ACLMessage`: `ex:agentBProfile` | | +| q2 | What is the action execution specification that a given signifier signifies? | Action execution specification that the signifier `ex:requestable` signifies: `ex:requestActionSpecification`| +| q3 | What is the specification of the input based on a given action execution specification? | Specification of the input based on the action execution specification `ex:requestActionSpecification`: `ex:requestMessageSpecification` | +| q4 | What are the types of the input that an action execution should have based on a given action execution specification? | Type of the input that the action execution should have based on the action execution specification `ex:requestActionSpecification`: `fipa:ACLMessage`| +| q5 | What are the properties that the input of an action execution should have based on a given action execution specification? | Properties that the input of an action execution should have based on the action execution specification `ex:requestActionSpecification`: `fipa:hasSender`, `fipa:hasReceiver`, `fipa:hasPerformative`, `fipa:hasContent`, `fipa:hasLanguage` | +| q6 | What is the suprotocol that an action execution should use based on a given action execution specification? | Subprotocol that an action execution should use based on the action execution specification `ex:requestActionSpecification`: "fipa.mts.mtp.http.std" | +| q7 | What are the types of a behavior execution in which a given specified action execution is included? | Types of a behavior execution in which an action execution specified in the action execution specification `ex:requestActionSpecification` is included: `fipa:RequestInteractionProtocolEnactment`, `dul:PlanExecution` | + +## Glossary +- **Message**: The individual unit of communication between two or more agents. +- **Subrotocol**: An extension mechanism to a transport protocol [1], such as the [FIPA Agent Message Transport Protocol for HTTP](http://www.fipa.org/specs/fipa00084/XC00084C.html), that can be, for example, specified as part of the hypermedia control (e.g. an [hctl:Form](https://www.w3.org/2019/wot/hypermedia#Form)) describing how to execute an action. +- **Agent Interaction Protocol**: A specification of interaction between two or more autonomous agents that serves as a standard of correctness for agent behavior in a multi-agent system [2]. +- **Action Execution as part of a Behavior Execution**: An action exection that takes place upon the execution of a (more complex) behavior, for example, as part of the execution of a plan, or of the enactment of an agent interaction protocol. +- **Behavior Execution**: see [Discovery of Behavior Specifications](../discover-behavior-specifications/README.md). +- **Action Execution**: see [Discovery of Behavior Specifications](../discover-behavior-specifications/README.md). +- **Input**: see [Discovery of Behavior Specifications](../discover-behavior-specifications/README.md). +- **Form**: see [Discovery of Behavior Specifications](../discover-behavior-specifications/README.md). +- **Signification of Behavior**: see [Discovery of Behavior Specifications](../discover-behavior-specifications/README.md). +- **Signifier**: see [Discovery of Signifiers](../discover-signifiers/README.md). +- **Signifier Exposure**: see [Discovery of Signifiers](../discover-signifiers/README.md). +- **Situatedness**: see [Discovery of Signifiers](../discover-signifiers/README.md). +- **Workspace**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). +- **Resource Containment**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). +- **Artifact**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). +- **Agent**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). +- **Resource Profile**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). From cd0dbaf5b0abcad3608084e0bbdafc82c52ab18c Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 24 Jan 2024 10:39:45 +0100 Subject: [PATCH 10/25] Create discover-messaging-behavior-specifications --- .../discover-messaging-behavior-specifications | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/manufacturing-environments/discover-messaging-behavior-specifications diff --git a/domains/manufacturing-environments/discover-messaging-behavior-specifications b/domains/manufacturing-environments/discover-messaging-behavior-specifications new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/domains/manufacturing-environments/discover-messaging-behavior-specifications @@ -0,0 +1 @@ + From c85db68e34426cc0da83beead7818408f33c7e37 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 24 Jan 2024 09:40:32 +0000 Subject: [PATCH 11/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 4 +- .acimov/output/model-test-actions.ttl | 4908 ++++++++++++------------- 2 files changed, 2456 insertions(+), 2456 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 8fe970a8..3ba09bce 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-23 11:56:12| +|Date|2024-01-24 09:40:13| *** @@ -1924,7 +1924,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 62 diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 98f0a163..cc711bd9 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -8,6 +8,223 @@ @prefix src: . @prefix xsd: . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -22,13 +239,6 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -36,9 +246,6 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -50,9 +257,7 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -80,6 +285,26 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -91,15 +316,76 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -107,20 +393,166 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -136,6 +568,13 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -147,7 +586,9 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -165,7 +606,9 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -175,13 +618,9 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -210,9 +649,6 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -220,80 +656,165 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -314,18 +835,6 @@ rdfs:label "is membership of"@en, rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :core and :Role"@en ; @@ -354,6 +863,18 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; dcterms:title "Too close terms"@en ; @@ -382,49 +903,43 @@ rdfs:isDefinedBy :interaction .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -432,27 +947,143 @@ owl:inverseOf :hosts .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -466,10 +1097,10 @@ owl:inverseOf :hosts .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -477,141 +1108,123 @@ owl:inverseOf :hosts .""" ] ] ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The property :hosts has a range out of the ontology: "@en ; dcterms:title "Range out of vocabulary"@en ; rdfs:seeAlso :Hostable, @@ -627,66 +1240,171 @@ rdfs:range :Hostable ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:all-fragments ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -702,9 +1420,6 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -715,136 +1430,269 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, owl:ObjectProperty ; rdfs:label "has for profile"@en, -"has profile"@en, "a pour profil"@fr ; rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; @@ -853,85 +1701,93 @@ skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:interaction ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -939,17 +1795,26 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -963,45 +1828,129 @@ rdfs:range :Agent .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; @@ -1009,85 +1958,121 @@ rdfs:range :InteractionProtocol .""" ] ] ; dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1095,17 +2080,35 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:core ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1117,53 +2120,90 @@ skos:related :Signifier .""" ] ] ; dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], [ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, + """:isHostedOn a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:domain-and-range-referencing . @@ -1171,10 +2211,10 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1182,279 +2222,254 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:owl-rl-constraint . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; rdfs:label "ACL Message Structure"@en ; rdfs:comment "The FIPA ACL message structure."@en ; sh:property [ sh:maxCount 1 ; sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ] ] ; earl:subject _:all-modules ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; @@ -1463,249 +2478,73 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:all-modules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:terms-differenciation . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1714,12 +2553,20 @@ rdfs:label "has encoding"@en ; rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1728,26 +2575,6 @@ rdfs:label "has receiver"@en ; rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1757,19 +2584,19 @@ rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@e rdfs:domain :ACLMessage ; rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1777,11 +2604,47 @@ rdfs:subClassOf :MessageTransportService .""" ], rdfs:label "Language"@en ; rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1790,17 +2653,18 @@ rdfs:label "reply by"@en ; rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1809,21 +2673,6 @@ rdfs:label "is reply to"@en ; rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1831,6 +2680,19 @@ rdfs:subClassOf :BehaviorExecution .""" ], rdfs:label "IIOP Message Transport Service"@en ; rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1842,788 +2704,86 @@ sh:minCount 1 ; sh:path :hasPerformative ] ; sh:targetClass :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2631,71 +2791,157 @@ sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:interaction ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2733,251 +2979,87 @@ dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; @@ -2986,7 +3068,7 @@ owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -2995,7 +3077,7 @@ owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; @@ -3030,49 +3112,27 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; + rdfs:seeAlso """:interaction a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:regulation ; + earl:subject _:interaction ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; @@ -3081,137 +3141,31 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -3233,6 +3187,24 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -3253,36 +3225,57 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, "Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:all-fragments ; + earl:subject _:all-modules ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3315,86 +3308,70 @@ owl:imports :core .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The subject syntax must be correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; rdfs:label "has protocol"@en ; rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3403,29 +3380,29 @@ rdfs:label "Message Transport Service"@en ; rdfs:comment "A service for transporting messages among agents that confor..."@en ; rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3434,13 +3411,22 @@ rdfs:label "has content"@en ; rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3449,14 +3435,6 @@ rdfs:label "has sender"@en ; rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3465,65 +3443,61 @@ rdfs:label "FIPA Agent Platform"@en ; rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; rdfs:subClassOf :HypermediaMASPlatform .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], +rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3532,27 +3506,20 @@ rdfs:label "reply by"@en ; rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -3561,148 +3528,181 @@ rdfs:label "has ontology"@en ; rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ] ] ; - earl:subject _:all-modules ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:subject _:meta ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3839,7 +3839,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-23T11:56:12.178896"^^xsd:dateTime ; + dcterms:date "2024-01-24T09:40:13.536638"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From c34cc605756237dec4077ebe44bf721916ea1c76 Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 24 Jan 2024 10:41:03 +0100 Subject: [PATCH 12/25] Rename domains/manufacturing-environments/discovering-messaging-behavior-specifications/README.md to domains/manufacturing-environments/discover-messaging-behavior-specificationsREADME.md --- ...DME.md => discover-messaging-behavior-specificationsREADME.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications/README.md => discover-messaging-behavior-specificationsREADME.md} (100%) diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/README.md b/domains/manufacturing-environments/discover-messaging-behavior-specificationsREADME.md similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/README.md rename to domains/manufacturing-environments/discover-messaging-behavior-specificationsREADME.md From 7c22554a03b6de82687e9a694c72eab443cc9477 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 24 Jan 2024 09:41:49 +0000 Subject: [PATCH 13/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 4 +- .acimov/output/model-test-actions.ttl | 5164 ++++++++++++------------- 2 files changed, 2584 insertions(+), 2584 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 3ba09bce..1e15f4d4 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-24 09:40:13| +|Date|2024-01-24 09:41:30| *** @@ -4709,7 +4709,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 173 diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index cc711bd9..340f8d7e 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -11,47 +11,16 @@ [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -59,153 +28,282 @@ earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:fipa ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; rdfs:label "is in reply to"@en ; rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -213,9 +311,18 @@ skos:related :Signifier .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:term-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -225,106 +332,151 @@ skos:related :Signifier .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -332,17 +484,44 @@ skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -350,323 +529,323 @@ skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; +rdfs:label "has profile"@en ; rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -674,361 +853,254 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:fipa ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:syntax . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1036,7 +1108,16 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; @@ -1045,26 +1126,32 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:interaction ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1079,10 +1166,10 @@ rdfs:range :Agent .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1096,94 +1183,110 @@ rdfs:range :Agent .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:interaction a owl:Ontology ; @@ -1199,81 +1302,95 @@ dct:title "Hypermedia MAS Interaction Ontology"@en, "Ontologie d'Interaction des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -1295,6 +1412,14 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -1306,78 +1431,68 @@ dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1385,9 +1500,6 @@ sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1404,7 +1516,7 @@ rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1420,6 +1532,17 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1427,15 +1550,19 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1450,148 +1577,104 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; - earl:subject _:all-modules ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1603,11 +1686,7 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -1628,12 +1707,7 @@ rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; @@ -1656,111 +1730,60 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:all-fragments ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:terms-differenciation . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1768,85 +1791,75 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; @@ -1868,9 +1881,9 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1885,9 +1898,6 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], @@ -1927,125 +1937,80 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; dcterms:title "Too close terms"@en ; rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; @@ -2062,16 +2027,7 @@ rdfs:comment "A relation that refers to the Agent involved in a Membership..."@e rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:all-modules ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; @@ -2080,7 +2036,7 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; + earl:subject _:regulation ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; @@ -2092,73 +2048,168 @@ rdfs:range :Agent .""" ] ] ; earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2175,7 +2226,7 @@ vann:preferredNamespaceUri : .""" ] ] ; [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -2184,64 +2235,183 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2250,47 +2420,68 @@ rdfs:label "Interaction protocol"@en ; rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2299,12 +2490,11 @@ rdfs:label "Agent Identifier Description"@en ; rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2314,12 +2504,56 @@ rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@e rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2327,14 +2561,6 @@ rdfs:subClassOf :MessageTransportService .""" ], rdfs:label "reply with"@en ; rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2343,24 +2569,25 @@ rdfs:label "FIPA Agent Platform"@en ; rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; rdfs:subClassOf :HypermediaMASPlatform .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2370,60 +2597,13 @@ rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@e rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2432,385 +2612,302 @@ rdfs:label "has encoding"@en ; rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:APService a owl:Class ; rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ] ] ; - earl:subject _:all-modules ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; rdfs:label "ACL Message Structure"@en ; rdfs:comment "The FIPA ACL message structure."@en ; sh:property [ sh:maxCount 1 ; sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2824,11 +2921,11 @@ rdfs:isDefinedBy :regulation .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2836,94 +2933,114 @@ rdfs:isDefinedBy :regulation .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:interaction a owl:Ontology ; @@ -2940,16 +3057,73 @@ dct:title "Hypermedia MAS Interaction Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:all-fragments ; + earl:subject _:interaction ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -2969,71 +3143,147 @@ dct:title "Hypermedia MAS Core Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3041,107 +3291,25 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:domain-and-range-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:labeled-terms . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; @@ -3150,17 +3318,17 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3204,370 +3372,98 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3575,53 +3471,67 @@ rdfs:subClassOf :ResourceProfile .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3630,59 +3540,27 @@ rdfs:subClassOf :ResourceProfile .""" ] ] ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3704,6 +3582,128 @@ owl:inverseOf :hosts .""" ] ] ; earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3839,7 +3839,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-24T09:40:13.536638"^^xsd:dateTime ; + dcterms:date "2024-01-24T09:41:30.376354"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From d9a094ef24ac7a9a280f987e0c1283f3e51c23b3 Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 24 Jan 2024 10:44:27 +0100 Subject: [PATCH 14/25] Delete domains/manufacturing-environments/discover-messaging-behavior-specifications --- .../discover-messaging-behavior-specifications | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/manufacturing-environments/discover-messaging-behavior-specifications diff --git a/domains/manufacturing-environments/discover-messaging-behavior-specifications b/domains/manufacturing-environments/discover-messaging-behavior-specifications deleted file mode 100644 index 8b137891..00000000 --- a/domains/manufacturing-environments/discover-messaging-behavior-specifications +++ /dev/null @@ -1 +0,0 @@ - From 5db3ca084c574cfddfacfebc7a3638c624b80918 Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 24 Jan 2024 10:45:11 +0100 Subject: [PATCH 15/25] Rename domains/manufacturing-environments/discover-messaging-behavior-specificationsREADME.md to domains/manufacturing-environments/discover-messaging-behavior-specifications/README.md --- .../README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/manufacturing-environments/{discover-messaging-behavior-specificationsREADME.md => discover-messaging-behavior-specifications/README.md} (100%) diff --git a/domains/manufacturing-environments/discover-messaging-behavior-specificationsREADME.md b/domains/manufacturing-environments/discover-messaging-behavior-specifications/README.md similarity index 100% rename from domains/manufacturing-environments/discover-messaging-behavior-specificationsREADME.md rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/README.md From 3e6156adcddc044774f4deda88196df4f0e8e5f5 Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 24 Jan 2024 10:45:50 +0100 Subject: [PATCH 16/25] Rename dataset.ttl to dataset.ttl --- .../dataset.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/dataset.ttl (99%) diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl b/domains/manufacturing-environments/discover-messaging-behavior-specifications/dataset.ttl similarity index 99% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/dataset.ttl index a0fc69eb..3fbe7754 100644 --- a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/dataset.ttl +++ b/domains/manufacturing-environments/discover-messaging-behavior-specifications/dataset.ttl @@ -234,4 +234,4 @@ ex:requestMessageSpecification a fipa:ACLMessageStructure ; sh:hasValue fipa:FIPASL ; # specifies that the content should be expressed in the FIPA SL Content Language sh:minCount 1; sh:maxCount 1; - ] . \ No newline at end of file + ] . From a9941603d1bcd08719314634159cd82ab4e6317b Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 24 Jan 2024 09:46:33 +0000 Subject: [PATCH 17/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 4 +- .acimov/output/model-test-actions.ttl | 5122 ++++++++++++------------- 2 files changed, 2563 insertions(+), 2563 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 1e15f4d4..4a648d70 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-24 09:41:30| +|Date|2024-01-24 09:46:14| *** @@ -4709,7 +4709,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 173 diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 340f8d7e..4981dc99 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -8,275 +8,320 @@ @prefix src: . @prefix xsd: . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; rdfs:label "is in reply to"@en ; rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; earl:subject _:all-modules ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -284,61 +329,117 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -347,136 +448,26 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:fipa ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -484,7 +475,7 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -493,146 +484,80 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject syntax must be correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:request a :CommunicativeAct ; rdfs:label "request"@en ; rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -641,25 +566,36 @@ rdfs:label "Interaction protocol"@en ; rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -667,19 +603,6 @@ rdfs:domain :APService .""" ], rdfs:label "FIPA Agent Platform"@en ; rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -688,39 +611,27 @@ rdfs:label "Agent Platform Description"@en ; rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -728,66 +639,39 @@ rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@e rdfs:label "FIPA SL"@en ; rdfs:comment "The FIPA SL Content Language"@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -795,994 +679,68 @@ rdfs:range :Agent .""" ], rdfs:label "FIPA Communicative act"@en ; rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:regulation ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -1794,6 +752,15 @@ skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -1819,11 +786,61 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], @@ -1836,153 +853,291 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; dcterms:title "Too close terms"@en ; rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, "signifiant"@fr ; rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; rdfs:isDefinedBy :core ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", +skos:related :Affordance, +:Signifier .""", """:signifies a owl:ObjectProperty ; rdfs:label "signifies"@en, "signifie"@fr ; rdfs:comment "A relation between a signifier and the specification of a be..."@en ; rdfs:domain :Signifier ; rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :core and :Role"@en ; dcterms:title "Too close terms"@en ; @@ -2009,44 +1164,95 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:all-modules ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2054,47 +1260,6 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2103,11 +1268,7 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -2118,9 +1279,15 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2130,19 +1297,70 @@ dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hyper dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, @@ -2154,11 +1372,40 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2181,6 +1428,24 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2194,91 +1459,221 @@ sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; earl:subject _:all-fragments ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The subject syntax must be correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ] ] ; - earl:subject _:fipa ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:terms-differenciation . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -2292,10 +1687,10 @@ owl:imports :core, earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2312,9 +1707,80 @@ owl:imports :core, [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -2365,60 +1831,90 @@ skos:related :Signifier .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2428,19 +1924,24 @@ rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@e rdfs:domain :ACLMessage ; rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2448,33 +1949,19 @@ rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@e rdfs:label "FIPA Communicative act"@en ; rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2482,34 +1969,6 @@ rdfs:subClassOf :MessageTransportService .""" ], rdfs:label "HTTP Message Transport Service"@en ; rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2521,46 +1980,33 @@ sh:minCount 1 ; sh:path :hasPerformative ] ; sh:targetClass :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2568,6 +2014,27 @@ rdfs:domain :ACLMessage .""" ], rdfs:label "FIPA Agent Platform"@en ; rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2577,11 +2044,18 @@ rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@e rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2589,13 +2063,39 @@ rdfs:domain :APService .""" ], rdfs:label "FIPA ACL Message"@en ; rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -2605,106 +2105,68 @@ rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@e rdfs:domain :ACLMessage ; rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:APService a owl:Class ; rdfs:label "Agent Platform Service"@en ; rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:fipa ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2720,66 +2182,6 @@ rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, @@ -2792,7 +2194,7 @@ rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; @@ -2800,24 +2202,13 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2836,19 +2227,6 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; rdfs:label "ACL Message Structure"@en ; rdfs:comment "The FIPA ACL message structure."@en ; @@ -2858,41 +2236,42 @@ sh:path <https://purl.org/hmas/hasPerformative> ] ; sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; rdfs:label "ACL Message Structure"@en ; rdfs:comment "The FIPA ACL message structure."@en ; @@ -2902,51 +2281,26 @@ sh:path <https://purl.org/hmas/hasPerformative> ] ; sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] sh:maxCount 1 ; sh:minCount 1 ; sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; earl:subject _:all-modules ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; @@ -2957,27 +2311,18 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2992,12 +2337,6 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -3009,7 +2348,9 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -3027,103 +2368,241 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -3143,59 +2622,52 @@ dct:title "Hypermedia MAS Core Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -3211,97 +2683,73 @@ rdfs:range :Agent .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a earl:Pass ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3309,27 +2757,256 @@ dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revi earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:term-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:all-modules ; earl:test acimov-model-test:owl-rl-constraint . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -3359,7 +3036,11 @@ vann:preferredNamespaceUri : .""" ], dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], @@ -3373,61 +3054,225 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:fipa ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3435,71 +3280,184 @@ sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3524,121 +3482,114 @@ rdfs:range :Agent .""" ] ] ; earl:subject _:regulation ; earl:test acimov-model-test:terms-differenciation . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; @@ -3647,62 +3598,111 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3839,7 +3839,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-24T09:41:30.376354"^^xsd:dateTime ; + dcterms:date "2024-01-24T09:46:14.530240"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From 3029872e266ccd6a0a14581316c179ee6dcb866e Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 24 Jan 2024 10:49:44 +0100 Subject: [PATCH 18/25] refactor(messaging) move docs --- .../q1.csv | 0 .../q1.rq | 0 .../q2.csv | 0 .../q2.rq | 0 .../q3.csv | 0 .../q3.rq | 0 .../q4.csv | 0 .../q4.rq | 0 .../q5.csv | 0 .../q5.rq | 0 .../q6.csv | 0 .../q6.rq | 0 .../q7.csv | 0 .../q7.rq | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q1.csv (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q1.rq (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q2.csv (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q2.rq (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q3.csv (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q3.rq (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q4.csv (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q4.rq (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q5.csv (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q5.rq (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q6.csv (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q6.rq (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q7.csv (100%) rename domains/manufacturing-environments/{discovering-messaging-behavior-specifications => discover-messaging-behavior-specifications}/q7.rq (100%) diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.csv b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q1.csv similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.csv rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q1.csv diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q1.rq similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q1.rq rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q1.rq diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q2.csv similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.csv rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q2.csv diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.rq b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q2.rq similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q2.rq rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q2.rq diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q3.csv similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.csv rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q3.csv diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q3.rq similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q3.rq rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q3.rq diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.csv b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q4.csv similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.csv rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q4.csv diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q4.rq similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q4.rq rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q4.rq diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.csv b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q5.csv similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.csv rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q5.csv diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q5.rq similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q5.rq rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q5.rq diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.csv b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q6.csv similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.csv rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q6.csv diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q6.rq similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q6.rq rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q6.rq diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.csv b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q7.csv similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.csv rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q7.csv diff --git a/domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq b/domains/manufacturing-environments/discover-messaging-behavior-specifications/q7.rq similarity index 100% rename from domains/manufacturing-environments/discovering-messaging-behavior-specifications/q7.rq rename to domains/manufacturing-environments/discover-messaging-behavior-specifications/q7.rq From 6c3e1761b219dc2f136b1d717f6606f75441f0c1 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 24 Jan 2024 09:51:09 +0000 Subject: [PATCH 19/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 6 +- .acimov/output/model-test-actions.ttl | 5100 ++++++++++++------------- 2 files changed, 2553 insertions(+), 2553 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 4a648d70..0ec9bcf8 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-24 09:46:14| +|Date|2024-01-24 09:50:50| *** @@ -1924,7 +1924,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 62 @@ -4709,7 +4709,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 173 diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 4981dc99..1e886473 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -12,128 +12,249 @@ earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ], +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -142,84 +263,131 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:fipa ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -237,108 +405,19 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; +vann:preferredNamespaceUri : .""" ] ] ; earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -349,97 +428,114 @@ rdfs:comment "Links all the resources that are logically contained in a wo..."@e rdfs:domain <https://purl.org/hmas/Workspace> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a earl:Pass ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:interaction ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -448,97 +544,84 @@ dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hyper earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:APService a owl:Class ; rdfs:label "Agent Platform Service"@en ; rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -546,11 +629,13 @@ rdfs:range :BehaviorExecution .""" ], rdfs:label "request"@en ; rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -559,50 +644,34 @@ rdfs:label "is in reply to"@en ; rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], +rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -611,27 +680,37 @@ rdfs:label "Agent Platform Description"@en ; rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -639,281 +718,137 @@ rdfs:range :Agent .""" ], rdfs:label "FIPA SL"@en ; rdfs:comment "The FIPA SL Content Language"@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], +rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; rdfs:seeAlso """:Language a owl:Class ; rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ] ] ; - earl:subject _:all-modules ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -921,188 +856,288 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; + earl:subject _:interaction ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; rdfs:label "has protocol"@en ; rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; @@ -1127,16 +1162,21 @@ rdfs:comment "A relation between a signifier and the specification of a be..."@e rdfs:domain :Signifier ; rdfs:isDefinedBy :interaction .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :core and :Role"@en ; @@ -1172,33 +1212,70 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1206,17 +1283,53 @@ skos:related :Organization .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1224,301 +1337,262 @@ skos:related :Organization .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:interaction ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1529,86 +1603,270 @@ skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:owl-rl-constraint . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1616,137 +1874,167 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1760,27 +2048,9 @@ rdfs:label "has protocol"@en ; rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; rdfs:domain :ACLMessage ; rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-modules ; + earl:subject _:fipa ; earl:test acimov-model-test:domain-and-range-referencing . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -1806,6 +2076,44 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -1823,72 +2131,223 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1899,394 +2358,177 @@ owl:imports :core .""" ] ] ; earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ] ] ; +rdfs:range :Agent .""" ] ] ; earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:profile-compatibility . +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2294,7 +2536,7 @@ sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; @@ -2302,7 +2544,7 @@ sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2311,18 +2553,13 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2337,9 +2574,26 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2348,108 +2602,61 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2457,108 +2664,181 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:interaction ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:fipa ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2566,26 +2846,31 @@ sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2599,8 +2884,58 @@ sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; @@ -2639,364 +2974,155 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3004,9 +3130,140 @@ rdfs:range :InteractionProtocol .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -3036,11 +3293,7 @@ vann:preferredNamespaceUri : .""" ], dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], @@ -3054,50 +3307,9 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -3110,11 +3322,25 @@ owl:imports :core .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3122,7 +3348,7 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; @@ -3131,9 +3357,36 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + earl:subject _:all-modules ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -3158,13 +3411,6 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -3190,132 +3436,37 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; + [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -3333,7 +3484,7 @@ skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; @@ -3342,43 +3493,19 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -3389,109 +3516,92 @@ rdfs:label "has for profile"@en, rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -3511,16 +3621,12 @@ skos:historyNote "The definition of the concept follows affordance theorists [.. skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; + dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -3532,12 +3638,12 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; @@ -3560,149 +3666,43 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3839,7 +3839,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-24T09:46:14.530240"^^xsd:dateTime ; + dcterms:date "2024-01-24T09:50:50.779594"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From 54cf44d68af25edc045d79c21ffe8a2df114c673 Mon Sep 17 00:00:00 2001 From: danaivach Date: Thu, 25 Jan 2024 11:10:47 +0100 Subject: [PATCH 20/25] docs(messaging) fix references --- .../discover-messaging-behavior-specifications/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/manufacturing-environments/discover-messaging-behavior-specifications/README.md b/domains/manufacturing-environments/discover-messaging-behavior-specifications/README.md index 8e5c3fce..c8f260ae 100644 --- a/domains/manufacturing-environments/discover-messaging-behavior-specifications/README.md +++ b/domains/manufacturing-environments/discover-messaging-behavior-specifications/README.md @@ -33,8 +33,8 @@ Agent B receives the message, and by interpreting the sender of the message, it ## Glossary - **Message**: The individual unit of communication between two or more agents. -- **Subrotocol**: An extension mechanism to a transport protocol [1], such as the [FIPA Agent Message Transport Protocol for HTTP](http://www.fipa.org/specs/fipa00084/XC00084C.html), that can be, for example, specified as part of the hypermedia control (e.g. an [hctl:Form](https://www.w3.org/2019/wot/hypermedia#Form)) describing how to execute an action. -- **Agent Interaction Protocol**: A specification of interaction between two or more autonomous agents that serves as a standard of correctness for agent behavior in a multi-agent system [2]. +- **Subrotocol**: An extension mechanism to a transport protocol [Matsukura et al., 2023], such as the [FIPA Agent Message Transport Protocol for HTTP](http://www.fipa.org/specs/fipa00084/XC00084C.html), that can be, for example, specified as part of the hypermedia control (e.g. an [hctl:Form](https://www.w3.org/2019/wot/hypermedia#Form)) describing how to execute an action. +- **Agent Interaction Protocol**: A specification of interaction between two or more autonomous agents that serves as a standard of correctness for agent behavior in a multi-agent system [Baldoni et al., 2018]. - **Action Execution as part of a Behavior Execution**: An action exection that takes place upon the execution of a (more complex) behavior, for example, as part of the execution of a plan, or of the enactment of an agent interaction protocol. - **Behavior Execution**: see [Discovery of Behavior Specifications](../discover-behavior-specifications/README.md). - **Action Execution**: see [Discovery of Behavior Specifications](../discover-behavior-specifications/README.md). @@ -49,3 +49,8 @@ Agent B receives the message, and by interpreting the sender of the message, it - **Artifact**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). - **Agent**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). - **Resource Profile**: see [Discovery of Workspaces, Agents, and Artifacts in Hypermedia Environments](../discover-core/README.md). + +[Matsukura et al., 2023] Matsukura, R., & McCool, M., & Lagally, M., & Toumura, K. (2023). Web of Things (WoT) Architecture 1.1. W3C Recommendation (W3C). Available online: https://www.w3.org/TR/wot-architecture11/. + +[Baldoni et al., 2018] Baldoni, M., Baroglio, C., Amit, K. C., & Günay, A. (2018). Interaction Protocols. Handbook of Normative Multiagent Systems. + From 1e3e0d3434edc35afc3d6fa9c0741c979653c1ac Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 25 Jan 2024 10:11:34 +0000 Subject: [PATCH 21/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 4 +- .acimov/output/model-test-actions.ttl | 5158 ++++++++++++------------- 2 files changed, 2581 insertions(+), 2581 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index 0ec9bcf8..f61b780b 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -15,7 +15,7 @@ Here is some context about under which context this test was made |Title|danaivach using actions script| |Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-24 09:50:50| +|Date|2024-01-25 10:11:15| *** @@ -4709,7 +4709,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 173 diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 1e886473..e06f55ec 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -14,9 +14,18 @@ earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + earl:subject _:core ; earl:test acimov-model-test:owl-rl-constraint . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -40,861 +49,136 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, "Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:fipa a owl:Ontology ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core, +:interaction .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -904,19 +188,28 @@ rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@e rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -926,22 +219,17 @@ rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@e rdfs:domain :ACLMessage ; rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -951,19 +239,11 @@ rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@e rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -978,18 +258,41 @@ rdfs:label "reply with"@en ; rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; @@ -999,17 +302,24 @@ rdfs:label "has ontology"@en ; rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1019,31 +329,18 @@ rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@e rdfs:domain :ACLMessage ; rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1052,170 +349,434 @@ rdfs:label "HTTP Message Transport Service"@en ; rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ] ] ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; earl:subject _:all-modules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0002-3497-8758>, <https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:terms-differenciation . +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1223,44 +784,239 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; + earl:subject _:interaction ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> ] ; +sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] sh:maxCount 1 ; +sh:minCount 1 ; +sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1281,83 +1037,390 @@ rdfs:range :InteractionProtocol .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Language .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :CommunicativeAct .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyBy a owl:ObjectProperty ; +rdfs:label "reply by"@en ; +rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; +rdfs:label "has ontology"@en ; +rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:APService a owl:Class ; +rdfs:label "Agent Platform Service"@en ; +rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:agree a :CommunicativeAct ; +rdfs:label "agree"@en ; +rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb12161>, +<https://www.example.org/Noneb12162> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -1372,11 +1435,7 @@ dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -1384,6 +1443,34 @@ skos:historyNote "The definition of the concept follows affordance theorists [.. skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:regulation a owl:Ontology ; @@ -1403,23 +1490,62 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, "Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -1441,49 +1567,47 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:all-fragments ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1498,10 +1622,10 @@ owl:imports :core .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1509,17 +1633,49 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1527,72 +1683,148 @@ owl:imports :core .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:term-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -1600,88 +1832,66 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; + rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; +rdfs:label "has performative"@en ; +rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], +rdfs:range :CommunicativeAct .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], + rdfs:seeAlso """:CommunicativeAct a owl:Class ; +rdfs:label "FIPA Communicative act"@en ; +rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], + rdfs:seeAlso """:ACLMessage a owl:Class ; +rdfs:label "FIPA ACL Message"@en ; +rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1689,27 +1899,6 @@ rdfs:comment "The FIPA SL Content Language"@en .""" ], rdfs:label "has ontology"@en ; rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1717,83 +1906,70 @@ rdfs:subClassOf :ResourceProfile .""" ], rdfs:label "Agent Platform Service"@en ; rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; + rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; +rdfs:label "has receiver"@en ; +rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], + rdfs:seeAlso """:hasEncoding a owl:DataProperty ; +rdfs:label "has encoding"@en ; +rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], + rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; +rdfs:label "IIOP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], + rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; +rdfs:label "Agent Identifier Description"@en ; +rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + rdfs:seeAlso """:hasContent a owl:DataProperty ; +rdfs:label "has content"@en ; +rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; +rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], + rdfs:seeAlso """:hasSender a owl:ObjectProperty ; +rdfs:label "has sender"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:Language a owl:Class ; +rdfs:label "Language"@en ; +rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], + rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; +rdfs:label "FIPA Agent Platform"@en ; +rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; +rdfs:subClassOf :HypermediaMASPlatform .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; +rdfs:label "has conversation"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :BehaviorExecution .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1802,33 +1978,39 @@ rdfs:label "reply by"@en ; rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; rdfs:domain :ACLMessage .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; +rdfs:label "HTTP Message Transport Service"@en ; +rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; +rdfs:subClassOf :MessageTransportService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; + rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; +rdfs:label "has Service Type"@en ; +rdfs:domain :APService .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], +rdfs:range :InteractionProtocol .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], + rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; +rdfs:label "has Service Name"@en ; +rdfs:domain :APService .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], + rdfs:seeAlso """:MessageTransportService a owl:Class ; +rdfs:label "Message Transport Service"@en ; +rdfs:comment "A service for transporting messages among agents that confor..."@en ; +rdfs:subClassOf :APService .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; @@ -1836,38 +2018,88 @@ rdfs:domain :ACLMessage .""" ], rdfs:label "agree"@en ; rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; + rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; rdfs:domain :ACLMessage ; rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; + rdfs:seeAlso """:request a :CommunicativeAct ; +rdfs:label "request"@en ; +rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; +rdfs:label "Request Interaction Protocol"@en ; +rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; +rdfs:label "has language"@en ; +rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], +rdfs:range :Language .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; + rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; +rdfs:label "Agent Platform Description"@en ; +rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; +rdfs:subClassOf :ResourceProfile .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:FIPASL a :Language ; +rdfs:label "FIPA SL"@en ; +rdfs:comment "The FIPA SL Content Language"@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:replyWith a owl:ObjectProperty ; +rdfs:label "reply with"@en ; rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ] ] ; - earl:subject _:all-fragments ; +rdfs:domain :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; +rdfs:label "ACL Message Structure"@en ; +rdfs:comment "The FIPA ACL message structure."@en ; +sh:property [ sh:maxCount 1 ; +sh:minCount 1 ; +sh:path :hasPerformative ] ; +sh:targetClass :ACLMessage .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:refuse a :CommunicativeAct ; +rdfs:label "refuse"@en ; +rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Term not referenced to a module"@en ; + rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; +rdfs:label "Interaction protocol"@en ; +rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; +rdfs:subClassOf :BehaviorExecution .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:term-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -1880,259 +2112,266 @@ rdfs:domain :ACLMessage .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:regulation ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:syntax . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:fipa ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:fipa a owl:Ontology ; @@ -2140,173 +2379,71 @@ vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core, :interaction .""" ] ] ; - earl:subject _:all-modules ; + earl:subject _:fipa ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2334,45 +2471,55 @@ owl:imports :core .""" ] ] ; [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:domain-and-range-referencing . @@ -2380,37 +2527,24 @@ owl:imports :core .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -2418,16 +2552,108 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; @@ -2436,41 +2662,45 @@ rdfs:range :Agent .""" ] ] ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; + earl:subject _:all-fragments ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:domain-and-range-referencing . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; @@ -2516,27 +2746,64 @@ dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; @@ -2560,12 +2827,27 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:label "transitively contains"@en, +"transitivelyContains"@en, "contient transitivement"@fr ; dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; @@ -2575,22 +2857,27 @@ rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -2609,381 +2896,439 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:syntax . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:description "The subject needs to be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:fipa a owl:Ontology ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core, -:interaction .""" ] ] ; - earl:subject _:fipa ; +:interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -3003,153 +3348,33 @@ dct:title "Hypermedia MAS Core Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3182,95 +3407,88 @@ owl:imports :core .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; +rdfs:label "is in reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; +rdfs:domain :ACLMessage .""", + """:isReplyTo a owl:ObjectProperty ; +rdfs:label "is reply to"@en ; +rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -3288,59 +3506,60 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:labeled-terms . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; @@ -3355,80 +3574,45 @@ rdfs:range :Agent .""" ] ] ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:labeled-terms . +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :InteractionProtocol, + """:hasProtocol a owl:ObjectProperty ; +rdfs:label "has protocol"@en ; +rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; +rdfs:domain :ACLMessage ; +rdfs:range :InteractionProtocol .""" ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . + [] a earl:Assertion ; earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -3436,37 +3620,9 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -3482,102 +3638,17 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, @@ -3602,38 +3673,6 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -3643,14 +3682,7 @@ dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hyper dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -3666,44 +3698,12 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - _:danaivach a foaf:Person ; schema:mainEntityOfPage . @@ -3839,7 +3839,7 @@ _:meta a earl:TestSubject ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . _:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-24T09:50:50.779594"^^xsd:dateTime ; + dcterms:date "2024-01-25T10:11:15.253855"^^xsd:dateTime ; dcterms:description "Test triggered by @danaivach by actions trigger"@en ; dcterms:title "danaivach using actions script"@en ; foaf:member ; From 2f0df8da68c5980debebe9dfee2a07e657a013e8 Mon Sep 17 00:00:00 2001 From: NicoRobertIn <144037080+NicoRobertIn@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:15:36 +0100 Subject: [PATCH 22/25] Update fipa.ttl --- src/fipa.ttl | 54 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 9 deletions(-) diff --git a/src/fipa.ttl b/src/fipa.ttl index db2fbf47..4d473fdf 100644 --- a/src/fipa.ttl +++ b/src/fipa.ttl @@ -239,15 +239,51 @@ ### https://ci.mines-stetienne.fr/fipa#ACLMessageStructure -:ACLMessageStructure rdf:type sh:NodeShape ; - rdfs:comment "The FIPA ACL message structure."@en ; - rdfs:label "ACL Message Structure"@en ; - sh:targetClass :ACLMessage ; - sh:property [ - sh:path :hasPerformative ; - sh:minCount 1; - sh:maxCount 1; - ] . +hmas:ACLMessageStructure rdf:type sh:NodeShape ; + rdfs:comment "The FIPA ACL message structure."@en ; + rdfs:label "ACL Message Structure"@en ; + sh:targetClass hmas:ACLMessage ; + sh:property [ + sh:path hmas:hasPerformative ; + sh:minCount 1 ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasSender ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasReceiver ; + sh:maxCount 1 + ] , [ + sh:path hmas:isReplyTo ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasContent ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasLanguage ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasEncoding ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasOntology ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasProtocol ; + sh:maxCount 1 + ] , [ + sh:path hmas:hasConversation ; + sh:maxCount 1 + ] , [ + sh:path hmas:replyWith ; + sh:maxCount 1 + ] , [ + sh:path hmas:isInReplyTo ; + sh:maxCount 1 + ] , [ + sh:path hmas:replyBy ; + sh:maxCount 1 + ] . ### https://ci.mines-stetienne.fr/fipa#RequestInteractionProtocolEnactment From 64467d8294f9f8bde42240b3835e0978dc102860 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 12 Feb 2024 15:16:16 +0000 Subject: [PATCH 23/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 6498 ++++++++----------------- .acimov/output/model-test-actions.ttl | 4450 +++++++---------- 2 files changed, 3871 insertions(+), 7077 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index f61b780b..f933af0d 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -10,12 +10,12 @@ The original test report is available in turtle syntax [here](./actions.ttl). Here is some context about under which context this test was made -|Assertor|[danaivach](https://github.com/danaivach)| +|Assertor|[NicoRobertIn](https://github.com/NicoRobertIn)| |----|-----| -|Title|danaivach using actions script| -|Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| +|Title|NicoRobertIn using actions script| +|Description|Test triggered by [@NicoRobertIn](https://github.com/NicoRobertIn) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-01-25 10:11:15| +|Date|2024-02-12 15:16:02| *** @@ -24,11 +24,11 @@ Here is some context about under which context this test was made Here is a short overview for this test report -383 Assertions +290 Assertions -:boom:3 MajorFail, :exclamation:226 MinorFail, :warning:0 CannotTell, :grey_question:20 NotTested, :white_check_mark:134 Pass +:boom:18 MajorFail, :exclamation:109 MinorFail, :warning:0 CannotTell, :grey_question:30 NotTested, :white_check_mark:133 Pass -
+

@@ -45,22 +45,37 @@ According to the [EARL](https://www.w3.org/TR/EARL10-Schema/) vocabulary, each o Here is the chapter related to the MajorFail assertion -:boom:3 MajorFail assertions +:boom:18 MajorFail assertions
-Fold/Unfold the 3 summary and details +Fold/Unfold the 18 summary and details ## MajorFail Assertions Summary [Jump to statistic summary](#statistic-summary) -:boom:3 MajorFail assertions +:boom:18 MajorFail assertions |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#majorfail-assertions-summary)|
1/3
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-1)| -|[Table top](#majorfail-assertions-summary)|
2/3
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-2)| -|[Table top](#majorfail-assertions-summary)|
3/3
|:boom:*MajorFail*|`manufacturing-environments-safety-rules`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-3)| +|[Table top](#majorfail-assertions-summary)|
1/18
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-1)| +|[Table top](#majorfail-assertions-summary)|
2/18
|:boom:*MajorFail*|`meta`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-2)| +|[Table top](#majorfail-assertions-summary)|
3/18
|:boom:*MajorFail*|`manufacturing-environments-safety-rules`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-3)| +|[Table top](#majorfail-assertions-summary)|
4/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-4)| +|[Table top](#majorfail-assertions-summary)|
5/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-5)| +|[Table top](#majorfail-assertions-summary)|
6/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-6)| +|[Table top](#majorfail-assertions-summary)|
7/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-7)| +|[Table top](#majorfail-assertions-summary)|
8/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-8)| +|[Table top](#majorfail-assertions-summary)|
9/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-9)| +|[Table top](#majorfail-assertions-summary)|
10/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-10)| +|[Table top](#majorfail-assertions-summary)|
11/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-11)| +|[Table top](#majorfail-assertions-summary)|
12/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-12)| +|[Table top](#majorfail-assertions-summary)|
13/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-13)| +|[Table top](#majorfail-assertions-summary)|
14/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-14)| +|[Table top](#majorfail-assertions-summary)|
15/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-15)| +|[Table top](#majorfail-assertions-summary)|
16/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-16)| +|[Table top](#majorfail-assertions-summary)|
17/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-17)| +|[Table top](#majorfail-assertions-summary)|
18/18
|:boom:*MajorFail*|`fipa`|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)|Test subject has syntax errors|[Jump](#majorfail-assertion-number-18)| *** @@ -140,3081 +155,617 @@ This subchapter gives more details to the :boom:MajorFail assertions |Description|Encountered "\"Associates exceptions to a context of application of a norm\"" at line 82, column 30.| *** +### MajorFail Assertion number 4 -
- -*** - - -# MinorFail Assertions - -Here is the chapter related to the MinorFail assertion - -:exclamation:226 MinorFail assertions - -
-Fold/Unfold the 226 summary and details - -## MinorFail Assertions Summary - -[Jump to statistic summary](#statistic-summary) - -:exclamation:226 MinorFail assertions - -|*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| -|------|--------|--------|---------|-----------|-------|------| -|[Table top](#minorfail-assertions-summary)|
1/226
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-1)| -|[Table top](#minorfail-assertions-summary)|
2/226
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-2)| -|[Table top](#minorfail-assertions-summary)|
3/226
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-3)| -|[Table top](#minorfail-assertions-summary)|
4/226
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-4)| -|[Table top](#minorfail-assertions-summary)|
5/226
|:exclamation:*MinorFail*|`regulation`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-5)| -|[Table top](#minorfail-assertions-summary)|
6/226
|:exclamation:*MinorFail*|`regulation`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-6)| -|[Table top](#minorfail-assertions-summary)|
7/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-7)| -|[Table top](#minorfail-assertions-summary)|
8/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-8)| -|[Table top](#minorfail-assertions-summary)|
9/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-9)| -|[Table top](#minorfail-assertions-summary)|
10/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-10)| -|[Table top](#minorfail-assertions-summary)|
11/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-11)| -|[Table top](#minorfail-assertions-summary)|
12/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-12)| -|[Table top](#minorfail-assertions-summary)|
13/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-13)| -|[Table top](#minorfail-assertions-summary)|
14/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-14)| -|[Table top](#minorfail-assertions-summary)|
15/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-15)| -|[Table top](#minorfail-assertions-summary)|
16/226
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-16)| -|[Table top](#minorfail-assertions-summary)|
17/226
|:exclamation:*MinorFail*|`logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-17)| -|[Table top](#minorfail-assertions-summary)|
18/226
|:exclamation:*MinorFail*|`logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-18)| -|[Table top](#minorfail-assertions-summary)|
19/226
|:exclamation:*MinorFail*|`interaction-manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-19)| -|[Table top](#minorfail-assertions-summary)|
20/226
|:exclamation:*MinorFail*|`interaction`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-20)| -|[Table top](#minorfail-assertions-summary)|
21/226
|:exclamation:*MinorFail*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-21)| -|[Table top](#minorfail-assertions-summary)|
22/226
|:exclamation:*MinorFail*|`fipa`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-22)| -|[Table top](#minorfail-assertions-summary)|
23/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-23)| -|[Table top](#minorfail-assertions-summary)|
24/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-24)| -|[Table top](#minorfail-assertions-summary)|
25/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-25)| -|[Table top](#minorfail-assertions-summary)|
26/226
|:exclamation:*MinorFail*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-26)| -|[Table top](#minorfail-assertions-summary)|
27/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-27)| -|[Table top](#minorfail-assertions-summary)|
28/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-28)| -|[Table top](#minorfail-assertions-summary)|
29/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-29)| -|[Table top](#minorfail-assertions-summary)|
30/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-30)| -|[Table top](#minorfail-assertions-summary)|
31/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-31)| -|[Table top](#minorfail-assertions-summary)|
32/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-32)| -|[Table top](#minorfail-assertions-summary)|
33/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-33)| -|[Table top](#minorfail-assertions-summary)|
34/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-34)| -|[Table top](#minorfail-assertions-summary)|
35/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-35)| -|[Table top](#minorfail-assertions-summary)|
36/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-36)| -|[Table top](#minorfail-assertions-summary)|
37/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-37)| -|[Table top](#minorfail-assertions-summary)|
38/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-38)| -|[Table top](#minorfail-assertions-summary)|
39/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-39)| -|[Table top](#minorfail-assertions-summary)|
40/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-40)| -|[Table top](#minorfail-assertions-summary)|
41/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-41)| -|[Table top](#minorfail-assertions-summary)|
42/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-42)| -|[Table top](#minorfail-assertions-summary)|
43/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-43)| -|[Table top](#minorfail-assertions-summary)|
44/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-44)| -|[Table top](#minorfail-assertions-summary)|
45/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-45)| -|[Table top](#minorfail-assertions-summary)|
46/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-46)| -|[Table top](#minorfail-assertions-summary)|
47/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-47)| -|[Table top](#minorfail-assertions-summary)|
48/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-48)| -|[Table top](#minorfail-assertions-summary)|
49/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-49)| -|[Table top](#minorfail-assertions-summary)|
50/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-50)| -|[Table top](#minorfail-assertions-summary)|
51/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-51)| -|[Table top](#minorfail-assertions-summary)|
52/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-52)| -|[Table top](#minorfail-assertions-summary)|
53/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-53)| -|[Table top](#minorfail-assertions-summary)|
54/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-54)| -|[Table top](#minorfail-assertions-summary)|
55/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-55)| -|[Table top](#minorfail-assertions-summary)|
56/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-56)| -|[Table top](#minorfail-assertions-summary)|
57/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-57)| -|[Table top](#minorfail-assertions-summary)|
58/226
|:exclamation:*MinorFail*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-58)| -|[Table top](#minorfail-assertions-summary)|
59/226
|:exclamation:*MinorFail*|`fipa`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-59)| -|[Table top](#minorfail-assertions-summary)|
60/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-60)| -|[Table top](#minorfail-assertions-summary)|
61/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-61)| -|[Table top](#minorfail-assertions-summary)|
62/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-62)| -|[Table top](#minorfail-assertions-summary)|
63/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-63)| -|[Table top](#minorfail-assertions-summary)|
64/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-64)| -|[Table top](#minorfail-assertions-summary)|
65/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-65)| -|[Table top](#minorfail-assertions-summary)|
66/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-66)| -|[Table top](#minorfail-assertions-summary)|
67/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-67)| -|[Table top](#minorfail-assertions-summary)|
68/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-68)| -|[Table top](#minorfail-assertions-summary)|
69/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-69)| -|[Table top](#minorfail-assertions-summary)|
70/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-70)| -|[Table top](#minorfail-assertions-summary)|
71/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-71)| -|[Table top](#minorfail-assertions-summary)|
72/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-72)| -|[Table top](#minorfail-assertions-summary)|
73/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-73)| -|[Table top](#minorfail-assertions-summary)|
74/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-74)| -|[Table top](#minorfail-assertions-summary)|
75/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-75)| -|[Table top](#minorfail-assertions-summary)|
76/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-76)| -|[Table top](#minorfail-assertions-summary)|
77/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-77)| -|[Table top](#minorfail-assertions-summary)|
78/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-78)| -|[Table top](#minorfail-assertions-summary)|
79/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-79)| -|[Table top](#minorfail-assertions-summary)|
80/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-80)| -|[Table top](#minorfail-assertions-summary)|
81/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-81)| -|[Table top](#minorfail-assertions-summary)|
82/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-82)| -|[Table top](#minorfail-assertions-summary)|
83/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-83)| -|[Table top](#minorfail-assertions-summary)|
84/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-84)| -|[Table top](#minorfail-assertions-summary)|
85/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-85)| -|[Table top](#minorfail-assertions-summary)|
86/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-86)| -|[Table top](#minorfail-assertions-summary)|
87/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-87)| -|[Table top](#minorfail-assertions-summary)|
88/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-88)| -|[Table top](#minorfail-assertions-summary)|
89/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-89)| -|[Table top](#minorfail-assertions-summary)|
90/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-90)| -|[Table top](#minorfail-assertions-summary)|
91/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-91)| -|[Table top](#minorfail-assertions-summary)|
92/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-92)| -|[Table top](#minorfail-assertions-summary)|
93/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-93)| -|[Table top](#minorfail-assertions-summary)|
94/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-94)| -|[Table top](#minorfail-assertions-summary)|
95/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-95)| -|[Table top](#minorfail-assertions-summary)|
96/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-96)| -|[Table top](#minorfail-assertions-summary)|
97/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-97)| -|[Table top](#minorfail-assertions-summary)|
98/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-98)| -|[Table top](#minorfail-assertions-summary)|
99/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-99)| -|[Table top](#minorfail-assertions-summary)|
100/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-100)| -|[Table top](#minorfail-assertions-summary)|
101/226
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-101)| -|[Table top](#minorfail-assertions-summary)|
102/226
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-102)| -|[Table top](#minorfail-assertions-summary)|
103/226
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-103)| -|[Table top](#minorfail-assertions-summary)|
104/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-104)| -|[Table top](#minorfail-assertions-summary)|
105/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-105)| -|[Table top](#minorfail-assertions-summary)|
106/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-106)| -|[Table top](#minorfail-assertions-summary)|
107/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-107)| -|[Table top](#minorfail-assertions-summary)|
108/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-108)| -|[Table top](#minorfail-assertions-summary)|
109/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-109)| -|[Table top](#minorfail-assertions-summary)|
110/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-110)| -|[Table top](#minorfail-assertions-summary)|
111/226
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-111)| -|[Table top](#minorfail-assertions-summary)|
112/226
|:exclamation:*MinorFail*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-112)| -|[Table top](#minorfail-assertions-summary)|
113/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-113)| -|[Table top](#minorfail-assertions-summary)|
114/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-114)| -|[Table top](#minorfail-assertions-summary)|
115/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-115)| -|[Table top](#minorfail-assertions-summary)|
116/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-116)| -|[Table top](#minorfail-assertions-summary)|
117/226
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-117)| -|[Table top](#minorfail-assertions-summary)|
118/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-118)| -|[Table top](#minorfail-assertions-summary)|
119/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-119)| -|[Table top](#minorfail-assertions-summary)|
120/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-120)| -|[Table top](#minorfail-assertions-summary)|
121/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-121)| -|[Table top](#minorfail-assertions-summary)|
122/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-122)| -|[Table top](#minorfail-assertions-summary)|
123/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-123)| -|[Table top](#minorfail-assertions-summary)|
124/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-124)| -|[Table top](#minorfail-assertions-summary)|
125/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-125)| -|[Table top](#minorfail-assertions-summary)|
126/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-126)| -|[Table top](#minorfail-assertions-summary)|
127/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-127)| -|[Table top](#minorfail-assertions-summary)|
128/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-128)| -|[Table top](#minorfail-assertions-summary)|
129/226
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-129)| -|[Table top](#minorfail-assertions-summary)|
130/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-130)| -|[Table top](#minorfail-assertions-summary)|
131/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-131)| -|[Table top](#minorfail-assertions-summary)|
132/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-132)| -|[Table top](#minorfail-assertions-summary)|
133/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-133)| -|[Table top](#minorfail-assertions-summary)|
134/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-134)| -|[Table top](#minorfail-assertions-summary)|
135/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-135)| -|[Table top](#minorfail-assertions-summary)|
136/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-136)| -|[Table top](#minorfail-assertions-summary)|
137/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-137)| -|[Table top](#minorfail-assertions-summary)|
138/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-138)| -|[Table top](#minorfail-assertions-summary)|
139/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-139)| -|[Table top](#minorfail-assertions-summary)|
140/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-140)| -|[Table top](#minorfail-assertions-summary)|
141/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-141)| -|[Table top](#minorfail-assertions-summary)|
142/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-142)| -|[Table top](#minorfail-assertions-summary)|
143/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-143)| -|[Table top](#minorfail-assertions-summary)|
144/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-144)| -|[Table top](#minorfail-assertions-summary)|
145/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-145)| -|[Table top](#minorfail-assertions-summary)|
146/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-146)| -|[Table top](#minorfail-assertions-summary)|
147/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-147)| -|[Table top](#minorfail-assertions-summary)|
148/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-148)| -|[Table top](#minorfail-assertions-summary)|
149/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-149)| -|[Table top](#minorfail-assertions-summary)|
150/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-150)| -|[Table top](#minorfail-assertions-summary)|
151/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-151)| -|[Table top](#minorfail-assertions-summary)|
152/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-152)| -|[Table top](#minorfail-assertions-summary)|
153/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-153)| -|[Table top](#minorfail-assertions-summary)|
154/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-154)| -|[Table top](#minorfail-assertions-summary)|
155/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-155)| -|[Table top](#minorfail-assertions-summary)|
156/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-156)| -|[Table top](#minorfail-assertions-summary)|
157/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-157)| -|[Table top](#minorfail-assertions-summary)|
158/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-158)| -|[Table top](#minorfail-assertions-summary)|
159/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-159)| -|[Table top](#minorfail-assertions-summary)|
160/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-160)| -|[Table top](#minorfail-assertions-summary)|
161/226
|:exclamation:*MinorFail*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-161)| -|[Table top](#minorfail-assertions-summary)|
162/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-162)| -|[Table top](#minorfail-assertions-summary)|
163/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-163)| -|[Table top](#minorfail-assertions-summary)|
164/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-164)| -|[Table top](#minorfail-assertions-summary)|
165/226
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-165)| -|[Table top](#minorfail-assertions-summary)|
166/226
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-166)| -|[Table top](#minorfail-assertions-summary)|
167/226
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-167)| -|[Table top](#minorfail-assertions-summary)|
168/226
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-168)| -|[Table top](#minorfail-assertions-summary)|
169/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-169)| -|[Table top](#minorfail-assertions-summary)|
170/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-170)| -|[Table top](#minorfail-assertions-summary)|
171/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-171)| -|[Table top](#minorfail-assertions-summary)|
172/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-172)| -|[Table top](#minorfail-assertions-summary)|
173/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-173)| -|[Table top](#minorfail-assertions-summary)|
174/226
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-174)| -|[Table top](#minorfail-assertions-summary)|
175/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-175)| -|[Table top](#minorfail-assertions-summary)|
176/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-176)| -|[Table top](#minorfail-assertions-summary)|
177/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-177)| -|[Table top](#minorfail-assertions-summary)|
178/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-178)| -|[Table top](#minorfail-assertions-summary)|
179/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-179)| -|[Table top](#minorfail-assertions-summary)|
180/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-180)| -|[Table top](#minorfail-assertions-summary)|
181/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-181)| -|[Table top](#minorfail-assertions-summary)|
182/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-182)| -|[Table top](#minorfail-assertions-summary)|
183/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-183)| -|[Table top](#minorfail-assertions-summary)|
184/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-184)| -|[Table top](#minorfail-assertions-summary)|
185/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-185)| -|[Table top](#minorfail-assertions-summary)|
186/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-186)| -|[Table top](#minorfail-assertions-summary)|
187/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-187)| -|[Table top](#minorfail-assertions-summary)|
188/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-188)| -|[Table top](#minorfail-assertions-summary)|
189/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-189)| -|[Table top](#minorfail-assertions-summary)|
190/226
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-190)| -|[Table top](#minorfail-assertions-summary)|
191/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-191)| -|[Table top](#minorfail-assertions-summary)|
192/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-192)| -|[Table top](#minorfail-assertions-summary)|
193/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-193)| -|[Table top](#minorfail-assertions-summary)|
194/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-194)| -|[Table top](#minorfail-assertions-summary)|
195/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-195)| -|[Table top](#minorfail-assertions-summary)|
196/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-196)| -|[Table top](#minorfail-assertions-summary)|
197/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-197)| -|[Table top](#minorfail-assertions-summary)|
198/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-198)| -|[Table top](#minorfail-assertions-summary)|
199/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-199)| -|[Table top](#minorfail-assertions-summary)|
200/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-200)| -|[Table top](#minorfail-assertions-summary)|
201/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-201)| -|[Table top](#minorfail-assertions-summary)|
202/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-202)| -|[Table top](#minorfail-assertions-summary)|
203/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-203)| -|[Table top](#minorfail-assertions-summary)|
204/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-204)| -|[Table top](#minorfail-assertions-summary)|
205/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-205)| -|[Table top](#minorfail-assertions-summary)|
206/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-206)| -|[Table top](#minorfail-assertions-summary)|
207/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-207)| -|[Table top](#minorfail-assertions-summary)|
208/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-208)| -|[Table top](#minorfail-assertions-summary)|
209/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-209)| -|[Table top](#minorfail-assertions-summary)|
210/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-210)| -|[Table top](#minorfail-assertions-summary)|
211/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-211)| -|[Table top](#minorfail-assertions-summary)|
212/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-212)| -|[Table top](#minorfail-assertions-summary)|
213/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-213)| -|[Table top](#minorfail-assertions-summary)|
214/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-214)| -|[Table top](#minorfail-assertions-summary)|
215/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-215)| -|[Table top](#minorfail-assertions-summary)|
216/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-216)| -|[Table top](#minorfail-assertions-summary)|
217/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-217)| -|[Table top](#minorfail-assertions-summary)|
218/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-218)| -|[Table top](#minorfail-assertions-summary)|
219/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-219)| -|[Table top](#minorfail-assertions-summary)|
220/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-220)| -|[Table top](#minorfail-assertions-summary)|
221/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-221)| -|[Table top](#minorfail-assertions-summary)|
222/226
|:exclamation:*MinorFail*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Term not referenced to a module|[Jump](#minorfail-assertion-number-222)| -|[Table top](#minorfail-assertions-summary)|
223/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-223)| -|[Table top](#minorfail-assertions-summary)|
224/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-224)| -|[Table top](#minorfail-assertions-summary)|
225/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-225)| -|[Table top](#minorfail-assertions-summary)|
226/226
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-226)| - -*** - -## MinorFail Assertion Details - -This subchapter gives more details to the :exclamation:MinorFail assertions - -### MinorFail Assertion number 1 - -[Jump to summary definition](#summary-MinorFail-1) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|regulation-logistics-structure-organization| -|----|----| -|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| - -*** -### MinorFail Assertion number 2 - -[Jump to summary definition](#summary-MinorFail-2) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|regulation-logistics-structure-organization| -|----|----| -|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| -|----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| -|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| -|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| - -*** -### MinorFail Assertion number 3 - -[Jump to summary definition](#summary-MinorFail-3) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|regulation-logistics-create-organization| -|----|----| -|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| - -*** -### MinorFail Assertion number 4 - -[Jump to summary definition](#summary-MinorFail-4) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|regulation-logistics-create-organization| -|----|----| -|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| -|----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| -|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| -|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| - -*** -### MinorFail Assertion number 5 - -[Jump to summary definition](#summary-MinorFail-5) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|regulation| -|----|----| -|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| - -*** -### MinorFail Assertion number 6 - -[Jump to summary definition](#summary-MinorFail-6) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|regulation| -|----|----| -|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| - -#### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| -|----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| -|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| -|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| - -*** -### MinorFail Assertion number 7 - -[Jump to summary definition](#summary-MinorFail-7) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-signifiers| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| - -*** -### MinorFail Assertion number 8 - -[Jump to summary definition](#summary-MinorFail-8) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-signifiers| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| - -*** -### MinorFail Assertion number 9 - -[Jump to summary definition](#summary-MinorFail-9) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-signifiers| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| - -*** -### MinorFail Assertion number 10 - -[Jump to summary definition](#summary-MinorFail-10) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-signifiers| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| - -*** -### MinorFail Assertion number 11 - -[Jump to summary definition](#summary-MinorFail-11) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-signifiers| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| - -*** -### MinorFail Assertion number 12 - -[Jump to summary definition](#summary-MinorFail-12) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-signifiers| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| - -*** -### MinorFail Assertion number 13 - -[Jump to summary definition](#summary-MinorFail-13) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-signifiers| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| - -*** -### MinorFail Assertion number 14 - -[Jump to summary definition](#summary-MinorFail-14) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-platforms| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hosts> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/Hostable> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .
| - -*** -### MinorFail Assertion number 15 - -[Jump to summary definition](#summary-MinorFail-15) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-core| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitivelyContains"@en ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| - -*** -### MinorFail Assertion number 16 - -[Jump to summary definition](#summary-MinorFail-16) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|manufacturing-environments-discover-core| -|----|----| -|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has profile"@en ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| - -*** -### MinorFail Assertion number 17 - -[Jump to summary definition](#summary-MinorFail-17) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|logistics-structure-organization| -|----|----| -|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| -|----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| -|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation .
| -|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation .
| - -*** -### MinorFail Assertion number 18 - -[Jump to summary definition](#summary-MinorFail-18) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|logistics-create-organization| -|----|----| -|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :OrganizationModel has no rdfs:label to define it in natural language| -|Pointer|
:OrganizationModel a skos:Concept ;
skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ;
skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ;
skos:prefLabel "organization model"@en ;
skos:related :Organization .
| - -*** -### MinorFail Assertion number 19 - -[Jump to summary definition](#summary-MinorFail-19) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|interaction-manufacturing-environments-discover-behavior-specifications| -|----|----| -|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :interaction has no rdfs:label to define it in natural language| -|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| - -*** -### MinorFail Assertion number 20 - -[Jump to summary definition](#summary-MinorFail-20) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|interaction| -|----|----| -|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :interaction has no rdfs:label to define it in natural language| -|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| - -*** -### MinorFail Assertion number 21 - -[Jump to summary definition](#summary-MinorFail-21) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| -|----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Range out of vocabulary| -|Description|The property :hasProtocol has a range out of the ontology: | -|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| -|Pointer|https://purl.org/hmas/InteractionProtocol| - -*** -### MinorFail Assertion number 22 - -[Jump to summary definition](#summary-MinorFail-22) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :fipa has no rdfs:label to define it in natural language| -|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core,
:interaction .
| - -*** -### MinorFail Assertion number 23 - -[Jump to summary definition](#summary-MinorFail-23) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| - -*** -### MinorFail Assertion number 24 - -[Jump to summary definition](#summary-MinorFail-24) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| - -*** -### MinorFail Assertion number 25 - -[Jump to summary definition](#summary-MinorFail-25) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| - -*** -### MinorFail Assertion number 26 - -[Jump to summary definition](#summary-MinorFail-26) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| - -*** -### MinorFail Assertion number 27 - -[Jump to summary definition](#summary-MinorFail-27) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| - -*** -### MinorFail Assertion number 28 - -[Jump to summary definition](#summary-MinorFail-28) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| - -*** -### MinorFail Assertion number 29 - -[Jump to summary definition](#summary-MinorFail-29) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| - -*** -### MinorFail Assertion number 30 - -[Jump to summary definition](#summary-MinorFail-30) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasPerformative a owl:ObjectProperty ;
rdfs:label "has performative"@en ;
rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :CommunicativeAct .
| - -*** -### MinorFail Assertion number 31 - -[Jump to summary definition](#summary-MinorFail-31) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:ACLMessage a owl:Class ;
rdfs:label "FIPA ACL Message"@en ;
rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .
| - -*** -### MinorFail Assertion number 32 - -[Jump to summary definition](#summary-MinorFail-32) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:CommunicativeAct a owl:Class ;
rdfs:label "FIPA Communicative act"@en ;
rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .
| - -*** -### MinorFail Assertion number 33 - -[Jump to summary definition](#summary-MinorFail-33) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasReceiver a owl:ObjectProperty ;
rdfs:label "has receiver"@en ;
rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| - -*** -### MinorFail Assertion number 34 - -[Jump to summary definition](#summary-MinorFail-34) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasSender not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasSender a owl:ObjectProperty ;
rdfs:label "has sender"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| - -*** -### MinorFail Assertion number 35 - -[Jump to summary definition](#summary-MinorFail-35) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| - -*** -### MinorFail Assertion number 36 - -[Jump to summary definition](#summary-MinorFail-36) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasLanguage a owl:ObjectProperty ;
rdfs:label "has language"@en ;
rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Language .
| - -*** -### MinorFail Assertion number 37 - -[Jump to summary definition](#summary-MinorFail-37) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :Language not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:Language a owl:Class ;
rdfs:label "Language"@en ;
rdfs:comment "The language in which the content of a message is expressed,..."@en .
| - -*** -### MinorFail Assertion number 38 - -[Jump to summary definition](#summary-MinorFail-38) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasOntology a owl:ObjectProperty ;
rdfs:label "has ontology"@en ;
rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ;
rdfs:domain :ACLMessage .
| - -*** -### MinorFail Assertion number 39 - -[Jump to summary definition](#summary-MinorFail-39) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| - -*** -### MinorFail Assertion number 40 - -[Jump to summary definition](#summary-MinorFail-40) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasConversation a owl:ObjectProperty ;
rdfs:label "has conversation"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :BehaviorExecution .
| - -*** -### MinorFail Assertion number 41 - -[Jump to summary definition](#summary-MinorFail-41) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :replyWith not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:replyWith a owl:ObjectProperty ;
rdfs:label "reply with"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| - -*** -### MinorFail Assertion number 42 - -[Jump to summary definition](#summary-MinorFail-42) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| - -*** -### MinorFail Assertion number 43 - -[Jump to summary definition](#summary-MinorFail-43) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :replyBy not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:replyBy a owl:ObjectProperty ;
rdfs:label "reply by"@en ;
rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ;
rdfs:domain :ACLMessage .
| - -*** -### MinorFail Assertion number 44 - -[Jump to summary definition](#summary-MinorFail-44) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasContent not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasContent a owl:DataProperty ;
rdfs:label "has content"@en ;
rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ;
rdfs:domain :ACLMessage .
| - -*** -### MinorFail Assertion number 45 - -[Jump to summary definition](#summary-MinorFail-45) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasEncoding a owl:DataProperty ;
rdfs:label "has encoding"@en ;
rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ;
rdfs:domain :ACLMessage .
| - -*** -### MinorFail Assertion number 46 - -[Jump to summary definition](#summary-MinorFail-46) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf :ResourceProfile .
| - -*** -### MinorFail Assertion number 47 - -[Jump to summary definition](#summary-MinorFail-47) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf :ResourceProfile .
| - -*** -### MinorFail Assertion number 48 - -[Jump to summary definition](#summary-MinorFail-48) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf :HypermediaMASPlatform .
| - -*** -### MinorFail Assertion number 49 - -[Jump to summary definition](#summary-MinorFail-49) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| - -*** -### MinorFail Assertion number 50 - -[Jump to summary definition](#summary-MinorFail-50) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| - -*** -### MinorFail Assertion number 51 - -[Jump to summary definition](#summary-MinorFail-51) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| - -*** -### MinorFail Assertion number 52 - -[Jump to summary definition](#summary-MinorFail-52) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:InteractionProtocolEnactment a owl:Class ;
rdfs:label "Interaction protocol"@en ;
rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ;
rdfs:subClassOf :BehaviorExecution .
| - -*** -### MinorFail Assertion number 53 - -[Jump to summary definition](#summary-MinorFail-53) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :request not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:request a :CommunicativeAct ;
rdfs:label "request"@en ;
rdfs:comment "A communicative act with which the sender requests the recei..."@en .
| - -*** -### MinorFail Assertion number 54 - -[Jump to summary definition](#summary-MinorFail-54) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :agree not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:agree a :CommunicativeAct ;
rdfs:label "agree"@en ;
rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .
| - -*** -### MinorFail Assertion number 55 - -[Jump to summary definition](#summary-MinorFail-55) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :refuse not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:refuse a :CommunicativeAct ;
rdfs:label "refuse"@en ;
rdfs:comment "A communicative act with which the sender refuses to perform..."@en .
| - -*** -### MinorFail Assertion number 56 - -[Jump to summary definition](#summary-MinorFail-56) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPASL a :Language ;
rdfs:label "FIPA SL"@en ;
rdfs:comment "The FIPA SL Content Language"@en .
| - -*** -### MinorFail Assertion number 57 - -[Jump to summary definition](#summary-MinorFail-57) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:ACLMessageStructure a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path :hasPerformative ] ;
sh:targetClass :ACLMessage .
| - -*** -### MinorFail Assertion number 58 - -[Jump to summary definition](#summary-MinorFail-58) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ;
rdfs:label "Request Interaction Protocol"@en ;
rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .
| - -*** -### MinorFail Assertion number 59 - -[Jump to summary definition](#summary-MinorFail-59) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| -|----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isReplyTo and :isInReplyTo| -|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| -|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| - -*** -### MinorFail Assertion number 60 - -[Jump to summary definition](#summary-MinorFail-60) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| - -*** -### MinorFail Assertion number 61 - -[Jump to summary definition](#summary-MinorFail-61) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| - -*** -### MinorFail Assertion number 62 - -[Jump to summary definition](#summary-MinorFail-62) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| - -*** -### MinorFail Assertion number 63 - -[Jump to summary definition](#summary-MinorFail-63) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| - -*** -### MinorFail Assertion number 64 - -[Jump to summary definition](#summary-MinorFail-64) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12161>, 
 <https://www.example.org/Noneb12162> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| - -*** -### MinorFail Assertion number 65 - -[Jump to summary definition](#summary-MinorFail-65) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| - -*** -### MinorFail Assertion number 66 - -[Jump to summary definition](#summary-MinorFail-66) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| - -*** -### MinorFail Assertion number 67 - -[Jump to summary definition](#summary-MinorFail-67) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| - -*** -### MinorFail Assertion number 68 - -[Jump to summary definition](#summary-MinorFail-68) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb12161>, 
 <https://www.example.org/Noneb12162> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| - -*** -### MinorFail Assertion number 69 - -[Jump to summary definition](#summary-MinorFail-69) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-signifiers| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| - -*** -### MinorFail Assertion number 70 - -[Jump to summary definition](#summary-MinorFail-70) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| -|----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Domain out of vocabulary| -|Description|The property :isHostedOn has a domain out of the ontology: | -|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| -|Pointer|https://purl.org/hmas/Hostable| - -*** -### MinorFail Assertion number 71 - -[Jump to summary definition](#summary-MinorFail-71) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| -|----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Range out of vocabulary| -|Description|The property :hosts has a range out of the ontology: | -|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| -|Pointer|https://purl.org/hmas/Hostable| - -*** -### MinorFail Assertion number 72 - -[Jump to summary definition](#summary-MinorFail-72) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| - -*** -### MinorFail Assertion number 73 - -[Jump to summary definition](#summary-MinorFail-73) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| - -*** -### MinorFail Assertion number 74 - -[Jump to summary definition](#summary-MinorFail-74) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| - -*** -### MinorFail Assertion number 75 - -[Jump to summary definition](#summary-MinorFail-75) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| - -*** -### MinorFail Assertion number 76 - -[Jump to summary definition](#summary-MinorFail-76) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| - -*** -### MinorFail Assertion number 77 - -[Jump to summary definition](#summary-MinorFail-77) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| - -*** -### MinorFail Assertion number 78 - -[Jump to summary definition](#summary-MinorFail-78) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| - -*** -### MinorFail Assertion number 79 - -[Jump to summary definition](#summary-MinorFail-79) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| - -*** -### MinorFail Assertion number 80 - -[Jump to summary definition](#summary-MinorFail-80) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| - -*** -### MinorFail Assertion number 81 - -[Jump to summary definition](#summary-MinorFail-81) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-platforms| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| - -*** -### MinorFail Assertion number 82 - -[Jump to summary definition](#summary-MinorFail-82) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| - -*** -### MinorFail Assertion number 83 - -[Jump to summary definition](#summary-MinorFail-83) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| - -*** -### MinorFail Assertion number 84 - -[Jump to summary definition](#summary-MinorFail-84) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| - -*** -### MinorFail Assertion number 85 - -[Jump to summary definition](#summary-MinorFail-85) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| - -*** -### MinorFail Assertion number 86 - -[Jump to summary definition](#summary-MinorFail-86) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| - -*** -### MinorFail Assertion number 87 - -[Jump to summary definition](#summary-MinorFail-87) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| - -*** -### MinorFail Assertion number 88 - -[Jump to summary definition](#summary-MinorFail-88) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| - -*** -### MinorFail Assertion number 89 - -[Jump to summary definition](#summary-MinorFail-89) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| - -*** -### MinorFail Assertion number 90 - -[Jump to summary definition](#summary-MinorFail-90) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +[Jump to summary definition](#summary-MajorFail-4) -*** -### MinorFail Assertion number 91 - -[Jump to summary definition](#summary-MinorFail-91) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-organization| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| -|----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| - -*** -### MinorFail Assertion number 92 - -[Jump to summary definition](#summary-MinorFail-92) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-core| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| - -*** -### MinorFail Assertion number 93 - -[Jump to summary definition](#summary-MinorFail-93) - -:exclamation:MinorFail assertion -#### Subject detail -|Name|core-manufacturing-environments-discover-core| -|----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| - -#### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| -|----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| - -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| - -*** -### MinorFail Assertion number 94 - -[Jump to summary definition](#summary-MinorFail-94) - -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:ACLMessageStructure| *** -### MinorFail Assertion number 95 +### MajorFail Assertion number 5 -[Jump to summary definition](#summary-MinorFail-95) +[Jump to summary definition](#summary-MajorFail-5) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:ACLMessage| *** -### MinorFail Assertion number 96 +### MajorFail Assertion number 6 -[Jump to summary definition](#summary-MinorFail-96) +[Jump to summary definition](#summary-MajorFail-6) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasPerformative| *** -### MinorFail Assertion number 97 +### MajorFail Assertion number 7 -[Jump to summary definition](#summary-MinorFail-97) +[Jump to summary definition](#summary-MajorFail-7) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasSender| *** -### MinorFail Assertion number 98 +### MajorFail Assertion number 8 -[Jump to summary definition](#summary-MinorFail-98) +[Jump to summary definition](#summary-MajorFail-8) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasReceiver| *** -### MinorFail Assertion number 99 +### MajorFail Assertion number 9 -[Jump to summary definition](#summary-MinorFail-99) +[Jump to summary definition](#summary-MajorFail-9) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:isReplyTo| *** -### MinorFail Assertion number 100 +### MajorFail Assertion number 10 -[Jump to summary definition](#summary-MinorFail-100) +[Jump to summary definition](#summary-MajorFail-10) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasContent| *** -### MinorFail Assertion number 101 +### MajorFail Assertion number 11 -[Jump to summary definition](#summary-MinorFail-101) +[Jump to summary definition](#summary-MajorFail-11) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core-manufacturing-environments-discover-core| +|Name|fipa| |----|----| -|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasLanguage| *** -### MinorFail Assertion number 102 +### MajorFail Assertion number 12 -[Jump to summary definition](#summary-MinorFail-102) +[Jump to summary definition](#summary-MajorFail-12) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core| +|Name|fipa| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasEncoding| *** -### MinorFail Assertion number 103 +### MajorFail Assertion number 13 -[Jump to summary definition](#summary-MinorFail-103) +[Jump to summary definition](#summary-MajorFail-13) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core| +|Name|fipa| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasOntology| *** -### MinorFail Assertion number 104 +### MajorFail Assertion number 14 -[Jump to summary definition](#summary-MinorFail-104) +[Jump to summary definition](#summary-MajorFail-14) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core| +|Name|fipa| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasProtocol| *** -### MinorFail Assertion number 105 +### MajorFail Assertion number 15 -[Jump to summary definition](#summary-MinorFail-105) +[Jump to summary definition](#summary-MajorFail-15) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core| +|Name|fipa| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:hasConversation| *** -### MinorFail Assertion number 106 +### MajorFail Assertion number 16 -[Jump to summary definition](#summary-MinorFail-106) +[Jump to summary definition](#summary-MajorFail-16) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core| +|Name|fipa| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:replyWith| *** -### MinorFail Assertion number 107 +### MajorFail Assertion number 17 -[Jump to summary definition](#summary-MinorFail-107) +[Jump to summary definition](#summary-MajorFail-17) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core| +|Name|fipa| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:isInReplyTo| *** -### MinorFail Assertion number 108 +### MajorFail Assertion number 18 -[Jump to summary definition](#summary-MinorFail-108) +[Jump to summary definition](#summary-MajorFail-18) -:exclamation:MinorFail assertion +:boom:MajorFail assertion #### Subject detail -|Name|core| +|Name|fipa| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[syntax](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#syntax)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Syntax test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:boom:MajorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Test subject has syntax errors| +|Description|Undefined prefix: hmas:replyBy| *** -### MinorFail Assertion number 109 -[Jump to summary definition](#summary-MinorFail-109) +
+ +*** + + +# MinorFail Assertions + +Here is the chapter related to the MinorFail assertion + +:exclamation:109 MinorFail assertions + +
+Fold/Unfold the 109 summary and details + +## MinorFail Assertions Summary + +[Jump to statistic summary](#statistic-summary) + +:exclamation:109 MinorFail assertions + +|*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| +|------|--------|--------|---------|-----------|-------|------| +|[Table top](#minorfail-assertions-summary)|
1/109
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-1)| +|[Table top](#minorfail-assertions-summary)|
2/109
|:exclamation:*MinorFail*|`regulation-logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-2)| +|[Table top](#minorfail-assertions-summary)|
3/109
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-3)| +|[Table top](#minorfail-assertions-summary)|
4/109
|:exclamation:*MinorFail*|`regulation-logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-4)| +|[Table top](#minorfail-assertions-summary)|
5/109
|:exclamation:*MinorFail*|`regulation`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-5)| +|[Table top](#minorfail-assertions-summary)|
6/109
|:exclamation:*MinorFail*|`regulation`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-6)| +|[Table top](#minorfail-assertions-summary)|
7/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-7)| +|[Table top](#minorfail-assertions-summary)|
8/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-8)| +|[Table top](#minorfail-assertions-summary)|
9/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-9)| +|[Table top](#minorfail-assertions-summary)|
10/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-10)| +|[Table top](#minorfail-assertions-summary)|
11/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-11)| +|[Table top](#minorfail-assertions-summary)|
12/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-12)| +|[Table top](#minorfail-assertions-summary)|
13/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-13)| +|[Table top](#minorfail-assertions-summary)|
14/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-14)| +|[Table top](#minorfail-assertions-summary)|
15/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-15)| +|[Table top](#minorfail-assertions-summary)|
16/109
|:exclamation:*MinorFail*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-16)| +|[Table top](#minorfail-assertions-summary)|
17/109
|:exclamation:*MinorFail*|`logistics-structure-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-17)| +|[Table top](#minorfail-assertions-summary)|
18/109
|:exclamation:*MinorFail*|`logistics-create-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-18)| +|[Table top](#minorfail-assertions-summary)|
19/109
|:exclamation:*MinorFail*|`interaction-manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-19)| +|[Table top](#minorfail-assertions-summary)|
20/109
|:exclamation:*MinorFail*|`interaction`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-20)| +|[Table top](#minorfail-assertions-summary)|
21/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-21)| +|[Table top](#minorfail-assertions-summary)|
22/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-22)| +|[Table top](#minorfail-assertions-summary)|
23/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-23)| +|[Table top](#minorfail-assertions-summary)|
24/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-24)| +|[Table top](#minorfail-assertions-summary)|
25/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-25)| +|[Table top](#minorfail-assertions-summary)|
26/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-26)| +|[Table top](#minorfail-assertions-summary)|
27/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-27)| +|[Table top](#minorfail-assertions-summary)|
28/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-28)| +|[Table top](#minorfail-assertions-summary)|
29/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-29)| +|[Table top](#minorfail-assertions-summary)|
30/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-30)| +|[Table top](#minorfail-assertions-summary)|
31/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-31)| +|[Table top](#minorfail-assertions-summary)|
32/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-32)| +|[Table top](#minorfail-assertions-summary)|
33/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-33)| +|[Table top](#minorfail-assertions-summary)|
34/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-34)| +|[Table top](#minorfail-assertions-summary)|
35/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-35)| +|[Table top](#minorfail-assertions-summary)|
36/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-36)| +|[Table top](#minorfail-assertions-summary)|
37/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-37)| +|[Table top](#minorfail-assertions-summary)|
38/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-38)| +|[Table top](#minorfail-assertions-summary)|
39/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-39)| +|[Table top](#minorfail-assertions-summary)|
40/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-40)| +|[Table top](#minorfail-assertions-summary)|
41/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-41)| +|[Table top](#minorfail-assertions-summary)|
42/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-42)| +|[Table top](#minorfail-assertions-summary)|
43/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-43)| +|[Table top](#minorfail-assertions-summary)|
44/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-44)| +|[Table top](#minorfail-assertions-summary)|
45/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-45)| +|[Table top](#minorfail-assertions-summary)|
46/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-46)| +|[Table top](#minorfail-assertions-summary)|
47/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-47)| +|[Table top](#minorfail-assertions-summary)|
48/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-48)| +|[Table top](#minorfail-assertions-summary)|
49/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-49)| +|[Table top](#minorfail-assertions-summary)|
50/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-50)| +|[Table top](#minorfail-assertions-summary)|
51/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-51)| +|[Table top](#minorfail-assertions-summary)|
52/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-52)| +|[Table top](#minorfail-assertions-summary)|
53/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-53)| +|[Table top](#minorfail-assertions-summary)|
54/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-54)| +|[Table top](#minorfail-assertions-summary)|
55/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-55)| +|[Table top](#minorfail-assertions-summary)|
56/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-56)| +|[Table top](#minorfail-assertions-summary)|
57/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-57)| +|[Table top](#minorfail-assertions-summary)|
58/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-58)| +|[Table top](#minorfail-assertions-summary)|
59/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-59)| +|[Table top](#minorfail-assertions-summary)|
60/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-60)| +|[Table top](#minorfail-assertions-summary)|
61/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-61)| +|[Table top](#minorfail-assertions-summary)|
62/109
|:exclamation:*MinorFail*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-62)| +|[Table top](#minorfail-assertions-summary)|
63/109
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-63)| +|[Table top](#minorfail-assertions-summary)|
64/109
|:exclamation:*MinorFail*|`core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-64)| +|[Table top](#minorfail-assertions-summary)|
65/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-65)| +|[Table top](#minorfail-assertions-summary)|
66/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-66)| +|[Table top](#minorfail-assertions-summary)|
67/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-67)| +|[Table top](#minorfail-assertions-summary)|
68/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-68)| +|[Table top](#minorfail-assertions-summary)|
69/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-69)| +|[Table top](#minorfail-assertions-summary)|
70/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-70)| +|[Table top](#minorfail-assertions-summary)|
71/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-71)| +|[Table top](#minorfail-assertions-summary)|
72/109
|:exclamation:*MinorFail*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-72)| +|[Table top](#minorfail-assertions-summary)|
73/109
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-73)| +|[Table top](#minorfail-assertions-summary)|
74/109
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-74)| +|[Table top](#minorfail-assertions-summary)|
75/109
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-75)| +|[Table top](#minorfail-assertions-summary)|
76/109
|:exclamation:*MinorFail*|`all-modules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-76)| +|[Table top](#minorfail-assertions-summary)|
77/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-77)| +|[Table top](#minorfail-assertions-summary)|
78/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-78)| +|[Table top](#minorfail-assertions-summary)|
79/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-79)| +|[Table top](#minorfail-assertions-summary)|
80/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-80)| +|[Table top](#minorfail-assertions-summary)|
81/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-81)| +|[Table top](#minorfail-assertions-summary)|
82/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-82)| +|[Table top](#minorfail-assertions-summary)|
83/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-83)| +|[Table top](#minorfail-assertions-summary)|
84/109
|:exclamation:*MinorFail*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-84)| +|[Table top](#minorfail-assertions-summary)|
85/109
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-85)| +|[Table top](#minorfail-assertions-summary)|
86/109
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-86)| +|[Table top](#minorfail-assertions-summary)|
87/109
|:exclamation:*MinorFail*|`all-modules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-87)| +|[Table top](#minorfail-assertions-summary)|
88/109
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domain out of vocabulary|[Jump](#minorfail-assertion-number-88)| +|[Table top](#minorfail-assertions-summary)|
89/109
|:exclamation:*MinorFail*|`all-fragments`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Range out of vocabulary|[Jump](#minorfail-assertion-number-89)| +|[Table top](#minorfail-assertions-summary)|
90/109
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-90)| +|[Table top](#minorfail-assertions-summary)|
91/109
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-91)| +|[Table top](#minorfail-assertions-summary)|
92/109
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-92)| +|[Table top](#minorfail-assertions-summary)|
93/109
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-93)| +|[Table top](#minorfail-assertions-summary)|
94/109
|:exclamation:*MinorFail*|`all-fragments`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|Terms not labeled|[Jump](#minorfail-assertion-number-94)| +|[Table top](#minorfail-assertions-summary)|
95/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-95)| +|[Table top](#minorfail-assertions-summary)|
96/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-96)| +|[Table top](#minorfail-assertions-summary)|
97/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-97)| +|[Table top](#minorfail-assertions-summary)|
98/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-98)| +|[Table top](#minorfail-assertions-summary)|
99/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-99)| +|[Table top](#minorfail-assertions-summary)|
100/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile incompatible|[Jump](#minorfail-assertion-number-100)| +|[Table top](#minorfail-assertions-summary)|
101/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-101)| +|[Table top](#minorfail-assertions-summary)|
102/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-102)| +|[Table top](#minorfail-assertions-summary)|
103/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-103)| +|[Table top](#minorfail-assertions-summary)|
104/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-104)| +|[Table top](#minorfail-assertions-summary)|
105/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-105)| +|[Table top](#minorfail-assertions-summary)|
106/109
|:exclamation:*MinorFail*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile incompatible|[Jump](#minorfail-assertion-number-106)| +|[Table top](#minorfail-assertions-summary)|
107/109
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-107)| +|[Table top](#minorfail-assertions-summary)|
108/109
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-108)| +|[Table top](#minorfail-assertions-summary)|
109/109
|:exclamation:*MinorFail*|`all-fragments`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Too close terms|[Jump](#minorfail-assertion-number-109)| + +*** + +## MinorFail Assertion Details + +This subchapter gives more details to the :exclamation:MinorFail assertions + +### MinorFail Assertion number 1 + +[Jump to summary definition](#summary-MinorFail-1) :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|regulation-logistics-structure-organization| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Terms not labeled| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 110 +### MinorFail Assertion number 2 -[Jump to summary definition](#summary-MinorFail-110) +[Jump to summary definition](#summary-MinorFail-2) :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|regulation-logistics-structure-organization| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Too close terms| +|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| +|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| +|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| *** -### MinorFail Assertion number 111 +### MinorFail Assertion number 3 -[Jump to summary definition](#summary-MinorFail-111) +[Jump to summary definition](#summary-MinorFail-3) :exclamation:MinorFail assertion #### Subject detail -|Name|core| +|Name|regulation-logistics-create-organization| |----|----| -|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|Terms not labeled| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 112 +### MinorFail Assertion number 4 -[Jump to summary definition](#summary-MinorFail-112) +[Jump to summary definition](#summary-MinorFail-4) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|regulation-logistics-create-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/create-organization/onto.ttl| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Range out of vocabulary| -|Description|The property :hasProtocol has a range out of the ontology: | -|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| -|Pointer|https://purl.org/hmas/InteractionProtocol| +|Title|Too close terms| +|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| +|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| +|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| *** -### MinorFail Assertion number 113 +### MinorFail Assertion number 5 -[Jump to summary definition](#summary-MinorFail-113) +[Jump to summary definition](#summary-MinorFail-5) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|regulation| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -3230,41 +781,42 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 114 +### MinorFail Assertion number 6 -[Jump to summary definition](#summary-MinorFail-114) +[Jump to summary definition](#summary-MinorFail-6) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|regulation| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Title|Too close terms| +|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| +|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| +|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| *** -### MinorFail Assertion number 115 +### MinorFail Assertion number 7 -[Jump to summary definition](#summary-MinorFail-115) +[Jump to summary definition](#summary-MinorFail-7) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -3276,70 +828,70 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :interaction has no rdfs:label to define it in natural language| -|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 116 +### MinorFail Assertion number 8 -[Jump to summary definition](#summary-MinorFail-116) +[Jump to summary definition](#summary-MinorFail-8) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| *** -### MinorFail Assertion number 117 +### MinorFail Assertion number 9 -[Jump to summary definition](#summary-MinorFail-117) +[Jump to summary definition](#summary-MinorFail-9) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :fipa has no rdfs:label to define it in natural language| -|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core,
:interaction .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| *** -### MinorFail Assertion number 118 +### MinorFail Assertion number 10 -[Jump to summary definition](#summary-MinorFail-118) +[Jump to summary definition](#summary-MinorFail-10) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3352,19 +904,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 119 +### MinorFail Assertion number 11 -[Jump to summary definition](#summary-MinorFail-119) +[Jump to summary definition](#summary-MinorFail-11) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3375,21 +927,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| *** -### MinorFail Assertion number 120 +### MinorFail Assertion number 12 -[Jump to summary definition](#summary-MinorFail-120) +[Jump to summary definition](#summary-MinorFail-12) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3400,21 +952,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| *** -### MinorFail Assertion number 121 +### MinorFail Assertion number 13 -[Jump to summary definition](#summary-MinorFail-121) +[Jump to summary definition](#summary-MinorFail-13) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-signifiers/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3425,21 +977,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 122 +### MinorFail Assertion number 14 -[Jump to summary definition](#summary-MinorFail-122) +[Jump to summary definition](#summary-MinorFail-14) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-platforms/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3450,21 +1002,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hosts> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/Hostable> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .
| *** -### MinorFail Assertion number 123 +### MinorFail Assertion number 15 -[Jump to summary definition](#summary-MinorFail-123) +[Jump to summary definition](#summary-MinorFail-15) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3477,19 +1029,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitivelyContains"@en ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 124 +### MinorFail Assertion number 16 -[Jump to summary definition](#summary-MinorFail-124) +[Jump to summary definition](#summary-MinorFail-16) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/discover-core/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3501,120 +1053,171 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has profile"@en ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 125 +### MinorFail Assertion number 17 -[Jump to summary definition](#summary-MinorFail-125) +[Jump to summary definition](#summary-MinorFail-17) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|logistics-structure-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/logistics/structure-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Title|Too close terms| +|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| +|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation .
| +|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation .
| *** -### MinorFail Assertion number 126 +### MinorFail Assertion number 18 -[Jump to summary definition](#summary-MinorFail-126) +[Jump to summary definition](#summary-MinorFail-18) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|logistics-create-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Standalone modelet domains/logistics/create-organization/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Title|Terms not labeled| +|Description|The term :OrganizationModel has no rdfs:label to define it in natural language| +|Pointer|
:OrganizationModel a skos:Concept ;
skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ;
skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ;
skos:prefLabel "organization model"@en ;
skos:related :Organization .
| *** -### MinorFail Assertion number 127 +### MinorFail Assertion number 19 -[Jump to summary definition](#summary-MinorFail-127) +[Jump to summary definition](#summary-MinorFail-19) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|interaction-manufacturing-environments-discover-behavior-specifications| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-behavior-specifications/onto.ttl| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| +|Title|Terms not labeled| +|Description|The term :interaction has no rdfs:label to define it in natural language| +|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| + +*** +### MinorFail Assertion number 20 + +[Jump to summary definition](#summary-MinorFail-20) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|interaction| +|----|----| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :interaction has no rdfs:label to define it in natural language| +|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| + +*** +### MinorFail Assertion number 21 + +[Jump to summary definition](#summary-MinorFail-21) + +:exclamation:MinorFail assertion +#### Subject detail +|Name|core-manufacturing-environments-discover-signifiers| +|----|----| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| + +#### Criterion detail +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|----|----| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| + +#### Outcome Detail +|Type|:exclamation:MinorFail| +|----|----| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** -### MinorFail Assertion number 128 +### MinorFail Assertion number 22 -[Jump to summary definition](#summary-MinorFail-128) +[Jump to summary definition](#summary-MinorFail-22) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 129 +### MinorFail Assertion number 23 -[Jump to summary definition](#summary-MinorFail-129) +[Jump to summary definition](#summary-MinorFail-23) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3625,1003 +1228,998 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 130 +### MinorFail Assertion number 24 -[Jump to summary definition](#summary-MinorFail-130) +[Jump to summary definition](#summary-MinorFail-24) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 131 +### MinorFail Assertion number 25 -[Jump to summary definition](#summary-MinorFail-131) +[Jump to summary definition](#summary-MinorFail-25) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb5438>, 
 <https://www.example.org/Noneb5439> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 132 +### MinorFail Assertion number 26 -[Jump to summary definition](#summary-MinorFail-132) +[Jump to summary definition](#summary-MinorFail-26) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 133 +### MinorFail Assertion number 27 -[Jump to summary definition](#summary-MinorFail-133) +[Jump to summary definition](#summary-MinorFail-27) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasPerformative a owl:ObjectProperty ;
rdfs:label "has performative"@en ;
rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :CommunicativeAct .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 134 +### MinorFail Assertion number 28 -[Jump to summary definition](#summary-MinorFail-134) +[Jump to summary definition](#summary-MinorFail-28) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:ACLMessage a owl:Class ;
rdfs:label "FIPA ACL Message"@en ;
rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 135 +### MinorFail Assertion number 29 -[Jump to summary definition](#summary-MinorFail-135) +[Jump to summary definition](#summary-MinorFail-29) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:CommunicativeAct a owl:Class ;
rdfs:label "FIPA Communicative act"@en ;
rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb5438>, 
 <https://www.example.org/Noneb5439> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 136 +### MinorFail Assertion number 30 -[Jump to summary definition](#summary-MinorFail-136) +[Jump to summary definition](#summary-MinorFail-30) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-signifiers| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasReceiver a owl:ObjectProperty ;
rdfs:label "has receiver"@en ;
rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 137 +### MinorFail Assertion number 31 -[Jump to summary definition](#summary-MinorFail-137) +[Jump to summary definition](#summary-MinorFail-31) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasSender not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasSender a owl:ObjectProperty ;
rdfs:label "has sender"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Title|Domain out of vocabulary| +|Description|The property :isHostedOn has a domain out of the ontology: | +|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| +|Pointer|https://purl.org/hmas/Hostable| *** -### MinorFail Assertion number 138 +### MinorFail Assertion number 32 -[Jump to summary definition](#summary-MinorFail-138) +[Jump to summary definition](#summary-MinorFail-32) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Title|Range out of vocabulary| +|Description|The property :hosts has a range out of the ontology: | +|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| +|Pointer|https://purl.org/hmas/Hostable| *** -### MinorFail Assertion number 139 +### MinorFail Assertion number 33 -[Jump to summary definition](#summary-MinorFail-139) +[Jump to summary definition](#summary-MinorFail-33) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasLanguage a owl:ObjectProperty ;
rdfs:label "has language"@en ;
rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Language .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** -### MinorFail Assertion number 140 +### MinorFail Assertion number 34 -[Jump to summary definition](#summary-MinorFail-140) +[Jump to summary definition](#summary-MinorFail-34) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :Language not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:Language a owl:Class ;
rdfs:label "Language"@en ;
rdfs:comment "The language in which the content of a message is expressed,..."@en .
| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 141 +### MinorFail Assertion number 35 -[Jump to summary definition](#summary-MinorFail-141) +[Jump to summary definition](#summary-MinorFail-35) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasOntology a owl:ObjectProperty ;
rdfs:label "has ontology"@en ;
rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 142 +### MinorFail Assertion number 36 -[Jump to summary definition](#summary-MinorFail-142) +[Jump to summary definition](#summary-MinorFail-36) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 143 +### MinorFail Assertion number 37 -[Jump to summary definition](#summary-MinorFail-143) +[Jump to summary definition](#summary-MinorFail-37) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasConversation a owl:ObjectProperty ;
rdfs:label "has conversation"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :BehaviorExecution .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 144 +### MinorFail Assertion number 38 -[Jump to summary definition](#summary-MinorFail-144) +[Jump to summary definition](#summary-MinorFail-38) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :replyWith not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:replyWith a owl:ObjectProperty ;
rdfs:label "reply with"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 145 +### MinorFail Assertion number 39 -[Jump to summary definition](#summary-MinorFail-145) +[Jump to summary definition](#summary-MinorFail-39) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 146 +### MinorFail Assertion number 40 -[Jump to summary definition](#summary-MinorFail-146) +[Jump to summary definition](#summary-MinorFail-40) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :replyBy not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:replyBy a owl:ObjectProperty ;
rdfs:label "reply by"@en ;
rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 147 +### MinorFail Assertion number 41 -[Jump to summary definition](#summary-MinorFail-147) +[Jump to summary definition](#summary-MinorFail-41) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasContent not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasContent a owl:DataProperty ;
rdfs:label "has content"@en ;
rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 148 +### MinorFail Assertion number 42 -[Jump to summary definition](#summary-MinorFail-148) +[Jump to summary definition](#summary-MinorFail-42) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-platforms| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-platforms/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasEncoding a owl:DataProperty ;
rdfs:label "has encoding"@en ;
rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 149 +### MinorFail Assertion number 43 -[Jump to summary definition](#summary-MinorFail-149) +[Jump to summary definition](#summary-MinorFail-43) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf :ResourceProfile .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** -### MinorFail Assertion number 150 +### MinorFail Assertion number 44 -[Jump to summary definition](#summary-MinorFail-150) +[Jump to summary definition](#summary-MinorFail-44) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf :ResourceProfile .
| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 151 +### MinorFail Assertion number 45 -[Jump to summary definition](#summary-MinorFail-151) +[Jump to summary definition](#summary-MinorFail-45) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf :HypermediaMASPlatform .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 152 +### MinorFail Assertion number 46 -[Jump to summary definition](#summary-MinorFail-152) +[Jump to summary definition](#summary-MinorFail-46) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 153 +### MinorFail Assertion number 47 -[Jump to summary definition](#summary-MinorFail-153) +[Jump to summary definition](#summary-MinorFail-47) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 154 +### MinorFail Assertion number 48 -[Jump to summary definition](#summary-MinorFail-154) +[Jump to summary definition](#summary-MinorFail-48) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 155 +### MinorFail Assertion number 49 -[Jump to summary definition](#summary-MinorFail-155) +[Jump to summary definition](#summary-MinorFail-49) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:InteractionProtocolEnactment a owl:Class ;
rdfs:label "Interaction protocol"@en ;
rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ;
rdfs:subClassOf :BehaviorExecution .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 156 +### MinorFail Assertion number 50 -[Jump to summary definition](#summary-MinorFail-156) +[Jump to summary definition](#summary-MinorFail-50) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :request not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:request a :CommunicativeAct ;
rdfs:label "request"@en ;
rdfs:comment "A communicative act with which the sender requests the recei..."@en .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 157 +### MinorFail Assertion number 51 -[Jump to summary definition](#summary-MinorFail-157) +[Jump to summary definition](#summary-MinorFail-51) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :agree not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:agree a :CommunicativeAct ;
rdfs:label "agree"@en ;
rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 158 +### MinorFail Assertion number 52 -[Jump to summary definition](#summary-MinorFail-158) +[Jump to summary definition](#summary-MinorFail-52) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-organization| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-organization/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :refuse not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:refuse a :CommunicativeAct ;
rdfs:label "refuse"@en ;
rdfs:comment "A communicative act with which the sender refuses to perform..."@en .
| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 159 +### MinorFail Assertion number 53 -[Jump to summary definition](#summary-MinorFail-159) +[Jump to summary definition](#summary-MinorFail-53) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPASL a :Language ;
rdfs:label "FIPA SL"@en ;
rdfs:comment "The FIPA SL Content Language"@en .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** -### MinorFail Assertion number 160 +### MinorFail Assertion number 54 -[Jump to summary definition](#summary-MinorFail-160) +[Jump to summary definition](#summary-MinorFail-54) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:ACLMessageStructure a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path :hasPerformative ] ;
sh:targetClass :ACLMessage .
| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 161 +### MinorFail Assertion number 55 -[Jump to summary definition](#summary-MinorFail-161) +[Jump to summary definition](#summary-MinorFail-55) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ;
rdfs:label "Request Interaction Protocol"@en ;
rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 162 +### MinorFail Assertion number 56 -[Jump to summary definition](#summary-MinorFail-162) +[Jump to summary definition](#summary-MinorFail-56) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :core and :Role| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| -|Pointer|
:Role a owl:Class ;
rdfs:label "role"@en,
"rôle"@fr ;
rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ;
rdfs:isDefinedBy :regulation .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 163 +### MinorFail Assertion number 57 -[Jump to summary definition](#summary-MinorFail-163) +[Jump to summary definition](#summary-MinorFail-57) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| -|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| -|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 164 +### MinorFail Assertion number 58 -[Jump to summary definition](#summary-MinorFail-164) +[Jump to summary definition](#summary-MinorFail-58) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isReplyTo and :isInReplyTo| -|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| -|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 165 +### MinorFail Assertion number 59 -[Jump to summary definition](#summary-MinorFail-165) +[Jump to summary definition](#summary-MinorFail-59) :exclamation:MinorFail assertion #### Subject detail -|Name|all-modules| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :signifies and :Signifier| -|Pointer|
:signifies a owl:ObjectProperty ;
rdfs:label "signifies"@en,
"signifie"@fr ;
rdfs:comment "A relation between a signifier and the specification of a be..."@en ;
rdfs:domain :Signifier ;
rdfs:isDefinedBy :interaction .
| -|Pointer|
:Signifier a owl:Class ;
rdfs:label "signifier"@en,
"signifiant"@fr ;
rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ;
rdfs:isDefinedBy :core ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ;
skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ;
skos:related :Affordance .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 166 +### MinorFail Assertion number 60 -[Jump to summary definition](#summary-MinorFail-166) +[Jump to summary definition](#summary-MinorFail-60) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Domain out of vocabulary| -|Description|The property :isHostedOn has a domain out of the ontology: | -|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| -|Pointer|https://purl.org/hmas/Hostable| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 167 +### MinorFail Assertion number 61 -[Jump to summary definition](#summary-MinorFail-167) +[Jump to summary definition](#summary-MinorFail-61) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Range out of vocabulary| -|Description|The property :hasProtocol has a range out of the ontology: | -|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| -|Pointer|https://purl.org/hmas/InteractionProtocol| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 168 +### MinorFail Assertion number 62 -[Jump to summary definition](#summary-MinorFail-168) +[Jump to summary definition](#summary-MinorFail-62) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core-manufacturing-environments-discover-core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-core/onto.ttl| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| #### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Range out of vocabulary| -|Description|The property :hosts has a range out of the ontology: | -|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| -|Pointer|https://purl.org/hmas/Hostable| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 169 +### MinorFail Assertion number 63 -[Jump to summary definition](#summary-MinorFail-169) +[Jump to summary definition](#summary-MinorFail-63) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -4633,20 +2231,20 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :regulation has no rdfs:label to define it in natural language| -|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** -### MinorFail Assertion number 170 +### MinorFail Assertion number 64 -[Jump to summary definition](#summary-MinorFail-170) +[Jump to summary definition](#summary-MinorFail-64) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -4658,120 +2256,120 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Type|:exclamation:MinorFail| |----|----| |Title|Terms not labeled| -|Description|The term :core has no rdfs:label to define it in natural language| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 171 +### MinorFail Assertion number 65 -[Jump to summary definition](#summary-MinorFail-171) +[Jump to summary definition](#summary-MinorFail-65) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :interaction has no rdfs:label to define it in natural language| -|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 172 +### MinorFail Assertion number 66 -[Jump to summary definition](#summary-MinorFail-172) +[Jump to summary definition](#summary-MinorFail-66) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 173 +### MinorFail Assertion number 67 -[Jump to summary definition](#summary-MinorFail-173) +[Jump to summary definition](#summary-MinorFail-67) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :fipa has no rdfs:label to define it in natural language| -|Pointer|
:fipa a owl:Ontology ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core,
:interaction .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 174 +### MinorFail Assertion number 68 -[Jump to summary definition](#summary-MinorFail-174) +[Jump to summary definition](#summary-MinorFail-68) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail -|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term labeling test| -|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Terms not labeled| -|Description|The term :OrganizationModel has no rdfs:label to define it in natural language| -|Pointer|
:OrganizationModel a skos:Concept ;
skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ;
skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ;
skos:prefLabel "organization model"@en ;
skos:related :Organization .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 175 +### MinorFail Assertion number 69 -[Jump to summary definition](#summary-MinorFail-175) +[Jump to summary definition](#summary-MinorFail-69) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -4782,21 +2380,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 176 +### MinorFail Assertion number 70 -[Jump to summary definition](#summary-MinorFail-176) +[Jump to summary definition](#summary-MinorFail-70) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -4807,21 +2405,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 177 +### MinorFail Assertion number 71 -[Jump to summary definition](#summary-MinorFail-177) +[Jump to summary definition](#summary-MinorFail-71) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -4832,21 +2430,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| +|Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 178 +### MinorFail Assertion number 72 -[Jump to summary definition](#summary-MinorFail-178) +[Jump to summary definition](#summary-MinorFail-72) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|core| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -4857,121 +2455,121 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 179 +### MinorFail Assertion number 73 -[Jump to summary definition](#summary-MinorFail-179) +[Jump to summary definition](#summary-MinorFail-73) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** -### MinorFail Assertion number 180 +### MinorFail Assertion number 74 -[Jump to summary definition](#summary-MinorFail-180) +[Jump to summary definition](#summary-MinorFail-74) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| +|Title|Terms not labeled| +|Description|The term :interaction has no rdfs:label to define it in natural language| +|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 181 +### MinorFail Assertion number 75 -[Jump to summary definition](#summary-MinorFail-181) +[Jump to summary definition](#summary-MinorFail-75) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Title|Terms not labeled| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 182 +### MinorFail Assertion number 76 -[Jump to summary definition](#summary-MinorFail-182) +[Jump to summary definition](#summary-MinorFail-76) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL QL Profile incompatible| -|Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 183 +### MinorFail Assertion number 77 -[Jump to summary definition](#summary-MinorFail-183) +[Jump to summary definition](#summary-MinorFail-77) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -4982,21 +2580,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| +|Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 184 +### MinorFail Assertion number 78 -[Jump to summary definition](#summary-MinorFail-184) +[Jump to summary definition](#summary-MinorFail-78) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -5007,21 +2605,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| +|Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 185 +### MinorFail Assertion number 79 -[Jump to summary definition](#summary-MinorFail-185) +[Jump to summary definition](#summary-MinorFail-79) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -5032,21 +2630,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| +|Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 186 +### MinorFail Assertion number 80 -[Jump to summary definition](#summary-MinorFail-186) +[Jump to summary definition](#summary-MinorFail-80) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -5057,21 +2655,21 @@ This subchapter gives more details to the :exclamation:MinorFail assertions #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|OWL EL Profile incompatible| -|Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 187 +### MinorFail Assertion number 81 -[Jump to summary definition](#summary-MinorFail-187) +[Jump to summary definition](#summary-MinorFail-81) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -5084,19 +2682,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 188 +### MinorFail Assertion number 82 -[Jump to summary definition](#summary-MinorFail-188) +[Jump to summary definition](#summary-MinorFail-82) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -5109,19 +2707,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <https://purl.org/hmas/hasPerformative> ] ;
sh:targetClass <https://purl.org/hmas/ACLMessage> .
| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 189 +### MinorFail Assertion number 83 -[Jump to summary definition](#summary-MinorFail-189) +[Jump to summary definition](#summary-MinorFail-83) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -5134,19 +2732,19 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 190 +### MinorFail Assertion number 84 -[Jump to summary definition](#summary-MinorFail-190) +[Jump to summary definition](#summary-MinorFail-84) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -5159,897 +2757,928 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Statement not supported| -|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 191 +### MinorFail Assertion number 85 -[Jump to summary definition](#summary-MinorFail-191) +[Jump to summary definition](#summary-MinorFail-85) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceName a owl:ObjectProperty ;
rdfs:label "has Service Name"@en ;
rdfs:domain :APService .
| +|Title|Too close terms| +|Description|The following terms are too similar: :core and :Role| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Pointer|
:Role a owl:Class ;
rdfs:label "role"@en,
"rôle"@fr ;
rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ;
rdfs:isDefinedBy :regulation .
| *** -### MinorFail Assertion number 192 +### MinorFail Assertion number 86 -[Jump to summary definition](#summary-MinorFail-192) +[Jump to summary definition](#summary-MinorFail-86) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :APService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:APService a owl:Class ;
rdfs:label "Agent Platform Service"@en ;
rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .
| +|Title|Too close terms| +|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| +|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| +|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| *** -### MinorFail Assertion number 193 +### MinorFail Assertion number 87 -[Jump to summary definition](#summary-MinorFail-193) +[Jump to summary definition](#summary-MinorFail-87) :exclamation:MinorFail assertion #### Subject detail -|Name|all-fragments| +|Name|all-modules| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasServiceType a owl:ObjectProperty ;
rdfs:label "has Service Type"@en ;
rdfs:domain :APService .
| +|Title|Too close terms| +|Description|The following terms are too similar: :signifies and :Signifier| +|Pointer|
:signifies a owl:ObjectProperty ;
rdfs:label "signifies"@en,
"signifie"@fr ;
rdfs:comment "A relation between a signifier and the specification of a be..."@en ;
rdfs:domain :Signifier ;
rdfs:isDefinedBy :interaction .
| +|Pointer|
:Signifier a owl:Class ;
rdfs:label "signifier"@en,
"signifiant"@fr ;
rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ;
rdfs:isDefinedBy :core ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ;
skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ;
skos:related :Affordance .
| *** -### MinorFail Assertion number 194 +### MinorFail Assertion number 88 -[Jump to summary definition](#summary-MinorFail-194) +[Jump to summary definition](#summary-MinorFail-88) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasPerformative a owl:ObjectProperty ;
rdfs:label "has performative"@en ;
rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :CommunicativeAct .
| +|Title|Domain out of vocabulary| +|Description|The property :isHostedOn has a domain out of the ontology: | +|Pointer|
:isHostedOn a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "is hosted on"@en,
"est hébergé sur"@fr ;
rdfs:comment "A relation that refers to the platform that hosts an informa..."@en,
"A relation that refers to the platform that hosts the inform..."@en ;
rdfs:domain :Hostable ;
rdfs:isDefinedBy :core ;
rdfs:range :HypermediaMASPlatform ;
owl:inverseOf :hosts .
| +|Pointer|https://purl.org/hmas/Hostable| *** -### MinorFail Assertion number 195 +### MinorFail Assertion number 89 -[Jump to summary definition](#summary-MinorFail-195) +[Jump to summary definition](#summary-MinorFail-89) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:ACLMessage a owl:Class ;
rdfs:label "FIPA ACL Message"@en ;
rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .
| +|Title|Range out of vocabulary| +|Description|The property :hosts has a range out of the ontology: | +|Pointer|
:hosts a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "hosts"@en,
"héberge"@fr ;
dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "A relation that refers to an information resource or a proce..."@en ;
rdfs:domain :HypermediaMASPlatform ;
rdfs:isDefinedBy :core ;
rdfs:range :Hostable ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ;
owl:inverseOf :isHostedOn .
| +|Pointer|https://purl.org/hmas/Hostable| *** -### MinorFail Assertion number 196 +### MinorFail Assertion number 90 -[Jump to summary definition](#summary-MinorFail-196) +[Jump to summary definition](#summary-MinorFail-90) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:CommunicativeAct a owl:Class ;
rdfs:label "FIPA Communicative act"@en ;
rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .
| +|Title|Terms not labeled| +|Description|The term :core has no rdfs:label to define it in natural language| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| *** -### MinorFail Assertion number 197 +### MinorFail Assertion number 91 -[Jump to summary definition](#summary-MinorFail-197) +[Jump to summary definition](#summary-MinorFail-91) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasReceiver a owl:ObjectProperty ;
rdfs:label "has receiver"@en ;
rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Title|Terms not labeled| +|Description|The term :interaction has no rdfs:label to define it in natural language| +|Pointer|
:interaction a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://ns.inria.fr/fabien.gandon#me>, 
 <https://pod.inrupt.com/andreiciortea/profile/card#me>, 
 <https://pod.inrupt.com/smnmyr/profile/card#me> ;
dct:creator <https://danaivach.inrupt.net/profile/card#me> ;
dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en,
"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ;
dct:issued "2023-01-13"^^xsd:date ;
dct:title "Hypermedia MAS Interaction Ontology"@en,
"Ontologie d'Interaction des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 198 +### MinorFail Assertion number 92 -[Jump to summary definition](#summary-MinorFail-198) +[Jump to summary definition](#summary-MinorFail-92) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasSender not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasSender a owl:ObjectProperty ;
rdfs:label "has sender"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Title|Terms not labeled| +|Description|The term :regulation has no rdfs:label to define it in natural language| +|Pointer|
:regulation a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-3497-8758>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://orcid.org/0000-0003-4509-9537> ;
dct:creator <https://orcid.org/0000-0002-4506-2745> ;
dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en,
"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ;
dct:issued "2022-05-01"^^xsd:date ;
dct:title "Hypermedia MAS Regulation Ontology"@en,
"Ontologie de Régulation des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : ;
owl:imports :core .
| *** -### MinorFail Assertion number 199 +### MinorFail Assertion number 93 -[Jump to summary definition](#summary-MinorFail-199) +[Jump to summary definition](#summary-MinorFail-93) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| +|Title|Terms not labeled| +|Description|The term :Affordance has no rdfs:label to define it in natural language| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** -### MinorFail Assertion number 200 +### MinorFail Assertion number 94 -[Jump to summary definition](#summary-MinorFail-200) +[Jump to summary definition](#summary-MinorFail-94) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasLanguage a owl:ObjectProperty ;
rdfs:label "has language"@en ;
rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Language .
| +|Title|Terms not labeled| +|Description|The term :OrganizationModel has no rdfs:label to define it in natural language| +|Pointer|
:OrganizationModel a skos:Concept ;
skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ;
skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ;
skos:prefLabel "organization model"@en ;
skos:related :Organization .
| *** -### MinorFail Assertion number 201 +### MinorFail Assertion number 95 -[Jump to summary definition](#summary-MinorFail-201) +[Jump to summary definition](#summary-MinorFail-95) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :Language not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:Language a owl:Class ;
rdfs:label "Language"@en ;
rdfs:comment "The language in which the content of a message is expressed,..."@en .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 202 +### MinorFail Assertion number 96 -[Jump to summary definition](#summary-MinorFail-202) +[Jump to summary definition](#summary-MinorFail-96) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasOntology a owl:ObjectProperty ;
rdfs:label "has ontology"@en ;
rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 203 +### MinorFail Assertion number 97 -[Jump to summary definition](#summary-MinorFail-203) +[Jump to summary definition](#summary-MinorFail-97) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasProtocol a owl:ObjectProperty ;
rdfs:label "has protocol"@en ;
rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :InteractionProtocol .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| *** -### MinorFail Assertion number 204 +### MinorFail Assertion number 98 -[Jump to summary definition](#summary-MinorFail-204) +[Jump to summary definition](#summary-MinorFail-98) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasConversation a owl:ObjectProperty ;
rdfs:label "has conversation"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :BehaviorExecution .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| *** -### MinorFail Assertion number 205 +### MinorFail Assertion number 99 -[Jump to summary definition](#summary-MinorFail-205) +[Jump to summary definition](#summary-MinorFail-99) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :replyWith not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:replyWith a owl:ObjectProperty ;
rdfs:label "reply with"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL QL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 206 +### MinorFail Assertion number 100 -[Jump to summary definition](#summary-MinorFail-206) +[Jump to summary definition](#summary-MinorFail-100) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL QL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "transitively contains"@en,
"transitivelyContains"@en,
"contient transitivement"@fr ;
dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ;
rdfs:comment "Links all the resources that are logically contained in a wo..."@en ;
rdfs:domain <https://purl.org/hmas/Workspace> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ;
owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .
| *** -### MinorFail Assertion number 207 +### MinorFail Assertion number 101 -[Jump to summary definition](#summary-MinorFail-207) +[Jump to summary definition](#summary-MinorFail-101) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :replyBy not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:replyBy a owl:ObjectProperty ;
rdfs:label "reply by"@en ;
rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .
| *** -### MinorFail Assertion number 208 +### MinorFail Assertion number 102 -[Jump to summary definition](#summary-MinorFail-208) +[Jump to summary definition](#summary-MinorFail-102) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasContent not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasContent a owl:DataProperty ;
rdfs:label "has content"@en ;
rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> .
| *** -### MinorFail Assertion number 209 +### MinorFail Assertion number 103 -[Jump to summary definition](#summary-MinorFail-209) +[Jump to summary definition](#summary-MinorFail-103) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:hasEncoding a owl:DataProperty ;
rdfs:label "has encoding"@en ;
rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ;
rdfs:domain :ACLMessage .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .
| *** -### MinorFail Assertion number 210 +### MinorFail Assertion number 104 -[Jump to summary definition](#summary-MinorFail-210) +[Jump to summary definition](#summary-MinorFail-104) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentIdentifierDescription a owl:Class ;
rdfs:label "Agent Identifier Description"@en ;
rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ;
rdfs:subClassOf :ResourceProfile .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
[] rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .
| *** -### MinorFail Assertion number 211 +### MinorFail Assertion number 105 -[Jump to summary definition](#summary-MinorFail-211) +[Jump to summary definition](#summary-MinorFail-105) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:AgentPlatformDescription a owl:Class ;
rdfs:label "Agent Platform Description"@en ;
rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ;
rdfs:subClassOf :ResourceProfile .
| +|Title|OWL EL Profile incompatible| +|Description|Anonymous individuals are not supported| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** -### MinorFail Assertion number 212 +### MinorFail Assertion number 106 -[Jump to summary definition](#summary-MinorFail-212) +[Jump to summary definition](#summary-MinorFail-106) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPAAgentPlatform a owl:Class ;
rdfs:label "FIPA Agent Platform"@en ;
rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ;
rdfs:subClassOf :HypermediaMASPlatform .
| +|Title|OWL EL Profile incompatible| +|Description|Statement not supported| +|Pointer|
<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty,
owl:ObjectProperty ;
rdfs:label "has for profile"@en,
"has profile"@en,
"a pour profil"@fr ;
rdfs:comment "A relation that links a resource to its profile."@en ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
rdfs:range <https://purl.org/hmas/ResourceProfile> ;
owl:inverseOf <https://purl.org/hmas/isProfileOf> .
| *** -### MinorFail Assertion number 213 +### MinorFail Assertion number 107 -[Jump to summary definition](#summary-MinorFail-213) +[Jump to summary definition](#summary-MinorFail-107) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:HTTPMessageTransportService a owl:Class ;
rdfs:label "HTTP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Title|Too close terms| +|Description|The following terms are too similar: :core and :Role| +|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| +|Pointer|
:Role a owl:Class ;
rdfs:label "role"@en,
"rôle"@fr ;
rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ;
rdfs:isDefinedBy :regulation .
| *** -### MinorFail Assertion number 214 +### MinorFail Assertion number 108 -[Jump to summary definition](#summary-MinorFail-214) +[Jump to summary definition](#summary-MinorFail-108) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:MessageTransportService a owl:Class ;
rdfs:label "Message Transport Service"@en ;
rdfs:comment "A service for transporting messages among agents that confor..."@en ;
rdfs:subClassOf :APService .
| +|Title|Too close terms| +|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| +|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| +|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| *** -### MinorFail Assertion number 215 +### MinorFail Assertion number 109 -[Jump to summary definition](#summary-MinorFail-215) +[Jump to summary definition](#summary-MinorFail-109) :exclamation:MinorFail assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:exclamation:MinorFail| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:IIOPMessageTransportService a owl:Class ;
rdfs:label "IIOP Message Transport Service"@en ;
rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ;
rdfs:subClassOf :MessageTransportService .
| +|Title|Too close terms| +|Description|The following terms are too similar: :signifies and :Signifier| +|Pointer|
:signifies a owl:ObjectProperty ;
rdfs:label "signifies"@en,
"signifie"@fr ;
rdfs:comment "A relation between a signifier and the specification of a be..."@en ;
rdfs:domain :Signifier ;
rdfs:isDefinedBy :interaction .
| +|Pointer|
:Signifier a owl:Class ;
rdfs:label "Signifier"@en,
"signifier"@en,
"Signifiant"@fr,
"signifiant"@fr ;
rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ;
rdfs:isDefinedBy :core ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ;
rdfs:subClassOf :Hostable ;
skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ;
skos:related :Affordance,
:Signifier .
| *** -### MinorFail Assertion number 216 -[Jump to summary definition](#summary-MinorFail-216) +
-:exclamation:MinorFail assertion -#### Subject detail -|Name|all-fragments| -|----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +*** -#### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| -#### Outcome Detail -|Type|:exclamation:MinorFail| -|----|----| -|Title|Term not referenced to a module| -|Description|Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:InteractionProtocolEnactment a owl:Class ;
rdfs:label "Interaction protocol"@en ;
rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ;
rdfs:subClassOf :BehaviorExecution .
| +# NotTested Assertions + +Here is the chapter related to the NotTested assertion + +:grey_question:30 NotTested assertions + +
+Fold/Unfold the 30 summary and details + +## NotTested Assertions Summary + +[Jump to statistic summary](#statistic-summary) + +:grey_question:30 NotTested assertions + +|*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| +|------|--------|--------|---------|-----------|-------|------| +|[Table top](#nottested-assertions-summary)|
1/30
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-1)| +|[Table top](#nottested-assertions-summary)|
2/30
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-2)| +|[Table top](#nottested-assertions-summary)|
3/30
|:grey_question:*NotTested*|`meta`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-3)| +|[Table top](#nottested-assertions-summary)|
4/30
|:grey_question:*NotTested*|`meta`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-4)| +|[Table top](#nottested-assertions-summary)|
5/30
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-5)| +|[Table top](#nottested-assertions-summary)|
6/30
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-6)| +|[Table top](#nottested-assertions-summary)|
7/30
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-7)| +|[Table top](#nottested-assertions-summary)|
8/30
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-8)| +|[Table top](#nottested-assertions-summary)|
9/30
|:grey_question:*NotTested*|`meta`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-9)| +|[Table top](#nottested-assertions-summary)|
10/30
|:grey_question:*NotTested*|`meta`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-10)| +|[Table top](#nottested-assertions-summary)|
11/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-11)| +|[Table top](#nottested-assertions-summary)|
12/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-12)| +|[Table top](#nottested-assertions-summary)|
13/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-13)| +|[Table top](#nottested-assertions-summary)|
14/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-14)| +|[Table top](#nottested-assertions-summary)|
15/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-15)| +|[Table top](#nottested-assertions-summary)|
16/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-16)| +|[Table top](#nottested-assertions-summary)|
17/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-17)| +|[Table top](#nottested-assertions-summary)|
18/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-18)| +|[Table top](#nottested-assertions-summary)|
19/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-19)| +|[Table top](#nottested-assertions-summary)|
20/30
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-20)| +|[Table top](#nottested-assertions-summary)|
21/30
|:grey_question:*NotTested*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-21)| +|[Table top](#nottested-assertions-summary)|
22/30
|:grey_question:*NotTested*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-22)| +|[Table top](#nottested-assertions-summary)|
23/30
|:grey_question:*NotTested*|`fipa`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-23)| +|[Table top](#nottested-assertions-summary)|
24/30
|:grey_question:*NotTested*|`fipa`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-24)| +|[Table top](#nottested-assertions-summary)|
25/30
|:grey_question:*NotTested*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-25)| +|[Table top](#nottested-assertions-summary)|
26/30
|:grey_question:*NotTested*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-26)| +|[Table top](#nottested-assertions-summary)|
27/30
|:grey_question:*NotTested*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-27)| +|[Table top](#nottested-assertions-summary)|
28/30
|:grey_question:*NotTested*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-28)| +|[Table top](#nottested-assertions-summary)|
29/30
|:grey_question:*NotTested*|`fipa`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-29)| +|[Table top](#nottested-assertions-summary)|
30/30
|:grey_question:*NotTested*|`fipa`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-30)| *** -### MinorFail Assertion number 217 -[Jump to summary definition](#summary-MinorFail-217) +## NotTested Assertion Details -:exclamation:MinorFail assertion +This subchapter gives more details to the :grey_question:NotTested assertions + +### NotTested Assertion number 1 + +[Jump to summary definition](#summary-NotTested-1) + +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :request not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:request a :CommunicativeAct ;
rdfs:label "request"@en ;
rdfs:comment "A communicative act with which the sender requests the recei..."@en .
| +|Title|The test could not be run| +|Description|The syntax of the subject and any of its imports must be syntaxically correct| *** -### MinorFail Assertion number 218 +### NotTested Assertion number 2 -[Jump to summary definition](#summary-MinorFail-218) +[Jump to summary definition](#summary-NotTested-2) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :agree not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:agree a :CommunicativeAct ;
rdfs:label "agree"@en ;
rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .
| +|Title|The test could not be run| +|Description|The syntax of the subject and any of its imports must be syntaxically correct| *** -### MinorFail Assertion number 219 +### NotTested Assertion number 3 -[Jump to summary definition](#summary-MinorFail-219) +[Jump to summary definition](#summary-NotTested-3) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Term labeling test| +|Description|A test case from the Best Practices tests checking if all the terms of the subject have a rdfs:label property pointing to a literal in English| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :refuse not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:refuse a :CommunicativeAct ;
rdfs:label "refuse"@en ;
rdfs:comment "A communicative act with which the sender refuses to perform..."@en .
| +|Title|The test could not be run| +|Description|The subject and its recursive imports must be syntaxically correct| *** -### MinorFail Assertion number 220 +### NotTested Assertion number 4 -[Jump to summary definition](#summary-MinorFail-220) +[Jump to summary definition](#summary-NotTested-4) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|OWL RL Constraint test| +|Description|A test meant to check wether the test subject is syntaxically correct or not.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:FIPASL a :Language ;
rdfs:label "FIPA SL"@en ;
rdfs:comment "The FIPA SL Content Language"@en .
| +|Title|The test could not be run| +|Description|The subject and its recursive imports must be syntaxically correct| *** -### MinorFail Assertion number 221 +### NotTested Assertion number 5 -[Jump to summary definition](#summary-MinorFail-221) +[Jump to summary definition](#summary-NotTested-5) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:ACLMessageStructure a sh:NodeShape ;
rdfs:label "ACL Message Structure"@en ;
rdfs:comment "The FIPA ACL message structure."@en ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:path :hasPerformative ] ;
sh:targetClass :ACLMessage .
| +|Title|The test could not be run| +|Description|The subject must be syntaxically correct| *** -### MinorFail Assertion number 222 +### NotTested Assertion number 6 -[Jump to summary definition](#summary-MinorFail-222) +[Jump to summary definition](#summary-NotTested-6) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Term not referenced to a module| -|Description|Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property| -|Pointer|
:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ;
rdfs:label "Request Interaction Protocol"@en ;
rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .
| +|Title|The test could not be run| +|Description|The subject must be syntaxically correct| *** -### MinorFail Assertion number 223 +### NotTested Assertion number 7 -[Jump to summary definition](#summary-MinorFail-223) +[Jump to summary definition](#summary-NotTested-7) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :core and :Role| -|Pointer|
:core a owl:Ontology ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:contributor <http://maxime-lefrancois.info/me#>, 
 <http://ns.inria.fr/fabien.gandon#me>, 
 <http://w3id.org/people/az/me>, 
 <https://danaivach.inrupt.net/profile/card#me>, 
 <https://id.inrupt.com/smnmyr>, 
 <https://orcid.org/0000-0002-2956-0533>, 
 <https://orcid.org/0000-0002-4506-2745>, 
 <https://orcid.org/0000-0003-0821-6095>, 
 <https://www.vcharpenay.link/#me> ;
dct:creator <https://id.inrupt.com/andreiciortea> ;
dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en,
"Une ontologie pour la description de systèmes multi-agents h..."@fr ;
dct:issued "2021-11-21"^^xsd:date ;
dct:title "Hypermedia MAS Core Ontology"@en,
"Ontologie Centrale des SMA Hypermédias"@fr ;
vann:preferredNamespacePrefix "hmas" ;
vann:preferredNamespaceUri : .
| -|Pointer|
:Role a owl:Class ;
rdfs:label "role"@en,
"rôle"@fr ;
rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ;
rdfs:isDefinedBy :regulation .
| +|Title|The test could not be run| +|Description|The subject must be syntaxically correct| *** -### MinorFail Assertion number 224 +### NotTested Assertion number 8 -[Jump to summary definition](#summary-MinorFail-224) +[Jump to summary definition](#summary-NotTested-8) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Profile compatibility test| +|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isMembershipOf and :isMembershipIn| -|Pointer|
:isMembershipOf a owl:ObjectProperty ;
rdfs:label "is membership of"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Agent .
| -|Pointer|
:isMembershipIn a owl:ObjectProperty ;
rdfs:label "is membership in"@en,
"est l'appartenance à"@fr ;
rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ;
rdfs:domain :Membership ;
rdfs:isDefinedBy :regulation ;
rdfs:range :Group .
| +|Title|The test could not be run| +|Description|The subject must be syntaxically correct| *** -### MinorFail Assertion number 225 +### NotTested Assertion number 9 -[Jump to summary definition](#summary-MinorFail-225) +[Jump to summary definition](#summary-NotTested-9) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :isReplyTo and :isInReplyTo| -|Pointer|
:isReplyTo a owl:ObjectProperty ;
rdfs:label "is reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ;
rdfs:domain :ACLMessage ;
rdfs:range :Agent .
| -|Pointer|
:isInReplyTo a owl:ObjectProperty ;
rdfs:label "is in reply to"@en ;
rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ;
rdfs:domain :ACLMessage .
| +|Title|The test could not be run| +|Description|The subject syntax must be correct| *** -### MinorFail Assertion number 226 +### NotTested Assertion number 10 -[Jump to summary definition](#summary-MinorFail-226) +[Jump to summary definition](#summary-NotTested-10) -:exclamation:MinorFail assertion +:grey_question:NotTested assertion #### Subject detail -|Name|all-fragments| +|Name|meta| |----|----| -|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| #### Criterion detail |Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| @@ -6058,74 +3687,22 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail -|Type|:exclamation:MinorFail| +|Type|:grey_question:NotTested| |----|----| -|Title|Too close terms| -|Description|The following terms are too similar: :signifies and :Signifier| -|Pointer|
:signifies a owl:ObjectProperty ;
rdfs:label "signifies"@en,
"signifie"@fr ;
rdfs:comment "A relation between a signifier and the specification of a be..."@en ;
rdfs:domain :Signifier ;
rdfs:isDefinedBy :interaction .
| -|Pointer|
:Signifier a owl:Class ;
rdfs:label "Signifier"@en,
"signifier"@en,
"Signifiant"@fr,
"signifiant"@fr ;
rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ;
rdfs:isDefinedBy :core ;
rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, 
 <https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ;
rdfs:subClassOf :Hostable ;
skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ;
skos:related :Affordance,
:Signifier .
| - -*** - -
- -*** - - -# NotTested Assertions - -Here is the chapter related to the NotTested assertion - -:grey_question:20 NotTested assertions - -
-Fold/Unfold the 20 summary and details - -## NotTested Assertions Summary - -[Jump to statistic summary](#statistic-summary) - -:grey_question:20 NotTested assertions - -|*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| -|------|--------|--------|---------|-----------|-------|------| -|[Table top](#nottested-assertions-summary)|
1/20
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-1)| -|[Table top](#nottested-assertions-summary)|
2/20
|:grey_question:*NotTested*|`meta`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-2)| -|[Table top](#nottested-assertions-summary)|
3/20
|:grey_question:*NotTested*|`meta`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-3)| -|[Table top](#nottested-assertions-summary)|
4/20
|:grey_question:*NotTested*|`meta`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-4)| -|[Table top](#nottested-assertions-summary)|
5/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-5)| -|[Table top](#nottested-assertions-summary)|
6/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-6)| -|[Table top](#nottested-assertions-summary)|
7/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-7)| -|[Table top](#nottested-assertions-summary)|
8/20
|:grey_question:*NotTested*|`meta`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-8)| -|[Table top](#nottested-assertions-summary)|
9/20
|:grey_question:*NotTested*|`meta`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-9)| -|[Table top](#nottested-assertions-summary)|
10/20
|:grey_question:*NotTested*|`meta`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-10)| -|[Table top](#nottested-assertions-summary)|
11/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-11)| -|[Table top](#nottested-assertions-summary)|
12/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|The test could not be run|[Jump](#nottested-assertion-number-12)| -|[Table top](#nottested-assertions-summary)|
13/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|The test could not be run|[Jump](#nottested-assertion-number-13)| -|[Table top](#nottested-assertions-summary)|
14/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|The test could not be run|[Jump](#nottested-assertion-number-14)| -|[Table top](#nottested-assertions-summary)|
15/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-15)| -|[Table top](#nottested-assertions-summary)|
16/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-16)| -|[Table top](#nottested-assertions-summary)|
17/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-17)| -|[Table top](#nottested-assertions-summary)|
18/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|The test could not be run|[Jump](#nottested-assertion-number-18)| -|[Table top](#nottested-assertions-summary)|
19/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|The test could not be run|[Jump](#nottested-assertion-number-19)| -|[Table top](#nottested-assertions-summary)|
20/20
|:grey_question:*NotTested*|`manufacturing-environments-safety-rules`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|The test could not be run|[Jump](#nottested-assertion-number-20)| +|Title|The test could not be run| +|Description|The subject needs to be syntaxically correct| *** +### NotTested Assertion number 11 -## NotTested Assertion Details - -This subchapter gives more details to the :grey_question:NotTested assertions - -### NotTested Assertion number 1 - -[Jump to summary definition](#summary-NotTested-1) +[Jump to summary definition](#summary-NotTested-11) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| @@ -6140,16 +3717,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The syntax of the subject and any of its imports must be syntaxically correct| *** -### NotTested Assertion number 2 +### NotTested Assertion number 12 -[Jump to summary definition](#summary-NotTested-2) +[Jump to summary definition](#summary-NotTested-12) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| @@ -6164,16 +3741,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The syntax of the subject and any of its imports must be syntaxically correct| *** -### NotTested Assertion number 3 +### NotTested Assertion number 13 -[Jump to summary definition](#summary-NotTested-3) +[Jump to summary definition](#summary-NotTested-13) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -6188,16 +3765,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject and its recursive imports must be syntaxically correct| *** -### NotTested Assertion number 4 +### NotTested Assertion number 14 -[Jump to summary definition](#summary-NotTested-4) +[Jump to summary definition](#summary-NotTested-14) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| @@ -6212,16 +3789,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject and its recursive imports must be syntaxically correct| *** -### NotTested Assertion number 5 +### NotTested Assertion number 15 -[Jump to summary definition](#summary-NotTested-5) +[Jump to summary definition](#summary-NotTested-15) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6236,16 +3813,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 6 +### NotTested Assertion number 16 -[Jump to summary definition](#summary-NotTested-6) +[Jump to summary definition](#summary-NotTested-16) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6260,16 +3837,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 7 +### NotTested Assertion number 17 -[Jump to summary definition](#summary-NotTested-7) +[Jump to summary definition](#summary-NotTested-17) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6284,16 +3861,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 8 +### NotTested Assertion number 18 -[Jump to summary definition](#summary-NotTested-8) +[Jump to summary definition](#summary-NotTested-18) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6308,16 +3885,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 9 +### NotTested Assertion number 19 -[Jump to summary definition](#summary-NotTested-9) +[Jump to summary definition](#summary-NotTested-19) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| @@ -6332,16 +3909,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject syntax must be correct| *** -### NotTested Assertion number 10 +### NotTested Assertion number 20 -[Jump to summary definition](#summary-NotTested-10) +[Jump to summary definition](#summary-NotTested-20) :grey_question:NotTested assertion #### Subject detail -|Name|meta| +|Name|manufacturing-environments-safety-rules| |----|----| -|Title|Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module meta.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/meta.ttl)| +|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| #### Criterion detail |Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| @@ -6356,16 +3933,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject needs to be syntaxically correct| *** -### NotTested Assertion number 11 +### NotTested Assertion number 21 -[Jump to summary definition](#summary-NotTested-11) +[Jump to summary definition](#summary-NotTested-21) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| @@ -6380,16 +3957,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The syntax of the subject and any of its imports must be syntaxically correct| *** -### NotTested Assertion number 12 +### NotTested Assertion number 22 -[Jump to summary definition](#summary-NotTested-12) +[Jump to summary definition](#summary-NotTested-22) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| @@ -6404,16 +3981,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The syntax of the subject and any of its imports must be syntaxically correct| *** -### NotTested Assertion number 13 +### NotTested Assertion number 23 -[Jump to summary definition](#summary-NotTested-13) +[Jump to summary definition](#summary-NotTested-23) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -6428,16 +4005,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject and its recursive imports must be syntaxically correct| *** -### NotTested Assertion number 14 +### NotTested Assertion number 24 -[Jump to summary definition](#summary-NotTested-14) +[Jump to summary definition](#summary-NotTested-24) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| @@ -6452,16 +4029,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject and its recursive imports must be syntaxically correct| *** -### NotTested Assertion number 15 +### NotTested Assertion number 25 -[Jump to summary definition](#summary-NotTested-15) +[Jump to summary definition](#summary-NotTested-25) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6476,16 +4053,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 16 +### NotTested Assertion number 26 -[Jump to summary definition](#summary-NotTested-16) +[Jump to summary definition](#summary-NotTested-26) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6500,16 +4077,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 17 +### NotTested Assertion number 27 -[Jump to summary definition](#summary-NotTested-17) +[Jump to summary definition](#summary-NotTested-27) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6524,16 +4101,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 18 +### NotTested Assertion number 28 -[Jump to summary definition](#summary-NotTested-18) +[Jump to summary definition](#summary-NotTested-28) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -6548,16 +4125,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject must be syntaxically correct| *** -### NotTested Assertion number 19 +### NotTested Assertion number 29 -[Jump to summary definition](#summary-NotTested-19) +[Jump to summary definition](#summary-NotTested-29) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| @@ -6572,16 +4149,16 @@ This subchapter gives more details to the :grey_question:NotTested assertions |Description|The subject syntax must be correct| *** -### NotTested Assertion number 20 +### NotTested Assertion number 30 -[Jump to summary definition](#summary-NotTested-20) +[Jump to summary definition](#summary-NotTested-30) :grey_question:NotTested assertion #### Subject detail -|Name|manufacturing-environments-safety-rules| +|Name|fipa| |----|----| -|Title|Standalone modelet domains/manufacturing-environments/safety-rules/onto.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Modelet manufacturing-environments/safety-rules/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/safety-rules/onto.ttl)| +|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| #### Criterion detail |Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| @@ -6606,153 +4183,152 @@ This subchapter gives more details to the :grey_question:NotTested assertions Here is the chapter related to the Pass assertion -:white_check_mark:134 Pass assertions +:white_check_mark:133 Pass assertions
-Fold/Unfold the 134 summary and details +Fold/Unfold the 133 summary and details ## Pass Assertions Summary [Jump to statistic summary](#statistic-summary) -:white_check_mark:134 Pass assertions +:white_check_mark:133 Pass assertions |*Jump*|*Number*|*Status*|*Subject*|*Criterion*|*Title*|*Link*| |------|--------|--------|---------|-----------|-------|------| -|[Table top](#pass-assertions-summary)|
1/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-1)| -|[Table top](#pass-assertions-summary)|
2/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-2)| -|[Table top](#pass-assertions-summary)|
3/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-3)| -|[Table top](#pass-assertions-summary)|
4/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-4)| -|[Table top](#pass-assertions-summary)|
5/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-5)| -|[Table top](#pass-assertions-summary)|
6/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-6)| -|[Table top](#pass-assertions-summary)|
7/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-7)| -|[Table top](#pass-assertions-summary)|
8/134
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-8)| -|[Table top](#pass-assertions-summary)|
9/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-9)| -|[Table top](#pass-assertions-summary)|
10/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-10)| -|[Table top](#pass-assertions-summary)|
11/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-11)| -|[Table top](#pass-assertions-summary)|
12/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-12)| -|[Table top](#pass-assertions-summary)|
13/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-13)| -|[Table top](#pass-assertions-summary)|
14/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-14)| -|[Table top](#pass-assertions-summary)|
15/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-15)| -|[Table top](#pass-assertions-summary)|
16/134
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-16)| -|[Table top](#pass-assertions-summary)|
17/134
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-17)| -|[Table top](#pass-assertions-summary)|
18/134
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-18)| -|[Table top](#pass-assertions-summary)|
19/134
|:white_check_mark:*Pass*|`regulation`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-19)| -|[Table top](#pass-assertions-summary)|
20/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-20)| -|[Table top](#pass-assertions-summary)|
21/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-21)| -|[Table top](#pass-assertions-summary)|
22/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-22)| -|[Table top](#pass-assertions-summary)|
23/134
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-23)| -|[Table top](#pass-assertions-summary)|
24/134
|:white_check_mark:*Pass*|`regulation`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-24)| -|[Table top](#pass-assertions-summary)|
25/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-25)| -|[Table top](#pass-assertions-summary)|
26/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-26)| -|[Table top](#pass-assertions-summary)|
27/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-27)| -|[Table top](#pass-assertions-summary)|
28/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-28)| -|[Table top](#pass-assertions-summary)|
29/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-29)| -|[Table top](#pass-assertions-summary)|
30/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-30)| -|[Table top](#pass-assertions-summary)|
31/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-31)| -|[Table top](#pass-assertions-summary)|
32/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-32)| -|[Table top](#pass-assertions-summary)|
33/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-33)| -|[Table top](#pass-assertions-summary)|
34/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-34)| -|[Table top](#pass-assertions-summary)|
35/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-35)| -|[Table top](#pass-assertions-summary)|
36/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-36)| -|[Table top](#pass-assertions-summary)|
37/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-37)| -|[Table top](#pass-assertions-summary)|
38/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-38)| -|[Table top](#pass-assertions-summary)|
39/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-39)| -|[Table top](#pass-assertions-summary)|
40/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-40)| -|[Table top](#pass-assertions-summary)|
41/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-41)| -|[Table top](#pass-assertions-summary)|
42/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-42)| -|[Table top](#pass-assertions-summary)|
43/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-43)| -|[Table top](#pass-assertions-summary)|
44/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-44)| -|[Table top](#pass-assertions-summary)|
45/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-45)| -|[Table top](#pass-assertions-summary)|
46/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-46)| -|[Table top](#pass-assertions-summary)|
47/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-47)| -|[Table top](#pass-assertions-summary)|
48/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-48)| -|[Table top](#pass-assertions-summary)|
49/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-49)| -|[Table top](#pass-assertions-summary)|
50/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-50)| -|[Table top](#pass-assertions-summary)|
51/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-51)| -|[Table top](#pass-assertions-summary)|
52/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-52)| -|[Table top](#pass-assertions-summary)|
53/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-53)| -|[Table top](#pass-assertions-summary)|
54/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-54)| -|[Table top](#pass-assertions-summary)|
55/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-55)| -|[Table top](#pass-assertions-summary)|
56/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-56)| -|[Table top](#pass-assertions-summary)|
57/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-57)| -|[Table top](#pass-assertions-summary)|
58/134
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-58)| -|[Table top](#pass-assertions-summary)|
59/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-59)| -|[Table top](#pass-assertions-summary)|
60/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-60)| -|[Table top](#pass-assertions-summary)|
61/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-61)| -|[Table top](#pass-assertions-summary)|
62/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-62)| -|[Table top](#pass-assertions-summary)|
63/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-63)| -|[Table top](#pass-assertions-summary)|
64/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-64)| -|[Table top](#pass-assertions-summary)|
65/134
|:white_check_mark:*Pass*|`logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-65)| -|[Table top](#pass-assertions-summary)|
66/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-66)| -|[Table top](#pass-assertions-summary)|
67/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-67)| -|[Table top](#pass-assertions-summary)|
68/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-68)| -|[Table top](#pass-assertions-summary)|
69/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-69)| -|[Table top](#pass-assertions-summary)|
70/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-70)| -|[Table top](#pass-assertions-summary)|
71/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-71)| -|[Table top](#pass-assertions-summary)|
72/134
|:white_check_mark:*Pass*|`logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-72)| -|[Table top](#pass-assertions-summary)|
73/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-73)| -|[Table top](#pass-assertions-summary)|
74/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-74)| -|[Table top](#pass-assertions-summary)|
75/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-75)| -|[Table top](#pass-assertions-summary)|
76/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-76)| -|[Table top](#pass-assertions-summary)|
77/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-77)| -|[Table top](#pass-assertions-summary)|
78/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-78)| -|[Table top](#pass-assertions-summary)|
79/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-79)| -|[Table top](#pass-assertions-summary)|
80/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-80)| -|[Table top](#pass-assertions-summary)|
81/134
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-81)| -|[Table top](#pass-assertions-summary)|
82/134
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-82)| -|[Table top](#pass-assertions-summary)|
83/134
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-83)| -|[Table top](#pass-assertions-summary)|
84/134
|:white_check_mark:*Pass*|`interaction`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-84)| -|[Table top](#pass-assertions-summary)|
85/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-85)| -|[Table top](#pass-assertions-summary)|
86/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-86)| -|[Table top](#pass-assertions-summary)|
87/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-87)| -|[Table top](#pass-assertions-summary)|
88/134
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-88)| -|[Table top](#pass-assertions-summary)|
89/134
|:white_check_mark:*Pass*|`interaction`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-89)| -|[Table top](#pass-assertions-summary)|
90/134
|:white_check_mark:*Pass*|`interaction`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-90)| -|[Table top](#pass-assertions-summary)|
91/134
|:white_check_mark:*Pass*|`fipa`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-91)| -|[Table top](#pass-assertions-summary)|
92/134
|:white_check_mark:*Pass*|`fipa`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-92)| -|[Table top](#pass-assertions-summary)|
93/134
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-93)| -|[Table top](#pass-assertions-summary)|
94/134
|:white_check_mark:*Pass*|`fipa`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-94)| -|[Table top](#pass-assertions-summary)|
95/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-95)| -|[Table top](#pass-assertions-summary)|
96/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-96)| -|[Table top](#pass-assertions-summary)|
97/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-97)| -|[Table top](#pass-assertions-summary)|
98/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-98)| -|[Table top](#pass-assertions-summary)|
99/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-99)| -|[Table top](#pass-assertions-summary)|
100/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-100)| -|[Table top](#pass-assertions-summary)|
101/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-101)| -|[Table top](#pass-assertions-summary)|
102/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-102)| -|[Table top](#pass-assertions-summary)|
103/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-103)| -|[Table top](#pass-assertions-summary)|
104/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-104)| -|[Table top](#pass-assertions-summary)|
105/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-105)| -|[Table top](#pass-assertions-summary)|
106/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-106)| -|[Table top](#pass-assertions-summary)|
107/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-107)| -|[Table top](#pass-assertions-summary)|
108/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-108)| -|[Table top](#pass-assertions-summary)|
109/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-109)| -|[Table top](#pass-assertions-summary)|
110/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-110)| -|[Table top](#pass-assertions-summary)|
111/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-111)| -|[Table top](#pass-assertions-summary)|
112/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-112)| -|[Table top](#pass-assertions-summary)|
113/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-113)| -|[Table top](#pass-assertions-summary)|
114/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-114)| -|[Table top](#pass-assertions-summary)|
115/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-115)| -|[Table top](#pass-assertions-summary)|
116/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-116)| -|[Table top](#pass-assertions-summary)|
117/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-117)| -|[Table top](#pass-assertions-summary)|
118/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-118)| -|[Table top](#pass-assertions-summary)|
119/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-119)| -|[Table top](#pass-assertions-summary)|
120/134
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-120)| -|[Table top](#pass-assertions-summary)|
121/134
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-121)| -|[Table top](#pass-assertions-summary)|
122/134
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-122)| -|[Table top](#pass-assertions-summary)|
123/134
|:white_check_mark:*Pass*|`core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-123)| -|[Table top](#pass-assertions-summary)|
124/134
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-124)| -|[Table top](#pass-assertions-summary)|
125/134
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-125)| -|[Table top](#pass-assertions-summary)|
126/134
|:white_check_mark:*Pass*|`core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-126)| -|[Table top](#pass-assertions-summary)|
127/134
|:white_check_mark:*Pass*|`core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-127)| -|[Table top](#pass-assertions-summary)|
128/134
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-128)| -|[Table top](#pass-assertions-summary)|
129/134
|:white_check_mark:*Pass*|`all-modules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-129)| -|[Table top](#pass-assertions-summary)|
130/134
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-130)| -|[Table top](#pass-assertions-summary)|
131/134
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-131)| -|[Table top](#pass-assertions-summary)|
132/134
|:white_check_mark:*Pass*|`all-fragments`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-132)| -|[Table top](#pass-assertions-summary)|
133/134
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-133)| -|[Table top](#pass-assertions-summary)|
134/134
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-134)| +|[Table top](#pass-assertions-summary)|
1/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-1)| +|[Table top](#pass-assertions-summary)|
2/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-2)| +|[Table top](#pass-assertions-summary)|
3/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-3)| +|[Table top](#pass-assertions-summary)|
4/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-4)| +|[Table top](#pass-assertions-summary)|
5/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-5)| +|[Table top](#pass-assertions-summary)|
6/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-6)| +|[Table top](#pass-assertions-summary)|
7/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-7)| +|[Table top](#pass-assertions-summary)|
8/133
|:white_check_mark:*Pass*|`regulation-logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-8)| +|[Table top](#pass-assertions-summary)|
9/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-9)| +|[Table top](#pass-assertions-summary)|
10/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-10)| +|[Table top](#pass-assertions-summary)|
11/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-11)| +|[Table top](#pass-assertions-summary)|
12/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-12)| +|[Table top](#pass-assertions-summary)|
13/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-13)| +|[Table top](#pass-assertions-summary)|
14/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-14)| +|[Table top](#pass-assertions-summary)|
15/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-15)| +|[Table top](#pass-assertions-summary)|
16/133
|:white_check_mark:*Pass*|`regulation-logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-16)| +|[Table top](#pass-assertions-summary)|
17/133
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-17)| +|[Table top](#pass-assertions-summary)|
18/133
|:white_check_mark:*Pass*|`regulation`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-18)| +|[Table top](#pass-assertions-summary)|
19/133
|:white_check_mark:*Pass*|`regulation`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-19)| +|[Table top](#pass-assertions-summary)|
20/133
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-20)| +|[Table top](#pass-assertions-summary)|
21/133
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-21)| +|[Table top](#pass-assertions-summary)|
22/133
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-22)| +|[Table top](#pass-assertions-summary)|
23/133
|:white_check_mark:*Pass*|`regulation`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-23)| +|[Table top](#pass-assertions-summary)|
24/133
|:white_check_mark:*Pass*|`regulation`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-24)| +|[Table top](#pass-assertions-summary)|
25/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-25)| +|[Table top](#pass-assertions-summary)|
26/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-26)| +|[Table top](#pass-assertions-summary)|
27/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-27)| +|[Table top](#pass-assertions-summary)|
28/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-28)| +|[Table top](#pass-assertions-summary)|
29/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-29)| +|[Table top](#pass-assertions-summary)|
30/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-30)| +|[Table top](#pass-assertions-summary)|
31/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-31)| +|[Table top](#pass-assertions-summary)|
32/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-32)| +|[Table top](#pass-assertions-summary)|
33/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-33)| +|[Table top](#pass-assertions-summary)|
34/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-34)| +|[Table top](#pass-assertions-summary)|
35/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-35)| +|[Table top](#pass-assertions-summary)|
36/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-36)| +|[Table top](#pass-assertions-summary)|
37/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-37)| +|[Table top](#pass-assertions-summary)|
38/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-38)| +|[Table top](#pass-assertions-summary)|
39/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-39)| +|[Table top](#pass-assertions-summary)|
40/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-40)| +|[Table top](#pass-assertions-summary)|
41/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-41)| +|[Table top](#pass-assertions-summary)|
42/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-42)| +|[Table top](#pass-assertions-summary)|
43/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-43)| +|[Table top](#pass-assertions-summary)|
44/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-44)| +|[Table top](#pass-assertions-summary)|
45/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-45)| +|[Table top](#pass-assertions-summary)|
46/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-46)| +|[Table top](#pass-assertions-summary)|
47/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-47)| +|[Table top](#pass-assertions-summary)|
48/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-48)| +|[Table top](#pass-assertions-summary)|
49/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-49)| +|[Table top](#pass-assertions-summary)|
50/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-50)| +|[Table top](#pass-assertions-summary)|
51/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-51)| +|[Table top](#pass-assertions-summary)|
52/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-52)| +|[Table top](#pass-assertions-summary)|
53/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-53)| +|[Table top](#pass-assertions-summary)|
54/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-54)| +|[Table top](#pass-assertions-summary)|
55/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-55)| +|[Table top](#pass-assertions-summary)|
56/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-56)| +|[Table top](#pass-assertions-summary)|
57/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-57)| +|[Table top](#pass-assertions-summary)|
58/133
|:white_check_mark:*Pass*|`manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-58)| +|[Table top](#pass-assertions-summary)|
59/133
|:white_check_mark:*Pass*|`logistics-structure-organization`|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)|All terms labeled|[Jump](#pass-assertion-number-59)| +|[Table top](#pass-assertions-summary)|
60/133
|:white_check_mark:*Pass*|`logistics-structure-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-60)| +|[Table top](#pass-assertions-summary)|
61/133
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-61)| +|[Table top](#pass-assertions-summary)|
62/133
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-62)| +|[Table top](#pass-assertions-summary)|
63/133
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-63)| +|[Table top](#pass-assertions-summary)|
64/133
|:white_check_mark:*Pass*|`logistics-structure-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-64)| +|[Table top](#pass-assertions-summary)|
65/133
|:white_check_mark:*Pass*|`logistics-structure-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-65)| +|[Table top](#pass-assertions-summary)|
66/133
|:white_check_mark:*Pass*|`logistics-create-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-66)| +|[Table top](#pass-assertions-summary)|
67/133
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-67)| +|[Table top](#pass-assertions-summary)|
68/133
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-68)| +|[Table top](#pass-assertions-summary)|
69/133
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-69)| +|[Table top](#pass-assertions-summary)|
70/133
|:white_check_mark:*Pass*|`logistics-create-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-70)| +|[Table top](#pass-assertions-summary)|
71/133
|:white_check_mark:*Pass*|`logistics-create-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-71)| +|[Table top](#pass-assertions-summary)|
72/133
|:white_check_mark:*Pass*|`logistics-create-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-72)| +|[Table top](#pass-assertions-summary)|
73/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-73)| +|[Table top](#pass-assertions-summary)|
74/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-74)| +|[Table top](#pass-assertions-summary)|
75/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-75)| +|[Table top](#pass-assertions-summary)|
76/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-76)| +|[Table top](#pass-assertions-summary)|
77/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-77)| +|[Table top](#pass-assertions-summary)|
78/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-78)| +|[Table top](#pass-assertions-summary)|
79/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-79)| +|[Table top](#pass-assertions-summary)|
80/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-80)| +|[Table top](#pass-assertions-summary)|
81/133
|:white_check_mark:*Pass*|`interaction-manufacturing-environments-discover-behavior-specifications`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-81)| +|[Table top](#pass-assertions-summary)|
82/133
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-82)| +|[Table top](#pass-assertions-summary)|
83/133
|:white_check_mark:*Pass*|`interaction`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-83)| +|[Table top](#pass-assertions-summary)|
84/133
|:white_check_mark:*Pass*|`interaction`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-84)| +|[Table top](#pass-assertions-summary)|
85/133
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-85)| +|[Table top](#pass-assertions-summary)|
86/133
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-86)| +|[Table top](#pass-assertions-summary)|
87/133
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL QL Profile compatible|[Jump](#pass-assertion-number-87)| +|[Table top](#pass-assertions-summary)|
88/133
|:white_check_mark:*Pass*|`interaction`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL EL Profile compatible|[Jump](#pass-assertion-number-88)| +|[Table top](#pass-assertions-summary)|
89/133
|:white_check_mark:*Pass*|`interaction`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-89)| +|[Table top](#pass-assertions-summary)|
90/133
|:white_check_mark:*Pass*|`interaction`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-90)| +|[Table top](#pass-assertions-summary)|
91/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-91)| +|[Table top](#pass-assertions-summary)|
92/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-92)| +|[Table top](#pass-assertions-summary)|
93/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-93)| +|[Table top](#pass-assertions-summary)|
94/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-94)| +|[Table top](#pass-assertions-summary)|
95/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-95)| +|[Table top](#pass-assertions-summary)|
96/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-96)| +|[Table top](#pass-assertions-summary)|
97/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-signifiers`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-97)| +|[Table top](#pass-assertions-summary)|
98/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-98)| +|[Table top](#pass-assertions-summary)|
99/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-99)| +|[Table top](#pass-assertions-summary)|
100/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-100)| +|[Table top](#pass-assertions-summary)|
101/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-101)| +|[Table top](#pass-assertions-summary)|
102/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-platforms`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-102)| +|[Table top](#pass-assertions-summary)|
103/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-103)| +|[Table top](#pass-assertions-summary)|
104/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-104)| +|[Table top](#pass-assertions-summary)|
105/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-105)| +|[Table top](#pass-assertions-summary)|
106/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-106)| +|[Table top](#pass-assertions-summary)|
107/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-107)| +|[Table top](#pass-assertions-summary)|
108/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-108)| +|[Table top](#pass-assertions-summary)|
109/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-organization`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-109)| +|[Table top](#pass-assertions-summary)|
110/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-110)| +|[Table top](#pass-assertions-summary)|
111/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-111)| +|[Table top](#pass-assertions-summary)|
112/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-112)| +|[Table top](#pass-assertions-summary)|
113/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-113)| +|[Table top](#pass-assertions-summary)|
114/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-114)| +|[Table top](#pass-assertions-summary)|
115/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-115)| +|[Table top](#pass-assertions-summary)|
116/133
|:white_check_mark:*Pass*|`core-manufacturing-environments-discover-core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-116)| +|[Table top](#pass-assertions-summary)|
117/133
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-117)| +|[Table top](#pass-assertions-summary)|
118/133
|:white_check_mark:*Pass*|`core`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-118)| +|[Table top](#pass-assertions-summary)|
119/133
|:white_check_mark:*Pass*|`core`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-119)| +|[Table top](#pass-assertions-summary)|
120/133
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-120)| +|[Table top](#pass-assertions-summary)|
121/133
|:white_check_mark:*Pass*|`core`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-121)| +|[Table top](#pass-assertions-summary)|
122/133
|:white_check_mark:*Pass*|`core`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-122)| +|[Table top](#pass-assertions-summary)|
123/133
|:white_check_mark:*Pass*|`core`|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)|Terms differenciated enough|[Jump](#pass-assertion-number-123)| +|[Table top](#pass-assertions-summary)|
124/133
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Domains properly defined|[Jump](#pass-assertion-number-124)| +|[Table top](#pass-assertions-summary)|
125/133
|:white_check_mark:*Pass*|`all-modules`|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)|Ranges properly defined|[Jump](#pass-assertion-number-125)| +|[Table top](#pass-assertions-summary)|
126/133
|:white_check_mark:*Pass*|`all-modules`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-126)| +|[Table top](#pass-assertions-summary)|
127/133
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-127)| +|[Table top](#pass-assertions-summary)|
128/133
|:white_check_mark:*Pass*|`all-modules`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-128)| +|[Table top](#pass-assertions-summary)|
129/133
|:white_check_mark:*Pass*|`all-modules`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-129)| +|[Table top](#pass-assertions-summary)|
130/133
|:white_check_mark:*Pass*|`all-fragments`|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)|OWL RL consistent|[Jump](#pass-assertion-number-130)| +|[Table top](#pass-assertions-summary)|
131/133
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL TC Profile compatible|[Jump](#pass-assertion-number-131)| +|[Table top](#pass-assertions-summary)|
132/133
|:white_check_mark:*Pass*|`all-fragments`|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)|OWL RL Profile compatible|[Jump](#pass-assertion-number-132)| +|[Table top](#pass-assertions-summary)|
133/133
|:white_check_mark:*Pass*|`all-fragments`|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)|Any term is referenced|[Jump](#pass-assertion-number-133)| *** @@ -8884,141 +6460,45 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| -|----|----| -|Title|Term referencing test| -|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Any term is referenced| -|Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| - -*** -### Pass Assertion number 90 - -[Jump to summary definition](#summary-Pass-90) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|interaction| -|----|----| -|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| - -#### Criterion detail -|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| -|----|----| -|Title|Terms differenciation test| -|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Terms differenciated enough| -|Description|All the terms have have a satisfying Levenshtein distance from each other term.| - -*** -### Pass Assertion number 91 - -[Jump to summary definition](#summary-Pass-91) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| -|----|----| -|Title|Domain and range referencing test| -|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|Domains properly defined| -|Description|Each rdfs:domain is defined within the fragment| - -*** -### Pass Assertion number 92 - -[Jump to summary definition](#summary-Pass-92) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| -|----|----| -|Title|OWL RL Constraint test| -|Description|A test meant to check wether the test subject is syntaxically correct or not.| - -#### Outcome Detail -|Type|:white_check_mark:Pass| -|----|----| -|Title|OWL RL consistent| -|Description|The provided graph is consistent for any OWL RL constraint| - -*** -### Pass Assertion number 93 - -[Jump to summary definition](#summary-Pass-93) - -:white_check_mark:Pass assertion -#### Subject detail -|Name|fipa| -|----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| - -#### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|OWL TC Profile compatible| -|Description|The subject is included in the OWL TC sublanguage| +|Title|Any term is referenced| +|Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 94 +### Pass Assertion number 90 -[Jump to summary definition](#summary-Pass-94) +[Jump to summary definition](#summary-Pass-90) :white_check_mark:Pass assertion #### Subject detail -|Name|fipa| +|Name|interaction| |----|----| -|Title|Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| -|Composition|- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)| +|Title|Standalone module src/interaction.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages| +|Composition|- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| #### Criterion detail -|Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| +|Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| |----|----| -|Title|Profile compatibility test| -|Description|A test meant to check whether the test subject is compatible with a profile or not, and if it is not, why.| +|Title|Terms differenciation test| +|Description|A test case from the Best Practices tests checking if all the terms are different enough from each other according to the Levenshtein distance metric.| #### Outcome Detail |Type|:white_check_mark:Pass| |----|----| -|Title|OWL RL Profile compatible| -|Description|The subject is included in the OWL RL sublanguage| +|Title|Terms differenciated enough| +|Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 95 +### Pass Assertion number 91 -[Jump to summary definition](#summary-Pass-95) +[Jump to summary definition](#summary-Pass-91) :white_check_mark:Pass assertion #### Subject detail @@ -9040,9 +6520,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 96 +### Pass Assertion number 92 -[Jump to summary definition](#summary-Pass-96) +[Jump to summary definition](#summary-Pass-92) :white_check_mark:Pass assertion #### Subject detail @@ -9064,9 +6544,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 97 +### Pass Assertion number 93 -[Jump to summary definition](#summary-Pass-97) +[Jump to summary definition](#summary-Pass-93) :white_check_mark:Pass assertion #### Subject detail @@ -9088,9 +6568,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 98 +### Pass Assertion number 94 -[Jump to summary definition](#summary-Pass-98) +[Jump to summary definition](#summary-Pass-94) :white_check_mark:Pass assertion #### Subject detail @@ -9112,9 +6592,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 99 +### Pass Assertion number 95 -[Jump to summary definition](#summary-Pass-99) +[Jump to summary definition](#summary-Pass-95) :white_check_mark:Pass assertion #### Subject detail @@ -9136,9 +6616,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 100 +### Pass Assertion number 96 -[Jump to summary definition](#summary-Pass-100) +[Jump to summary definition](#summary-Pass-96) :white_check_mark:Pass assertion #### Subject detail @@ -9160,9 +6640,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 101 +### Pass Assertion number 97 -[Jump to summary definition](#summary-Pass-101) +[Jump to summary definition](#summary-Pass-97) :white_check_mark:Pass assertion #### Subject detail @@ -9184,9 +6664,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 102 +### Pass Assertion number 98 -[Jump to summary definition](#summary-Pass-102) +[Jump to summary definition](#summary-Pass-98) :white_check_mark:Pass assertion #### Subject detail @@ -9208,9 +6688,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 103 +### Pass Assertion number 99 -[Jump to summary definition](#summary-Pass-103) +[Jump to summary definition](#summary-Pass-99) :white_check_mark:Pass assertion #### Subject detail @@ -9232,9 +6712,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 104 +### Pass Assertion number 100 -[Jump to summary definition](#summary-Pass-104) +[Jump to summary definition](#summary-Pass-100) :white_check_mark:Pass assertion #### Subject detail @@ -9256,9 +6736,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 105 +### Pass Assertion number 101 -[Jump to summary definition](#summary-Pass-105) +[Jump to summary definition](#summary-Pass-101) :white_check_mark:Pass assertion #### Subject detail @@ -9280,9 +6760,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 106 +### Pass Assertion number 102 -[Jump to summary definition](#summary-Pass-106) +[Jump to summary definition](#summary-Pass-102) :white_check_mark:Pass assertion #### Subject detail @@ -9304,9 +6784,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 107 +### Pass Assertion number 103 -[Jump to summary definition](#summary-Pass-107) +[Jump to summary definition](#summary-Pass-103) :white_check_mark:Pass assertion #### Subject detail @@ -9328,9 +6808,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 108 +### Pass Assertion number 104 -[Jump to summary definition](#summary-Pass-108) +[Jump to summary definition](#summary-Pass-104) :white_check_mark:Pass assertion #### Subject detail @@ -9352,9 +6832,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 109 +### Pass Assertion number 105 -[Jump to summary definition](#summary-Pass-109) +[Jump to summary definition](#summary-Pass-105) :white_check_mark:Pass assertion #### Subject detail @@ -9376,9 +6856,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 110 +### Pass Assertion number 106 -[Jump to summary definition](#summary-Pass-110) +[Jump to summary definition](#summary-Pass-106) :white_check_mark:Pass assertion #### Subject detail @@ -9400,9 +6880,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 111 +### Pass Assertion number 107 -[Jump to summary definition](#summary-Pass-111) +[Jump to summary definition](#summary-Pass-107) :white_check_mark:Pass assertion #### Subject detail @@ -9424,9 +6904,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 112 +### Pass Assertion number 108 -[Jump to summary definition](#summary-Pass-112) +[Jump to summary definition](#summary-Pass-108) :white_check_mark:Pass assertion #### Subject detail @@ -9448,9 +6928,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 113 +### Pass Assertion number 109 -[Jump to summary definition](#summary-Pass-113) +[Jump to summary definition](#summary-Pass-109) :white_check_mark:Pass assertion #### Subject detail @@ -9472,9 +6952,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 114 +### Pass Assertion number 110 -[Jump to summary definition](#summary-Pass-114) +[Jump to summary definition](#summary-Pass-110) :white_check_mark:Pass assertion #### Subject detail @@ -9496,9 +6976,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 115 +### Pass Assertion number 111 -[Jump to summary definition](#summary-Pass-115) +[Jump to summary definition](#summary-Pass-111) :white_check_mark:Pass assertion #### Subject detail @@ -9520,9 +7000,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 116 +### Pass Assertion number 112 -[Jump to summary definition](#summary-Pass-116) +[Jump to summary definition](#summary-Pass-112) :white_check_mark:Pass assertion #### Subject detail @@ -9544,9 +7024,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 117 +### Pass Assertion number 113 -[Jump to summary definition](#summary-Pass-117) +[Jump to summary definition](#summary-Pass-113) :white_check_mark:Pass assertion #### Subject detail @@ -9568,9 +7048,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 118 +### Pass Assertion number 114 -[Jump to summary definition](#summary-Pass-118) +[Jump to summary definition](#summary-Pass-114) :white_check_mark:Pass assertion #### Subject detail @@ -9592,9 +7072,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 119 +### Pass Assertion number 115 -[Jump to summary definition](#summary-Pass-119) +[Jump to summary definition](#summary-Pass-115) :white_check_mark:Pass assertion #### Subject detail @@ -9616,9 +7096,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 120 +### Pass Assertion number 116 -[Jump to summary definition](#summary-Pass-120) +[Jump to summary definition](#summary-Pass-116) :white_check_mark:Pass assertion #### Subject detail @@ -9640,9 +7120,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 121 +### Pass Assertion number 117 -[Jump to summary definition](#summary-Pass-121) +[Jump to summary definition](#summary-Pass-117) :white_check_mark:Pass assertion #### Subject detail @@ -9664,9 +7144,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 122 +### Pass Assertion number 118 -[Jump to summary definition](#summary-Pass-122) +[Jump to summary definition](#summary-Pass-118) :white_check_mark:Pass assertion #### Subject detail @@ -9688,9 +7168,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:range is defined within the fragment| *** -### Pass Assertion number 123 +### Pass Assertion number 119 -[Jump to summary definition](#summary-Pass-123) +[Jump to summary definition](#summary-Pass-119) :white_check_mark:Pass assertion #### Subject detail @@ -9712,9 +7192,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 124 +### Pass Assertion number 120 -[Jump to summary definition](#summary-Pass-124) +[Jump to summary definition](#summary-Pass-120) :white_check_mark:Pass assertion #### Subject detail @@ -9736,9 +7216,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 125 +### Pass Assertion number 121 -[Jump to summary definition](#summary-Pass-125) +[Jump to summary definition](#summary-Pass-121) :white_check_mark:Pass assertion #### Subject detail @@ -9760,9 +7240,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 126 +### Pass Assertion number 122 -[Jump to summary definition](#summary-Pass-126) +[Jump to summary definition](#summary-Pass-122) :white_check_mark:Pass assertion #### Subject detail @@ -9784,9 +7264,9 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| *** -### Pass Assertion number 127 +### Pass Assertion number 123 -[Jump to summary definition](#summary-Pass-127) +[Jump to summary definition](#summary-Pass-123) :white_check_mark:Pass assertion #### Subject detail @@ -9808,16 +7288,16 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|All the terms have have a satisfying Levenshtein distance from each other term.| *** -### Pass Assertion number 128 +### Pass Assertion number 124 -[Jump to summary definition](#summary-Pass-128) +[Jump to summary definition](#summary-Pass-124) :white_check_mark:Pass assertion #### Subject detail |Name|all-modules| |----|----| |Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| @@ -9832,16 +7312,40 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|Each rdfs:domain is defined within the fragment| *** -### Pass Assertion number 129 +### Pass Assertion number 125 -[Jump to summary definition](#summary-Pass-129) +[Jump to summary definition](#summary-Pass-125) + +:white_check_mark:Pass assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| + +#### Criterion detail +|Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| +|----|----| +|Title|Domain and range referencing test| +|Description|A test case from the Best Practices tests checking if all the ranges and domains from the test subject point to terms that are defined in the vocabulary.| + +#### Outcome Detail +|Type|:white_check_mark:Pass| +|----|----| +|Title|Ranges properly defined| +|Description|Each rdfs:range is defined within the fragment| + +*** +### Pass Assertion number 126 + +[Jump to summary definition](#summary-Pass-126) :white_check_mark:Pass assertion #### Subject detail |Name|all-modules| |----|----| |Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| @@ -9856,16 +7360,16 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 130 +### Pass Assertion number 127 -[Jump to summary definition](#summary-Pass-130) +[Jump to summary definition](#summary-Pass-127) :white_check_mark:Pass assertion #### Subject detail |Name|all-modules| |----|----| |Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -9880,16 +7384,16 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 131 +### Pass Assertion number 128 -[Jump to summary definition](#summary-Pass-131) +[Jump to summary definition](#summary-Pass-128) :white_check_mark:Pass assertion #### Subject detail |Name|all-modules| |----|----| |Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -9904,16 +7408,40 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL RL sublanguage| *** -### Pass Assertion number 132 +### Pass Assertion number 129 -[Jump to summary definition](#summary-Pass-132) +[Jump to summary definition](#summary-Pass-129) + +:white_check_mark:Pass assertion +#### Subject detail +|Name|all-modules| +|----|----| +|Title|All the modules from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:white_check_mark:Pass| +|----|----| +|Title|Any term is referenced| +|Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| + +*** +### Pass Assertion number 130 + +[Jump to summary definition](#summary-Pass-130) :white_check_mark:Pass assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail |Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| @@ -9928,16 +7456,16 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The provided graph is consistent for any OWL RL constraint| *** -### Pass Assertion number 133 +### Pass Assertion number 131 -[Jump to summary definition](#summary-Pass-133) +[Jump to summary definition](#summary-Pass-131) :white_check_mark:Pass assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -9952,16 +7480,16 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Description|The subject is included in the OWL TC sublanguage| *** -### Pass Assertion number 134 +### Pass Assertion number 132 -[Jump to summary definition](#summary-Pass-134) +[Jump to summary definition](#summary-Pass-132) :white_check_mark:Pass assertion #### Subject detail |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Module fipa.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/fipa.ttl)
- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -9975,6 +7503,30 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Title|OWL RL Profile compatible| |Description|The subject is included in the OWL RL sublanguage| +*** +### Pass Assertion number 133 + +[Jump to summary definition](#summary-Pass-133) + +:white_check_mark:Pass assertion +#### Subject detail +|Name|all-fragments| +|----|----| +|Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| + +#### Criterion detail +|Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| +|----|----| +|Title|Term referencing test| +|Description|A test case from the Best Practices tests checking if each term of the test subject is referenced to a module through a rdfs:isDefinedBy property.| + +#### Outcome Detail +|Type|:white_check_mark:Pass| +|----|----| +|Title|Any term is referenced| +|Description|Each term of the test subject is linked to a module by a rdfs:isDefinedBy property| + ***
diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index e06f55ec..61c6bbcd 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -9,47 +9,39 @@ @prefix xsd: . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:subject _:meta ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0002-4506-2745>, <https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], +vann:preferredNamespaceUri : .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -61,25 +53,121 @@ dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -97,332 +185,177 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; +vann:preferredNamespaceUri : .""" ] ] ; earl:subject _:all-modules ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:fipa ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; + earl:subject _:logistics-structure-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -430,64 +363,9 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], @@ -497,13 +375,6 @@ dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revi rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; @@ -516,59 +387,13 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -580,57 +405,6 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -650,93 +424,209 @@ skos:historyNote "The definition of the concept follows affordance theorists [.. skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:all-modules ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:interaction ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:interaction ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:regulation a owl:Ontology ; @@ -756,41 +646,8 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, "Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:interaction a owl:Ontology ; @@ -806,21 +663,39 @@ dct:title "Hypermedia MAS Interaction Ontology"@en, "Ontologie d'Interaction des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; @@ -834,27 +709,40 @@ owl:imports :core .""" ] ] ; [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -881,13 +769,27 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -902,28 +804,13 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], @@ -936,410 +823,98 @@ dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revi dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/ACLMessageStructure> a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> ] ; -sh:targetClass <https://purl.org/hmas/ACLMessage> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] sh:maxCount 1 ; -sh:minCount 1 ; -sh:path <https://purl.org/hmas/hasPerformative> .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -1349,23 +924,84 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1391,9 +1027,7 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb12161>, -<https://www.example.org/Noneb12162> ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -1408,148 +1042,217 @@ rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:regulation ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -1568,713 +1271,448 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; + earl:subject _:all-fragments ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject syntax must be correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:subject _:meta ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:range is defined within the fragment"@en ; dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:all-modules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + earl:subject _:all-fragments ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "has profile"@en ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; + dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isInReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasPerformative not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasPerformative a owl:ObjectProperty ; -rdfs:label "has performative"@en ; -rdfs:comment "A relation between a FIPA ACL message and the type of the co..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :CommunicativeAct .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :CommunicativeAct not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:CommunicativeAct a owl:Class ; -rdfs:label "FIPA Communicative act"@en ; -rdfs:comment "A communicative act defined in the FIPA Communicative Act Li..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessage a owl:Class ; -rdfs:label "FIPA ACL Message"@en ; -rdfs:comment "A message that adheres to the FIPA ACL Message Structure Spe..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasOntology not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasOntology a owl:ObjectProperty ; -rdfs:label "has ontology"@en ; -rdfs:comment "A relation between a FIPA ACL message and the ontology(s) us..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :APService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:APService a owl:Class ; -rdfs:label "Agent Platform Service"@en ; -rdfs:comment "A service exposed by a FIPA Agent Platform as defined by the..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasReceiver not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasReceiver a owl:ObjectProperty ; -rdfs:label "has receiver"@en ; -rdfs:comment "A relation between a FIPA ACL message and agents that are th..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasEncoding not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasEncoding a owl:DataProperty ; -rdfs:label "has encoding"@en ; -rdfs:comment "A relation between a FIPA ACL message and the specific encod..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :IIOPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:IIOPMessageTransportService a owl:Class ; -rdfs:label "IIOP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentIdentifierDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentIdentifierDescription a owl:Class ; -rdfs:label "Agent Identifier Description"@en ; -rdfs:comment "A resource profile that describes an agent using the Agent I..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasContent not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasContent a owl:DataProperty ; -rdfs:label "has content"@en ; -rdfs:comment "A relation between a FIPA ACL message and the content of the..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasSender not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasSender a owl:ObjectProperty ; -rdfs:label "has sender"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent that is ..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :Language not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:Language a owl:Class ; -rdfs:label "Language"@en ; -rdfs:comment "The language in which the content of a message is expressed,..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPAAgentPlatform not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPAAgentPlatform a owl:Class ; -rdfs:label "FIPA Agent Platform"@en ; -rdfs:comment "A platform that conforms to the FIPA Abstract Architecture S..."@en ; -rdfs:subClassOf :HypermediaMASPlatform .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasConversation not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasConversation a owl:ObjectProperty ; -rdfs:label "has conversation"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression (a c..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :BehaviorExecution .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyBy not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyBy a owl:ObjectProperty ; -rdfs:label "reply by"@en ; -rdfs:comment "A relation between a FIPA ACL message and a time and/or date..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :HTTPMessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:HTTPMessageTransportService a owl:Class ; -rdfs:label "HTTP Message Transport Service"@en ; -rdfs:comment "An HTTP-based message transport service that confirms to the..."@en ; -rdfs:subClassOf :MessageTransportService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceType not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceType a owl:ObjectProperty ; -rdfs:label "has Service Type"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasProtocol not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasServiceName not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasServiceName a owl:ObjectProperty ; -rdfs:label "has Service Name"@en ; -rdfs:domain :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :MessageTransportService not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:MessageTransportService a owl:Class ; -rdfs:label "Message Transport Service"@en ; -rdfs:comment "A service for transporting messages among agents that confor..."@en ; -rdfs:subClassOf :APService .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :agree not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:agree a :CommunicativeAct ; -rdfs:label "agree"@en ; -rdfs:comment "A communicative act with which the sender agrees to perform ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :isReplyTo not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :request not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:request a :CommunicativeAct ; -rdfs:label "request"@en ; -rdfs:comment "A communicative act with which the sender requests the recei..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :RequestInteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:RequestInteractionProtocolEnactment a :InteractionProtocolEnactment ; -rdfs:label "Request Interaction Protocol"@en ; -rdfs:comment "The enactment of a FIPA Interaction Protocol that allows one..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :hasLanguage not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:hasLanguage a owl:ObjectProperty ; -rdfs:label "has language"@en ; -rdfs:comment "A relation between a FIPA ACL message and the language in wh..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Language .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :AgentPlatformDescription not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:AgentPlatformDescription a owl:Class ; -rdfs:label "Agent Platform Description"@en ; -rdfs:comment "A resource profile that descripe a FIPA Agent Platform using..."@en ; -rdfs:subClassOf :ResourceProfile .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :FIPASL not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:FIPASL a :Language ; -rdfs:label "FIPA SL"@en ; -rdfs:comment "The FIPA SL Content Language"@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :replyWith not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:replyWith a owl:ObjectProperty ; -rdfs:label "reply with"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :ACLMessageStructure not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:ACLMessageStructure a sh:NodeShape ; -rdfs:label "ACL Message Structure"@en ; -rdfs:comment "The FIPA ACL message structure."@en ; -sh:property [ sh:maxCount 1 ; -sh:minCount 1 ; -sh:path :hasPerformative ] ; -sh:targetClass :ACLMessage .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :refuse not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:refuse a :CommunicativeAct ; -rdfs:label "refuse"@en ; -rdfs:comment "A communicative act with which the sender refuses to perform..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Subject :InteractionProtocolEnactment not linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Term not referenced to a module"@en ; - rdfs:seeAlso """:InteractionProtocolEnactment a owl:Class ; -rdfs:label "Interaction protocol"@en ; -rdfs:comment "The enactment of a pre-agreed message exchange protocol for ..."@en ; -rdfs:subClassOf :BehaviorExecution .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:core ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject syntax must be correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:subject _:fipa ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: doco:Glossary"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: dcterms:source"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:syntax . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; @@ -2293,183 +1731,343 @@ rdfs:comment "A relation that refers to the Agent involved in a Membership..."@e rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:regulation ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:syntax . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: dcterms:source"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: doco:Glossary"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; + rdfs:seeAlso """:regulation a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:interaction ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; @@ -2511,57 +2109,40 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; + earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; @@ -2570,29 +2151,18 @@ dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revi dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2604,13 +2174,32 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb5438>, +<https://www.example.org/Noneb5439> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2625,57 +2214,110 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb5438>, +<https://www.example.org/Noneb5439> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; @@ -2684,36 +2326,77 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -2734,84 +2417,32 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2836,36 +2467,11 @@ dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revi dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -2878,121 +2484,66 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; earl:subject _:fipa ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL QL sublanguage"@en ; @@ -3000,119 +2551,106 @@ skos:related :Signifier .""" ] ] ; [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasOntology"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:isInReplyTo"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasContent"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasProtocol"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:ACLMessageStructure"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasSender"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasEncoding"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:ACLMessage"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasPerformative"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasReceiver"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasConversation"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:replyWith"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:isReplyTo"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:replyBy"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasLanguage"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:interaction a owl:Ontology ; @@ -3125,110 +2663,96 @@ dct:description "An ontology to describe interaction in Hypermedia Multi-Agen... "L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; dct:issued "2023-01-13"^^xsd:date ; dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], -[ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :fipa has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:fipa a owl:Ontology ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core, -:interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; +"Ontologie d'Interaction des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:all-fragments ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:NicoRobertIn-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; @@ -3248,138 +2772,62 @@ owl:inverseOf :hosts .""" ] ] ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:terms-differenciation . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:all-fragments ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:regulation a owl:Ontology ; @@ -3388,107 +2836,61 @@ dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, <https://danaivach.inrupt.net/profile/card#me>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isReplyTo and :isInReplyTo"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isInReplyTo a owl:ObjectProperty ; -rdfs:label "is in reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and an expression that..."@en ; -rdfs:domain :ACLMessage .""", - """:isReplyTo a owl:ObjectProperty ; -rdfs:label "is reply to"@en ; -rdfs:comment "A relation between a FIPA ACL message and the agent to which..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :Agent .""" ], + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -3507,205 +2909,47 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:all-fragments ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; + earl:assertedBy _:NicoRobertIn-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hasProtocol has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :InteractionProtocol, - """:hasProtocol a owl:ObjectProperty ; -rdfs:label "has protocol"@en ; -rdfs:comment "A relation between a FIPA ACL message and the interaction pr..."@en ; -rdfs:domain :ACLMessage ; -rdfs:range :InteractionProtocol .""" ] ] ; earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:danaivach-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:owl-rl-constraint . -_:danaivach a foaf:Person ; - schema:mainEntityOfPage . +_:NicoRobertIn a foaf:Person ; + schema:mainEntityOfPage . _:logistics-create-organization a earl:TestSubject ; dcterms:hasPart ; @@ -3752,7 +2996,6 @@ _:all-fragments a earl:TestSubject ; , , src:core, - src:fipa, src:interaction, src:regulation ; dcterms:identifier "all-fragments" ; @@ -3760,7 +3003,6 @@ _:all-fragments a earl:TestSubject ; _:all-modules a earl:TestSubject ; dcterms:hasPart src:core, - src:fipa, src:interaction, src:regulation ; dcterms:identifier "all-modules" ; @@ -3795,11 +3037,6 @@ _:core-manufacturing-environments-discover-signifiers a earl:TestSubject ; dcterms:identifier "core-manufacturing-environments-discover-signifiers" ; dcterms:title "Merged module src/core.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/manufacturing-environments/discover-signifiers/onto.ttl"@en . -_:fipa a earl:TestSubject ; - dcterms:hasPart src:fipa ; - dcterms:identifier "fipa" ; - dcterms:title "Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . - _:interaction a earl:TestSubject ; dcterms:hasPart src:interaction ; dcterms:identifier "interaction" ; @@ -3828,6 +3065,11 @@ _:regulation-logistics-structure-organization a earl:TestSubject ; dcterms:identifier "regulation-logistics-structure-organization" ; dcterms:title "Merged module src/regulation.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages with related terms from the fragments domains/logistics/structure-organization/onto.ttl"@en . +_:fipa a earl:TestSubject ; + dcterms:hasPart src:fipa ; + dcterms:identifier "fipa" ; + dcterms:title "Standalone module src/fipa.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . + _:manufacturing-environments-safety-rules a earl:TestSubject ; dcterms:hasPart ; dcterms:identifier "manufacturing-environments-safety-rules" ; @@ -3838,10 +3080,10 @@ _:meta a earl:TestSubject ; dcterms:identifier "meta" ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . -_:danaivach-actions a foaf:OnlineAccount ; - dcterms:date "2024-01-25T10:11:15.253855"^^xsd:dateTime ; - dcterms:description "Test triggered by @danaivach by actions trigger"@en ; - dcterms:title "danaivach using actions script"@en ; +_:NicoRobertIn-actions a foaf:OnlineAccount ; + dcterms:date "2024-02-12T15:16:02.420815"^^xsd:dateTime ; + dcterms:description "Test triggered by @NicoRobertIn by actions trigger"@en ; + dcterms:title "NicoRobertIn using actions script"@en ; foaf:member ; - earl:mainAssertor _:danaivach . + earl:mainAssertor _:NicoRobertIn . From da1ed2e9b53eb0b20f9dc7292f87c011c01371f2 Mon Sep 17 00:00:00 2001 From: danaivach Date: Wed, 14 Feb 2024 12:16:39 +0100 Subject: [PATCH 24/25] Rm second base --- src/fipa.ttl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fipa.ttl b/src/fipa.ttl index 4d473fdf..2f162e79 100644 --- a/src/fipa.ttl +++ b/src/fipa.ttl @@ -8,8 +8,6 @@ @prefix sh: . @prefix vann: . -@base . - :fipa rdf:type owl:Ontology ; owl:imports :core, :interaction ; vann:preferredNamespacePrefix "hmas" ; From bc87891425586e42382b4afa59f78eff5dcce8a4 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 14 Feb 2024 11:17:19 +0000 Subject: [PATCH 25/25] Provide automatic model test report [skip actions] --- .acimov/output/model-test-actions.md | 66 +- .acimov/output/model-test-actions.ttl | 3630 ++++++++++++------------- 2 files changed, 1848 insertions(+), 1848 deletions(-) diff --git a/.acimov/output/model-test-actions.md b/.acimov/output/model-test-actions.md index f933af0d..c0c289b3 100644 --- a/.acimov/output/model-test-actions.md +++ b/.acimov/output/model-test-actions.md @@ -10,12 +10,12 @@ The original test report is available in turtle syntax [here](./actions.ttl). Here is some context about under which context this test was made -|Assertor|[NicoRobertIn](https://github.com/NicoRobertIn)| +|Assertor|[danaivach](https://github.com/danaivach)| |----|-----| -|Title|NicoRobertIn using actions script| -|Description|Test triggered by [@NicoRobertIn](https://github.com/NicoRobertIn) by actions trigger| +|Title|danaivach using actions script| +|Description|Test triggered by [@danaivach](https://github.com/danaivach) by actions trigger| |Script|[complete-test.py](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/complete-test.py) -|Date|2024-02-12 15:16:02| +|Date|2024-02-14 11:17:05| *** @@ -1280,7 +1280,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL QL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb5438>, 
 <https://www.example.org/Noneb5439> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb8129>, 
 <https://www.example.org/Noneb8130> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 26 @@ -1380,7 +1380,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|OWL EL Profile incompatible| |Description|Anonymous individuals are not supported| -|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb5438>, 
 <https://www.example.org/Noneb5439> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| +|Pointer|
<https://purl.org/hmas/Affordance> a skos:Concept ;
dc:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dc:identifier <https://mitpress.mit.edu/9780262640374/> ], 
 <https://www.example.org/Noneb8129>, 
 <https://www.example.org/Noneb8130> ;
rdfs:isDefinedBy <https://purl.org/hmas/core> ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related <https://purl.org/hmas/Signifier> .
| *** ### MinorFail Assertion number 30 @@ -2847,7 +2847,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| @@ -2873,7 +2873,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[domain-and-range-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#domain-and-range-referencing)| @@ -2899,7 +2899,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2924,7 +2924,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2949,7 +2949,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2974,7 +2974,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -2987,7 +2987,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |----|----| |Title|Terms not labeled| |Description|The term :Affordance has no rdfs:label to define it in natural language| -|Pointer|
:Affordance a skos:Concept ;
dct:references [ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ],
[ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| +|Pointer|
:Affordance a skos:Concept ;
dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ],
[ rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ],
[ a owl:NamedIndividual ;
rdfs:label "Chemero and Turvey, 2007"@en ;
dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ;
dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ],
[ a owl:NamedIndividual ;
rdfs:label "Norman, 2013"@en ;
dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ;
dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ;
rdfs:isDefinedBy :core ;
skos:definition "A behavior possibility that is a relationship between an abi..."@en ;
skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ;
skos:historyNote "The definition of the concept follows affordance theorists [..."@en ;
skos:prefLabel "affordance"@en ;
skos:related :Signifier .
| *** ### MinorFail Assertion number 94 @@ -2999,7 +2999,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[labeled-terms](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#labeled-terms)| @@ -3024,7 +3024,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3049,7 +3049,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3074,7 +3074,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3099,7 +3099,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3124,7 +3124,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3149,7 +3149,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3174,7 +3174,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3199,7 +3199,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3224,7 +3224,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3249,7 +3249,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3274,7 +3274,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3299,7 +3299,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -3324,7 +3324,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| @@ -3350,7 +3350,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| @@ -3376,7 +3376,7 @@ This subchapter gives more details to the :exclamation:MinorFail assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[terms-differenciation](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#terms-differenciation)| @@ -7441,7 +7441,7 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[owl-rl-constraint](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#owl-rl-constraint)| @@ -7465,7 +7465,7 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -7489,7 +7489,7 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[profile-compatibility](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#profile-compatibility)| @@ -7513,7 +7513,7 @@ This subchapter gives more details to the :white_check_mark:Pass assertions |Name|all-fragments| |----|----| |Title|All the fragments from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages that are syntaxically correct as well as their recursive imports| -|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)| +|Composition|- [Module core.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/core.ttl)
- [Module interaction.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/interaction.ttl)
- [Module regulation.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/src/regulation.ttl)
- [Modelet domain-template/scenario-template/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/domain-template/scenario-template/onto.ttl)
- [Modelet manufacturing-environments/discover-behavior-specifications/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-behavior-specifications/onto.ttl)
- [Modelet manufacturing-environments/discover-signifiers/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-signifiers/onto.ttl)
- [Modelet manufacturing-environments/discover-core/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-core/onto.ttl)
- [Modelet manufacturing-environments/discover-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-organization/onto.ttl)
- [Modelet manufacturing-environments/discover-platforms/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/manufacturing-environments/discover-platforms/onto.ttl)
- [Modelet logistics/create-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/create-organization/onto.ttl)
- [Modelet logistics/structure-organization/onto.ttl](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/domains/logistics/structure-organization/onto.ttl)| #### Criterion detail |Identifier|[term-referencing](https://github.com/HyperAgents/hmas/blob/227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages/.acimov/model-test/model-test-onto.ttl#term-referencing)| diff --git a/.acimov/output/model-test-actions.ttl b/.acimov/output/model-test-actions.ttl index 61c6bbcd..e08d5b7f 100644 --- a/.acimov/output/model-test-actions.ttl +++ b/.acimov/output/model-test-actions.ttl @@ -9,16 +9,7 @@ @prefix xsd: . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; @@ -68,106 +59,12 @@ skos:related :Signifier .""" ] ] ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "signifier"@en, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, @@ -185,84 +82,149 @@ dct:issued "2021-11-21"^^xsd:date ; dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:terms-differenciation . +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-structure-organization ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The property :hosts has a range out of the ontology: "@en ; @@ -284,98 +246,83 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . + earl:subject _:fipa ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:interaction ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -387,19 +334,39 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, owl:ObjectProperty ; rdfs:label "has for profile"@en, +"has profile"@en, "a pour profil"@fr ; rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; @@ -407,28 +374,18 @@ rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:label "transitively contains"@en, +"transitivelyContains"@en, "contient transitivement"@fr ; dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; @@ -440,137 +397,199 @@ owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +[ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has profile"@en ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitivelyContains"@en ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:logistics-create-organization ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; + rdfs:seeAlso """:regulation a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0002-3497-8758>, <https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ], +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -588,23 +607,8 @@ skos:definition "A behavior possibility that is a relationship between an abi... skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:core a owl:Ontology ; @@ -626,27 +630,6 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; @@ -663,176 +646,235 @@ dct:title "Hypermedia MAS Interaction Ontology"@en, "Ontologie d'Interaction des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; +owl:imports :core .""" ] ] ; earl:subject _:all-modules ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:syntax . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL EL sublanguage"@en ; dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0003-0821-6095>, +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; @@ -855,88 +897,109 @@ rdfs:range :Agent .""" ] ] ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :hosts has a range out of the ontology: "@en ; + dcterms:title "Range out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:hosts a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en, +"héberge"@fr ; +dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain :HypermediaMASPlatform ; +rdfs:isDefinedBy :core ; +rdfs:range :Hostable ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; +owl:inverseOf :isHostedOn .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb8129>, +<https://www.example.org/Noneb8130> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +dc:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ], +<https://www.example.org/Noneb8129>, +<https://www.example.org/Noneb8130> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; @@ -945,51 +1008,104 @@ skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each rdfs:domain is defined within the fragment"@en ; dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:all-modules ; + earl:subject _:regulation ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; @@ -1016,6 +1132,16 @@ rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, <https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; @@ -1034,23 +1160,9 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1073,12 +1185,16 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1086,335 +1202,274 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + earl:subject _:core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation .""" ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:terms-differenciation . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/Hostable> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ] ] ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitivelyContains"@en ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has profile"@en ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; -rdfs:label "is membership in"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Group .""", - """:isMembershipOf a owl:ObjectProperty ; -rdfs:label "is membership of"@en, -"est l'appartenance à"@fr ; -rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; -rdfs:domain :Membership ; -rdfs:isDefinedBy :regulation ; -rdfs:range :Agent .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Signifier a owl:Class ; -rdfs:label "Signifier"@en, -"signifier"@en, -"Signifiant"@fr, -"signifiant"@fr ; -rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; -rdfs:isDefinedBy :core ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; -rdfs:subClassOf :Hostable ; -skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; -skos:related :Affordance, -:Signifier .""", - """:signifies a owl:ObjectProperty ; -rdfs:label "signifies"@en, -"signifie"@fr ; -rdfs:comment "A relation between a signifier and the specification of a be..."@en ; -rdfs:domain :Signifier ; -rdfs:isDefinedBy :interaction .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The following terms are too similar: :core and :Role"@en ; - dcterms:title "Too close terms"@en ; - rdfs:seeAlso """:Role a owl:Class ; -rdfs:label "role"@en, -"rôle"@fr ; -rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; -rdfs:isDefinedBy :regulation .""", - """:core a owl:Ontology ; + dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:regulation a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0002-3497-8758>, <https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; +<https://orcid.org/0000-0003-4509-9537> ; +dct:creator <https://orcid.org/0000-0002-4506-2745> ; +dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, +"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; +dct:issued "2022-05-01"^^xsd:date ; +dct:title "Hypermedia MAS Regulation Ontology"@en, +"Ontologie de Régulation des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:terms-differenciation . +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:logistics-structure-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hosts> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "hosts"@en ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "A relation that refers to an information resource or a proce..."@en ; +rdfs:domain <https://purl.org/hmas/HypermediaMASPlatform> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/Hostable> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:all-fragments ; + earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:term-referencing . + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:interaction ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:term-referencing . + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:all-modules ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; dcterms:description "The subject must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:owl-rl-constraint . + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; + dcterms:title "Domain out of vocabulary"@en ; + rdfs:seeAlso :Hostable, + """:isHostedOn a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "is hosted on"@en, +"est hébergé sur"@fr ; +rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, +"A relation that refers to the platform that hosts the inform..."@en ; +rdfs:domain :Hostable ; +rdfs:isDefinedBy :core ; +rdfs:range :HypermediaMASPlatform ; +owl:inverseOf :hosts .""" ] ] ; + earl:subject _:all-fragments ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"has profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -1422,12 +1477,9 @@ dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1445,18 +1497,29 @@ skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"transitivelyContains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -1472,145 +1535,153 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:all-modules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:interaction ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; earl:subject _:regulation-logistics-create-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "Signifier"@en, +"signifier"@en, +"Signifiant"@fr, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; +rdfs:isDefinedBy :core ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +rdfs:subClassOf :Hostable ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance, +:Signifier .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:all-fragments ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject syntax must be correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:all-modules ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; @@ -1652,69 +1723,58 @@ dct:title "Hypermedia MAS Core Ontology"@en, "Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; + dcterms:description "The following terms are too similar: :core and :Role"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Role a owl:Class ; +rdfs:label "role"@en, +"rôle"@fr ; +rdfs:comment "A Role defines positions of members (i.e., Agents) in an Org..."@en ; +rdfs:isDefinedBy :regulation .""", + """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :signifies and :Signifier"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:Signifier a owl:Class ; +rdfs:label "signifier"@en, +"signifiant"@fr ; +rdfs:comment "A perceivable sign/cue that can be interpreted meaningfully ..."@en ; rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/13#issuecomment-1028904491>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/41> ; +skos:note ":Signifier works as a bridge between the Core and the Intera..."@en ; +skos:related :Affordance .""", + """:signifies a owl:ObjectProperty ; +rdfs:label "signifies"@en, +"signifie"@fr ; +rdfs:comment "A relation between a signifier and the specification of a be..."@en ; +rdfs:domain :Signifier ; +rdfs:isDefinedBy :interaction .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; dcterms:title "Too close terms"@en ; rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; @@ -1731,31 +1791,82 @@ rdfs:comment "A relation that refers to the Agent involved in a Membership..."@e rdfs:domain :Membership ; rdfs:isDefinedBy :regulation ; rdfs:range :Agent .""" ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-signifiers ; + earl:subject _:all-modules ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Encountered \"\\\"Associates exceptions to a context of application of a norm\\\"\" at line 82, column 30."@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://maxime-lefrancois.info/me#>, +<http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, +<https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, +<https://orcid.org/0000-0002-2956-0533>, +<https://orcid.org/0000-0002-4506-2745>, +<https://orcid.org/0000-0003-0821-6095>, +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ], +[ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:OrganizationModel a skos:Concept ; +skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; +skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; +skos:prefLabel "organization model"@en ; +skos:related :Organization .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ], + [ a acimov-model-test:MinorFail ; dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; rdfs:seeAlso """:regulation a owl:Ontology ; @@ -1776,173 +1887,301 @@ dct:title "Hypermedia MAS Regulation Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:subject _:all-fragments ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasLanguage"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasReceiver"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasSender"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:replyWith"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:replyBy"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:isInReplyTo"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:ACLMessageStructure"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasConversation"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasPerformative"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasContent"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:isReplyTo"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasProtocol"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:ACLMessage"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasOntology"@en ; + dcterms:title "Test subject has syntax errors"@en ], + [ a acimov-model-test:MajorFail ; + dcterms:description "Undefined prefix: hmas:hasEncoding"@en ; + dcterms:title "Test subject has syntax errors"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:syntax . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:subject _:manufacturing-environments-discover-platforms ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], [ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy :core ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a earl:Pass ; +skos:related :Signifier .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation .""" ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; -dc:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL RL sublanguage"@en ; dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:all-fragments ; + earl:subject _:regulation ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:domain-and-range-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :hosts has a range out of the ontology: "@en ; - dcterms:title "Range out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:hosts a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "hosts"@en, -"héberge"@fr ; -dct:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "A relation that refers to an information resource or a proce..."@en ; -rdfs:domain :HypermediaMASPlatform ; -rdfs:isDefinedBy :core ; -rdfs:range :Hostable ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/49> ; -owl:inverseOf :isHostedOn .""" ] ] ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:regulation ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; + earl:test acimov-model-test:terms-differenciation . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-structure-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; earl:subject _:all-fragments ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MajorFail ; dcterms:description "Undefined prefix: dcterms:source"@en ; @@ -1954,120 +2193,161 @@ owl:inverseOf :isHostedOn .""" ] ] ; earl:test acimov-model-test:syntax . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:subject _:manufacturing-environments-discover-core ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject syntax must be correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; + dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; + rdfs:seeAlso """:Affordance a skos:Concept ; +dct:references [ a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], +[ a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; +rdfs:isDefinedBy :core ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related :Signifier .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:core a owl:Ontology ; cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:contributor <http://maxime-lefrancois.info/me#>, <http://ns.inria.fr/fabien.gandon#me>, +<http://w3id.org/people/az/me>, <https://danaivach.inrupt.net/profile/card#me>, +<https://id.inrupt.com/smnmyr>, <https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, +<https://orcid.org/0000-0002-4506-2745>, <https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; +<https://www.vcharpenay.link/#me> ; +dct:creator <https://id.inrupt.com/andreiciortea> ; +dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, +"Une ontologie pour la description de systèmes multi-agents h..."@fr ; +dct:issued "2021-11-21"^^xsd:date ; +dct:title "Hypermedia MAS Core Ontology"@en, +"Ontologie Centrale des SMA Hypermédias"@fr ; vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:regulation-logistics-structure-organization ; +vann:preferredNamespaceUri : .""" ] ] ; + earl:subject _:core ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:interaction ; + earl:subject _:core-manufacturing-environments-discover-platforms ; earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:profile-compatibility . + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; + earl:subject _:manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:fipa ; + earl:test acimov-model-test:labeled-terms . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:manufacturing-environments-safety-rules ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; @@ -2113,59 +2393,123 @@ vann:preferredNamespaceUri : .""" ] ] ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:all-modules ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; - dcterms:title "All terms labeled"@en ] ] ; - earl:subject _:manufacturing-environments-discover-platforms ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; + dcterms:title "Terms not labeled"@en ; + rdfs:seeAlso """:interaction a owl:Ontology ; +cc:license <https://creativecommons.org/licenses/by/4.0/> ; +dct:contributor <http://ns.inria.fr/fabien.gandon#me>, +<https://pod.inrupt.com/andreiciortea/profile/card#me>, +<https://pod.inrupt.com/smnmyr/profile/card#me> ; +dct:creator <https://danaivach.inrupt.net/profile/card#me> ; +dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, +"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; +dct:issued "2023-01-13"^^xsd:date ; +dct:title "Hypermedia MAS Interaction Ontology"@en, +"Ontologie d'Interaction des SMA Hypermédias"@fr ; +vann:preferredNamespacePrefix "hmas" ; +vann:preferredNamespaceUri : ; +owl:imports :core .""" ] ] ; + earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The subject must be syntaxically correct"@en ; + dcterms:title "The test could not be run"@en ] ] ; + earl:subject _:meta ; + earl:test acimov-model-test:profile-compatibility . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:NotTested ; + dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:terms-differenciation . + earl:subject _:meta ; + earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:description "Statement not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """[] a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2174,15 +2518,23 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb5438>, -<https://www.example.org/Noneb5439> ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], [ a earl:Pass ; dcterms:description "The subject is included in the OWL TC sublanguage"@en ; dcterms:title "OWL TC Profile compatible"@en ], @@ -2197,26 +2549,9 @@ rdfs:comment "A relation that links a resource to its profile."@en ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; rdfs:range <https://purl.org/hmas/ResourceProfile> ; owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2225,135 +2560,27 @@ dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], [ a owl:NamedIndividual ; rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> ], -<https://www.example.org/Noneb5438>, -<https://www.example.org/Noneb5439> ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> ] ; rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related <https://purl.org/hmas/Signifier> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; +skos:related <https://purl.org/hmas/Signifier> .""" ] ] ; earl:subject _:all-modules ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; - dcterms:title "Any term is referenced"@en ] ] ; + dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; + dcterms:title "Terms differenciated enough"@en ] ] ; earl:subject _:core-manufacturing-environments-discover-signifiers ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation ; - earl:test acimov-model-test:owl-rl-constraint . + earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; @@ -2372,66 +2599,130 @@ dct:title "Hypermedia MAS Interaction Ontology"@en, vann:preferredNamespacePrefix "hmas" ; vann:preferredNamespaceUri : ; owl:imports :core .""" ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; + earl:subject _:interaction ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:logistics-create-organization ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; + earl:test acimov-model-test:owl-rl-constraint . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ] ; -rdfs:isDefinedBy :core ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; skos:definition "A behavior possibility that is a relationship between an abi..."@en ; skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], +skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; +dc:references [ rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], +[ rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +skos:definition "A behavior possibility that is a relationship between an abi..."@en ; +skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; +skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; +skos:prefLabel "affordance"@en ; +skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en .""" ] ] ; + earl:subject _:manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:logistics-create-organization ; + earl:outcome [ a acimov-model-test:MinorFail ; + dcterms:description "The following terms are too similar: :isMembershipOf and :isMembershipIn"@en ; + dcterms:title "Too close terms"@en ; + rdfs:seeAlso """:isMembershipIn a owl:ObjectProperty ; +rdfs:label "is membership in"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Group involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Group .""", + """:isMembershipOf a owl:ObjectProperty ; +rdfs:label "is membership of"@en, +"est l'appartenance à"@fr ; +rdfs:comment "A relation that refers to the Agent involved in a Membership..."@en ; +rdfs:domain :Membership ; +rdfs:isDefinedBy :regulation ; +rdfs:range :Agent .""" ] ] ; + earl:subject _:regulation ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; + earl:result [ a earl:TestResult ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:term-referencing . + +[] a earl:Assertion ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; @@ -2440,9 +2731,33 @@ vann:preferredNamespaceUri : .""" ] ] ; rdfs:label "Chemero and Turvey, 2007"@en ; dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Norman, 2013"@en ; +dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; +dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, +owl:TransitiveProperty ; +rdfs:label "transitively contains"@en, +"contient transitivement"@fr ; +dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; +rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; +rdfs:domain <https://purl.org/hmas/Workspace> ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, +<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; +owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2461,35 +2776,6 @@ skos:related <https://purl.org/hmas/Signifier> .""" ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """[] a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL EL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "has for profile"@en, -"has profile"@en, -"a pour profil"@fr ; -rdfs:comment "A relation that links a resource to its profile."@en ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:range <https://purl.org/hmas/ResourceProfile> ; -owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a acimov-model-test:MinorFail ; - dcterms:description "Anonymous individuals are not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; rdfs:seeAlso """<https://purl.org/hmas/Affordance> a skos:Concept ; dc:references [ a owl:NamedIndividual ; rdfs:label "Chemero and Turvey, 2007"@en ; @@ -2505,6 +2791,9 @@ skos:editorialNote "The concept has been considered as a candidate term for repr skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; skos:prefLabel "affordance"@en ; skos:related <https://purl.org/hmas/Signifier> .""" ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], [ a acimov-model-test:MinorFail ; dcterms:description "Anonymous individuals are not supported"@en ; dcterms:title "OWL QL Profile incompatible"@en ; @@ -2513,443 +2802,154 @@ rdfs:label "Norman, 2013"@en ; dc:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; dc:identifier <https://mitpress.mit.edu/9780262640374/> .""" ], [ a acimov-model-test:MinorFail ; - dcterms:description "Statement not supported"@en ; - dcterms:title "OWL QL Profile incompatible"@en ; - rdfs:seeAlso """<https://purl.org/hmas/transitivelyContains> a owl:ObjectProperty, -owl:TransitiveProperty ; -rdfs:label "transitively contains"@en, -"transitivelyContains"@en, -"contient transitivement"@fr ; -dc:source <https://github.com/HyperAgents/ns.hyperagents.org/issues/8#issuecomment-1025991719> ; -rdfs:comment "Links all the resources that are logically contained in a wo..."@en ; -rdfs:domain <https://purl.org/hmas/Workspace> ; -rdfs:isDefinedBy <https://purl.org/hmas/core> ; -rdfs:seeAlso <https://github.com/HyperAgents/ns.hyperagents.org/issues/18>, -<https://github.com/HyperAgents/ns.hyperagents.org/issues/39> ; -owl:inverseOf <https://purl.org/hmas/isTransitivelyContainedIn> .""" ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; - dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-create-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "The subject is included in the OWL RL sublanguage"@en ; - dcterms:title "OWL RL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL TC sublanguage"@en ; - dcterms:title "OWL TC Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL QL sublanguage"@en ; - dcterms:title "OWL QL Profile compatible"@en ], - [ a earl:Pass ; - dcterms:description "The subject is included in the OWL EL sublanguage"@en ; - dcterms:title "OWL EL Profile compatible"@en ] ] ; - earl:subject _:logistics-create-organization ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasOntology"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:isInReplyTo"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasContent"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasProtocol"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:ACLMessageStructure"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasSender"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasEncoding"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:ACLMessage"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasPerformative"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasReceiver"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasConversation"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:replyWith"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:isReplyTo"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:replyBy"@en ; - dcterms:title "Test subject has syntax errors"@en ], - [ a acimov-model-test:MajorFail ; - dcterms:description "Undefined prefix: hmas:hasLanguage"@en ; - dcterms:title "Test subject has syntax errors"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:syntax . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ] ] ; - earl:subject _:interaction ; - earl:test acimov-model-test:labeled-terms . + dcterms:description "Anonymous individuals are not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """[] a owl:NamedIndividual ; +rdfs:label "Chemero and Turvey, 2007"@en ; +dc:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; +dc:identifier <https://doi.org/10.1162/biot.2007.2.1.23> .""" ], + [ a acimov-model-test:MinorFail ; + dcterms:description "Statement not supported"@en ; + dcterms:title "OWL EL Profile incompatible"@en ; + rdfs:seeAlso """<https://purl.org/hmas/hasProfile> a owl:AsymmetricProperty, +owl:ObjectProperty ; +rdfs:label "has for profile"@en, +"a pour profil"@fr ; +rdfs:comment "A relation that links a resource to its profile."@en ; +rdfs:isDefinedBy <https://purl.org/hmas/core> ; +rdfs:range <https://purl.org/hmas/ResourceProfile> ; +owl:inverseOf <https://purl.org/hmas/isProfileOf> .""" ] ] ; + earl:subject _:core-manufacturing-environments-discover-platforms ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; dcterms:title "Any term is referenced"@en ] ] ; - earl:subject _:manufacturing-environments-discover-core ; - earl:test acimov-model-test:term-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:profile-compatibility . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:terms-differenciation . + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; - dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The syntax of the subject and any of its imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:meta ; + earl:outcome [ a earl:Pass ; + dcterms:description "Each rdfs:domain is defined within the fragment"@en ; + dcterms:title "Domains properly defined"@en ] ] ; + earl:subject _:regulation-logistics-structure-organization ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; - earl:test acimov-model-test:labeled-terms . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The property :isHostedOn has a domain out of the ontology: "@en ; - dcterms:title "Domain out of vocabulary"@en ; - rdfs:seeAlso :Hostable, - """:isHostedOn a owl:AsymmetricProperty, -owl:ObjectProperty ; -rdfs:label "is hosted on"@en, -"est hébergé sur"@fr ; -rdfs:comment "A relation that refers to the platform that hosts an informa..."@en, -"A relation that refers to the platform that hosts the inform..."@en ; -rdfs:domain :Hostable ; -rdfs:isDefinedBy :core ; -rdfs:range :HypermediaMASPlatform ; -owl:inverseOf :hosts .""" ] ] ; - earl:subject _:core-manufacturing-environments-discover-platforms ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:outcome [ a earl:Pass ; + dcterms:description "The subject is included in the OWL TC sublanguage"@en ; + dcterms:title "OWL TC Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL QL sublanguage"@en ; + dcterms:title "OWL QL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL EL sublanguage"@en ; + dcterms:title "OWL EL Profile compatible"@en ], + [ a earl:Pass ; + dcterms:description "The subject is included in the OWL RL sublanguage"@en ; + dcterms:title "OWL RL Profile compatible"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; + earl:test acimov-model-test:profile-compatibility . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:domain is defined within the fragment"@en ; - dcterms:title "Domains properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-organization ; + dcterms:description "Each rdfs:range is defined within the fragment"@en ; + dcterms:title "Ranges properly defined"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-core ; earl:test acimov-model-test:domain-and-range-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; + earl:subject _:interaction ; earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:manufacturing-environments-safety-rules ; + earl:outcome [ a earl:Pass ; + dcterms:description "All the terms defined in the subject have a rdfs:label in English"@en ; + dcterms:title "All terms labeled"@en ] ] ; + earl:subject _:manufacturing-environments-discover-organization ; earl:test acimov-model-test:labeled-terms . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "All the terms have have a satisfying Levenshtein distance from each other term."@en ; dcterms:title "Terms differenciated enough"@en ] ] ; - earl:subject _:manufacturing-environments-discover-organization ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:terms-differenciation . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:core-manufacturing-environments-discover-core ; - earl:test acimov-model-test:domain-and-range-referencing . + dcterms:description "Each term of the test subject is linked to a module by a rdfs:isDefinedBy property"@en ; + dcterms:title "Any term is referenced"@en ] ] ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; - earl:outcome [ a acimov-model-test:MinorFail ; - dcterms:description "The term :OrganizationModel has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:OrganizationModel a skos:Concept ; -skos:definition "An Organization Model is the combination of Roles, Missions,..."@en ; -skos:editorialNote "The Organization Model is represented as SHACL Shapes."@en ; -skos:prefLabel "organization model"@en ; -skos:related :Organization .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :regulation has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:regulation a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-3497-8758>, -<https://orcid.org/0000-0003-0821-6095>, -<https://orcid.org/0000-0003-4509-9537> ; -dct:creator <https://orcid.org/0000-0002-4506-2745> ; -dct:description "An ontology to describe the regulation of Hypermedia Multi-A..."@en, -"L'ontologie pour décrire la régulation des systèmes multi-ag..."@fr ; -dct:issued "2022-05-01"^^xsd:date ; -dct:title "Hypermedia MAS Regulation Ontology"@en, -"Ontologie de Régulation des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :Affordance has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:Affordance a skos:Concept ; -dct:references [ a owl:NamedIndividual ; -rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ; -dct:identifier <https://doi.org/10.1162/biot.2007.2.1.23> ], -[ a owl:NamedIndividual ; -rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ; -dct:identifier <https://mitpress.mit.edu/9780262640374/> ], -[ rdfs:label "Chemero and Turvey, 2007"@en ; -dct:bibliographicCitation "Chemero, A., & Turvey, M. T. (2007). Complexity, hypersets, ..."@en ], -[ rdfs:label "Norman, 2013"@en ; -dct:bibliographicCitation "Norman, D. (2013). The design of everyday things: Revised an..."@en ] ; -rdfs:isDefinedBy :core ; -skos:definition "A behavior possibility that is a relationship between an abi..."@en ; -skos:editorialNote "The concept has been considered as a candidate term for repr..."@en ; -skos:historyNote "The definition of the concept follows affordance theorists [..."@en ; -skos:prefLabel "affordance"@en ; -skos:related :Signifier .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :interaction has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:interaction a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://ns.inria.fr/fabien.gandon#me>, -<https://pod.inrupt.com/andreiciortea/profile/card#me>, -<https://pod.inrupt.com/smnmyr/profile/card#me> ; -dct:creator <https://danaivach.inrupt.net/profile/card#me> ; -dct:description "An ontology to describe interaction in Hypermedia Multi-Agen..."@en, -"L'ontologie pour décrire l'interaction dans les systèmes mul..."@fr ; -dct:issued "2023-01-13"^^xsd:date ; -dct:title "Hypermedia MAS Interaction Ontology"@en, -"Ontologie d'Interaction des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : ; -owl:imports :core .""" ], - [ a acimov-model-test:MinorFail ; - dcterms:description "The term :core has no rdfs:label to define it in natural language"@en ; - dcterms:title "Terms not labeled"@en ; - rdfs:seeAlso """:core a owl:Ontology ; -cc:license <https://creativecommons.org/licenses/by/4.0/> ; -dct:contributor <http://maxime-lefrancois.info/me#>, -<http://ns.inria.fr/fabien.gandon#me>, -<http://w3id.org/people/az/me>, -<https://danaivach.inrupt.net/profile/card#me>, -<https://id.inrupt.com/smnmyr>, -<https://orcid.org/0000-0002-2956-0533>, -<https://orcid.org/0000-0002-4506-2745>, -<https://orcid.org/0000-0003-0821-6095>, -<https://www.vcharpenay.link/#me> ; -dct:creator <https://id.inrupt.com/andreiciortea> ; -dct:description "An ontology to describe Hypermedia Multi-Agent Systems."@en, -"Une ontologie pour la description de systèmes multi-agents h..."@fr ; -dct:issued "2021-11-21"^^xsd:date ; -dct:title "Hypermedia MAS Core Ontology"@en, -"Ontologie Centrale des SMA Hypermédias"@fr ; -vann:preferredNamespacePrefix "hmas" ; -vann:preferredNamespaceUri : .""" ] ] ; - earl:subject _:all-fragments ; - earl:test acimov-model-test:labeled-terms . + earl:outcome [ a earl:Pass ; + dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; + dcterms:title "OWL RL consistent"@en ] ] ; + earl:subject _:core-manufacturing-environments-discover-signifiers ; + earl:test acimov-model-test:owl-rl-constraint . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:NotTested ; - dcterms:description "The subject needs to be syntaxically correct"@en ; + dcterms:description "The subject syntax must be correct"@en ; dcterms:title "The test could not be run"@en ] ] ; earl:subject _:manufacturing-environments-safety-rules ; - earl:test acimov-model-test:terms-differenciation . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:Pass ; - dcterms:description "Each rdfs:range is defined within the fragment"@en ; - dcterms:title "Ranges properly defined"@en ] ] ; - earl:subject _:interaction-manufacturing-environments-discover-behavior-specifications ; - earl:test acimov-model-test:domain-and-range-referencing . + earl:test acimov-model-test:term-referencing . [] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; + earl:assertedBy _:danaivach-actions ; earl:result [ a earl:TestResult ; earl:outcome [ a earl:Pass ; dcterms:description "The provided graph is consistent for any OWL RL constraint"@en ; dcterms:title "OWL RL consistent"@en ] ] ; - earl:subject _:regulation-logistics-structure-organization ; - earl:test acimov-model-test:owl-rl-constraint . - -[] a earl:Assertion ; - earl:assertedBy _:NicoRobertIn-actions ; - earl:result [ a earl:TestResult ; - earl:outcome [ a earl:NotTested ; - dcterms:description "The subject and its recursive imports must be syntaxically correct"@en ; - dcterms:title "The test could not be run"@en ] ] ; - earl:subject _:fipa ; + earl:subject _:manufacturing-environments-discover-behavior-specifications ; earl:test acimov-model-test:owl-rl-constraint . -_:NicoRobertIn a foaf:Person ; - schema:mainEntityOfPage . +_:danaivach a foaf:Person ; + schema:mainEntityOfPage . _:logistics-create-organization a earl:TestSubject ; dcterms:hasPart ; @@ -3080,10 +3080,10 @@ _:meta a earl:TestSubject ; dcterms:identifier "meta" ; dcterms:title "Standalone module src/meta.ttl from branch 227-motivating-scenario-discovery-of-behavior-specifications-for-sending-messages"@en . -_:NicoRobertIn-actions a foaf:OnlineAccount ; - dcterms:date "2024-02-12T15:16:02.420815"^^xsd:dateTime ; - dcterms:description "Test triggered by @NicoRobertIn by actions trigger"@en ; - dcterms:title "NicoRobertIn using actions script"@en ; +_:danaivach-actions a foaf:OnlineAccount ; + dcterms:date "2024-02-14T11:17:05.452335"^^xsd:dateTime ; + dcterms:description "Test triggered by @danaivach by actions trigger"@en ; + dcterms:title "danaivach using actions script"@en ; foaf:member ; - earl:mainAssertor _:NicoRobertIn . + earl:mainAssertor _:danaivach .