Fix issue with advising relationships.
This commit is contained in:
parent
f187745099
commit
85a0800d1f
2 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
?advisingRel core:relates ?advisorRole .
|
||||
?advisorRole <http://purl.obolibrary.org/obo/RO_0000052> ?advisor .
|
||||
?advisor a foaf:Person .
|
||||
?advisor <http://purl.obolibrary.org/obo/RO_0000053> ?advisorRole .
|
||||
?advisorRole a core:AdvisorRole .
|
||||
?advisor rdfs:label ?advisorLabel .
|
||||
}
|
||||
OPTIONAL {
|
||||
|
|
|
@ -48,6 +48,8 @@
|
|||
?adviseeRole a core:AdviseeRole .
|
||||
?adviseeRole <http://purl.obolibrary.org/obo/RO_0000052> ?advisee .
|
||||
?advisee a foaf:Person .
|
||||
?advisee <http://purl.obolibrary.org/obo/RO_0000053> ?adviseeRole .
|
||||
?adviseeRole a core:AdviseeRole .
|
||||
?advisee rdfs:label ?adviseeLabel .
|
||||
}
|
||||
OPTIONAL {
|
||||
|
|
Loading…
Add table
Reference in a new issue