cts2 / exist-service

4 stars 3 forks source link

'sourceof' and 'targetof' Association queries restrict to CodeSystemVersion. #19

Closed kevinpeterson closed 10 years ago

kevinpeterson commented 10 years ago

Given a URL like this:

http://server.org/LOINC/version/LOINC_244/entity/loincid:27858-0/subjectof

the 'subjectof' doesn't work correctly because eXist is placing a CodeSystemVersion restriction to all Associations asserted by 'LOINC_244.' This means, 'subjectof' and 'targetof' won't pick up Associations that are asserted in other places.

The CodeSystemVersion restriction probably doesn't apply in this case.