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

Need to get all the validatedBy testcases associated to a DNG artifact through SPARQL/LQE

 Hi,

I am trying to get all the test cases associated to  DNG atifact (oslc_rm:validatedBy) link using SPARQL. I need a tabular report with DNG id, DNG title and the validatesBy link. Please help


?x a oslc_cm:ChangeRequest ;
dc:identifier ?id ;
(oslc_rm:validatedBy)* ?uri .
?uri dc:title ?title.
?uri dc:identifier ?id1
OPTIONAL
{
?uri rdf:type ?type ;
}

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,978

Question asked: Oct 19 '16, 4:34 a.m.

Question was seen: 1,492 times

Last updated: Oct 19 '16, 4:34 a.m.

Confirmation Cancel Confirm