Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Identifying Suspect Links in JRS for DNG 6.0.6.1

From what I understand, the line:
OPTIONAL{?ns_validity__ValidityLink1_uri <http://jazz.net/ns/validity#status> ?status_enum .}

Should get the link validity status from the variable ?ns_validity__ValidityLink1_uri 
and set the variable ?status_enum with the value.

Then the line:

BIND (IF (!bound(?status_enum), "Suspect", ?status_enum) as ?validity_status)

From the Jazz Linked Data Vocabulary, that value is only Valid or Invalid. If it's Suspect
then
?status_enum should be empty since Suspect is not in the vocabulary. So the
IF statement checks if
?status_enum is empty and if so sets ?validity_status to "Suspect".

But, it doesn't work. If the link is Valid or Invalid then the artifact and the link
status is captured. If it's Suspect, it's not. Any suggestions?

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,952
× 360
× 117
× 25

Question asked: Jul 23 '19, 8:40 a.m.

Question was seen: 2,012 times

Last updated: Jul 23 '19, 8:41 a.m.

Related questions
Confirmation Cancel Confirm