fixing another educational background migration bug
This commit is contained in:
parent
bd74865d43
commit
6a86ec9ab5
1 changed files with 0 additions and 6 deletions
|
@ -5,15 +5,9 @@ PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||||
CONSTRUCT {
|
CONSTRUCT {
|
||||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
||||||
?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess .
|
?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess .
|
||||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0000057> ?org .
|
|
||||||
?org <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
|
||||||
} 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 .
|
||||||
?degree a vivo:AcademicDegree .
|
?degree a vivo:AcademicDegree .
|
||||||
OPTIONAL { ?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess }
|
OPTIONAL { ?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess }
|
||||||
OPTIONAL {
|
|
||||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0000057> ?org .
|
|
||||||
?org a foaf:Organization .
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue