awarded degree sparql construct fixes
This commit is contained in:
parent
6d77fc7871
commit
5f0bd4a74c
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,7 @@ CONSTRUCT {
|
|||
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
||||
?educationalProcess a vivo:EducationalProcess .
|
||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
||||
?degree a vivo:AcademicDegree .
|
||||
OPTIONAL {
|
||||
?educationalProcess vivo:relates ?org .
|
||||
?org a foaf:Organization
|
||||
|
|
|
@ -10,8 +10,7 @@ CONSTRUCT {
|
|||
} WHERE {
|
||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
||||
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
||||
?educationalProcess a vivo:EducationalProcess .
|
||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
||||
?degree a vivo:AcademicDegree .
|
||||
OPTIONAL { ?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess }
|
||||
OPTIONAL {
|
||||
?educationalProcess vivo:relates ?org .
|
||||
|
|
Loading…
Add table
Reference in a new issue