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 .
|
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
||||||
?educationalProcess a vivo:EducationalProcess .
|
?educationalProcess a vivo:EducationalProcess .
|
||||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
||||||
|
?degree a vivo:AcademicDegree .
|
||||||
OPTIONAL {
|
OPTIONAL {
|
||||||
?educationalProcess vivo:relates ?org .
|
?educationalProcess vivo:relates ?org .
|
||||||
?org a foaf:Organization
|
?org a foaf:Organization
|
||||||
|
|
|
@ -10,8 +10,7 @@ CONSTRUCT {
|
||||||
} WHERE {
|
} WHERE {
|
||||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
||||||
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
||||||
?educationalProcess a vivo:EducationalProcess .
|
?degree a vivo:AcademicDegree .
|
||||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
|
||||||
OPTIONAL { ?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess }
|
OPTIONAL { ?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess }
|
||||||
OPTIONAL {
|
OPTIONAL {
|
||||||
?educationalProcess vivo:relates ?org .
|
?educationalProcess vivo:relates ?org .
|
||||||
|
|
Loading…
Add table
Reference in a new issue