It's all about the answers!

Ask a question

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


Jyothilekshmi S (16211) | asked Oct 19 '16, 4:34 a.m.
 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 ;
}

Be the first one to answer this question!


Register or 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.