fixing another educational background migration bug

This commit is contained in:
brianjlowe 2013-10-16 17:01:04 -04:00
parent bd74865d43
commit 6a86ec9ab5

View file

@ -5,15 +5,9 @@ PREFIX foaf: <http://xmlns.com/foaf/0.1/>
CONSTRUCT {
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
?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 {
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
?degree a vivo:AcademicDegree .
OPTIONAL { ?degree <http://purl.obolibrary.org/obo/RO_0002353> ?educationalProcess }
OPTIONAL {
?educationalProcess <http://purl.obolibrary.org/obo/RO_0000057> ?org .
?org a foaf:Organization .
}
}