testcases.custom-query-inferencing.predicate.rule.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sesame-store-testsuite Show documentation
Show all versions of sesame-store-testsuite Show documentation
Test suite for SAIL and Repository API
PREFIX :
CONSTRUCT
{
?uncle :uncleOf ?nephew
}
WHERE
{
?uncle :brotherOf/:parentOf ?nephew
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy