sparql query reordering for performance
This commit is contained in:
parent
390c05ab3f
commit
6a7caf1cdd
1 changed files with 1 additions and 1 deletions
|
@ -6,10 +6,10 @@ CONSTRUCT {
|
|||
?educationalProcess <http://purl.obolibrary.org/obo/BFO_0000055> ?role .
|
||||
?role <http://purl.obolibrary.org/obo/BFO_0000054> ?educationalProcess .
|
||||
} WHERE {
|
||||
?educationalProcess vivo:contributingAdvising ?advising .
|
||||
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
||||
?person a foaf:Person .
|
||||
?educationalProcess a vivo:EducationalProcess .
|
||||
?educationalProcess vivo:contributingAdvising ?advising .
|
||||
?advising vivo:relates ?role .
|
||||
?role a <http://purl.obolibrary.org/obo/BFO_0000023> .
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue