mpagni12 commented on issue #3021:
URL: https://github.com/apache/jena/issues/3021#issuecomment-2670845787

   None of these help :-( 
   
   I have also tried, without success:
   
   ```sparql
                    . . .
                   WHERE{
                       {
                           SELECT ?mnet WHERE{ BIND( reconx:vmh_Recon AS ?mnet 
) } # fix a model here to focus the results 
                       }
                       ?mnet 
reconx:reac/reconx:equaSource/reconx:part/reconx:spec/reconx:chem ?chem_1 .
                       ?mnxm mnx:chemXref ?chem_1, ?chem_2
                       FILTER( STR( ?chem_1 ) < STR( ?chem_2 ))
                   }  
                   . . .
   
   ```
   
   I wonder that the property path 
`reconx:reac/reconx:equaSource/reconx:part/reconx:spec/reconx:chem` is executed 
in the wrong direction, unless `?mnet` is explicitely inlined.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to