-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Model]: Failure Pattern #689
[New Model]: Failure Pattern #689
Conversation
Validation Report for io.catenax.failure_pattern/1.0.0/FailurePattern.ttlInput model is valid |
Validation Report for io.catenax.failure_pattern/1.0.0/FailurePattern.ttlInput model is valid |
Validation Report for io.catenax.failure_pattern/1.0.0/FailurePattern.ttlInput model is valid |
@agg3fe ready for review |
@@ -0,0 +1,272 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright headers are missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added copyright headers
samm:dataType xsd:string ; | ||
samm-c:values ( "equal" "not_equal" ) . | ||
|
||
:TimtstampInsideOperatorEnumeration a samm-c:Enumeration ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo in TimtstampInsideOperatorEnumeration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed typo
samm:description "This regular expression ensures that the version is [1-9].[0-9].[0.9]"@en ; | ||
samm:value "^[1-9].[0-9].[0-9]$" . | ||
|
||
:StringExpressionList a samm-c:List ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preferredName and description missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted unused list
:StringExpressionList a samm-c:List ; | ||
samm:dataType :StringExpression . | ||
|
||
:DateExpressionList a samm-c:List ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preferredName and description missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted unused list
:DateExpressionList a samm-c:List ; | ||
samm:dataType :TimestampExpression . | ||
|
||
:BooleanExpressionList a samm-c:List ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preferredName and description missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted unused list
:BooleanExpressionList a samm-c:List ; | ||
samm:dataType :BooleanExpression . | ||
|
||
:OutsideOperatorEnumeration a samm-c:Enumeration ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preferredName and description missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted unused enumeration
|
||
:booleanPropertyName a samm:Property ; | ||
samm:preferredName "Boolean property name"@en ; | ||
samm:description "A property name of type booleanfrom the model."@en ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo booleanfrom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check my comments
Validation Report for io.catenax.failure_pattern/1.0.0/FailurePattern.ttlInput model is valid |
@@ -0,0 +1,278 @@ | |||
####################################################################### | |||
# Copyright (c) 2022, 2024 Robert Bosch GmbH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is first version, only 2024 is required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh ja surem, fixed that as well
Validation Report for io.catenax.failure_pattern/1.0.0/FailurePattern.ttlInput model is valid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
-->
Closes #620
MS2 Criteria
(to be filled out by PR reviewer)
DismantlerId
andDismantlerName
use an EntityDismantler
with the propertiesname
andid
or use a URN likeio.catenax.dismantler:0.0.1
)preferredName
anddescription
are not the samepreferredName
should be human readable and follow normal orthography (e.g., no camel case but normal word separation)MS3 Criteria
(to be filled out by semantic modeling team before merge to main-branch)