data migration work
This commit is contained in:
parent
5f0bd4a74c
commit
4047b4e8a9
5 changed files with 11 additions and 11 deletions
|
@ -5,15 +5,15 @@ 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 vivo:relates ?org .
|
||||
?org vivo:relatedBy ?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 vivo:relates ?org .
|
||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0000057> ?org .
|
||||
?org a foaf:Organization .
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue