Hi,
I have two SADI services which shows desired results when they are invoked (based on the input attached) separately using the curl commands as follows:
The following query, however, has failed to find any matching service in from above:
SELECT ?patient ?diagnosis_code
WHERE{
?patient rdf:type HAIOnt:Patient .
?patient HAIOnt:has_diagnosis ?diagnosis .
?diagnosis rdf:type HAIOnt:Diagnosis .
?diagnosis HAIOnt:has_diagnosis_code ?diagnosis_code .
}
Any help would be appreciated.
regards...
Sadnan Al Manir
UNBSJ