-
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
[Model Update]: RefurbishingCertificate_v2.0.0 #464
Conversation
@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.refurbishing_certificate: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.
as this is version 2.0.0, please change it from 1.0.0 to 2.0.0
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix : <urn:samm:io.catenax.refurbishing_certificate:1.0.0#> . | ||
@prefix ext-certificate: <urn:samm:io.catenax.shared.recycling_strategy_certificate:2.0.0#> . | ||
@prefix shared: <urn:samm:io.catenax.shared.recycling_strategy_certificate: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.
is this shared
prefix used anywhere in model? I do not see any usage of it. you can remove this statement.
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.
Yes, not any more, thanks.
@yuchengluo1 please rebase you PR with latest code from main branch. You need to include recycling_strategy_certificate:2.0.0 model in your PR. Then it should be able to validate itself. |
Validation Report for io.catenax.refurbishing_certificate/2.0.0/RefurbishingCertificate.ttlInput model is valid |
@@ -3,6 +3,16 @@ All notable changes to this model will be documented in this file. | |||
|
|||
## [Unreleased] | |||
|
|||
## [2.0.0] - 2023-11-20 | |||
### Added | |||
- Upgarde from BAMM model to SAMM model |
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 Upgarde
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
|
||
:certificate a samm:Property ; | ||
samm:preferredName "Certificate"@en ; | ||
samm:description "A property of the model, named "certificate"."@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.
please remove double quotes from "certificate"
, or make it inside single quotes, as the validation is failing because of it.
Validation Report for io.catenax.refurbishing_certificate/2.0.0/RefurbishingCertificate.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
Validation Report for io.catenax.refurbishing_certificate/2.0.0/RefurbishingCertificate.ttlInput model is valid |
Validation Report for io.catenax.refurbishing_certificate/2.0.0/RefurbishingCertificate.ttlInput model is valid |
Validation Report for io.catenax.refurbishing_certificate/2.0.0/RefurbishingCertificate.ttlInput model is valid |
Description
As mentioned in issue #326 and in pull request #420. A new version of this model is generated.
-->
Closes #326
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)