-
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
feat(DemandAndCapacityNotification): added notificationIds #692
feat(DemandAndCapacityNotification): added notificationIds #692
Conversation
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix : <urn:samm:io.catenax.demand_and_capacity_notification:1.0.0#> . |
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.
2.0.0
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.
Thanks for pointing out! Fixed
… updated license header
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
1 similar comment
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlSyntax error in line 129, column 1: Broken token (newline): urn:uuid:d9452f24-3bf3-4134-b3eb-68858f1b2362 . 124: :notificationId a samm:Property ;
125: samm:preferredName "Notification ID"@en ;
126: samm:description "Unique ID identifying the notification."@en ;
127: samm:characteristic ext-uuid:UuidV4Trait ;
128: samm:exampleValue "urn:uuid:d9452f24-3bf3-4134-b3eb-68858f1b2362 .
->129:
130: :relatedNotificationId a samm:Property ;
131: samm:preferredName "Related Notification ID"@en ;
132: samm:description "Unique ID identifying another notification somehow related to the current one."@en ;
133: samm:characteristic ext-uuid:UuidV4Trait ;
134: samm:exampleValue "urn:uuid:d05cef4a-b692-45bf-87cc-eda2d84e4c04" . |
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.ttlInput model is valid |
samm:dataType xsd:string . | ||
|
||
:TextLengthConstraint a samm-c:LengthConstraint ; | ||
samm:preferredName "UserInputConstraint"@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.
no camel case
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.
resolved, thanks for pointing out!
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
@tom-rm-meyer-ISST please check one comment. |
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.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
@@ -1,6 +1,21 @@ | |||
# Changelog | |||
All notable changes to this model will be documented in this file. | |||
|
|||
## [2.0.0] - 2024-03-04 |
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 change the date to 11th
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.
updated
Validation Report for io.catenax.demand_and_capacity_notification/2.0.0/DemandAndCapacityNotification.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 #691
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)