Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional unions with bind query clause #7

Conversation

syphax-bouazzouni
Copy link

Used for ncbo/goo#124
To have this sort of query

OPTIONAL {
   { ?id <attribute_1_uri> ?attributeObject . BIND("var_1" as ?attributeProperty) } 
  UNION	
    ....
    UNION
   { ?attributeObject <attribute_j_uri> ?id . BIND( "var_j" as ?attributeProperty)} # if attribute_j_uri is an inverse attribute 
   UNION 
     ....
   { ?id <attribute_n_uri> ?attributeObject . BIND("var_n" as ?attributeProperty) } 
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants