data migration work
This commit is contained in:
parent
5f0bd4a74c
commit
4047b4e8a9
5 changed files with 11 additions and 11 deletions
File diff suppressed because one or more lines are too long
|
@ -18,7 +18,7 @@ CONSTRUCT {
|
||||||
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
?educationalProcess <http://purl.obolibrary.org/obo/RO_0002234> ?degree .
|
||||||
?degree a vivo:AcademicDegree .
|
?degree a vivo:AcademicDegree .
|
||||||
OPTIONAL {
|
OPTIONAL {
|
||||||
?educationalProcess vivo:relates ?org .
|
?educationalProcess <http://purl.obolibrary.org/obo/RO_0000057> ?org .
|
||||||
?org a foaf:Organization
|
?org a foaf:Organization
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,15 +5,15 @@ 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 vivo:relates ?org .
|
?educationalProcess <http://purl.obolibrary.org/obo/RO_0000057> ?org .
|
||||||
?org vivo:relatedBy ?educationalProcess .
|
?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 {
|
OPTIONAL {
|
||||||
?educationalProcess vivo:relates ?org .
|
?educationalProcess <http://purl.obolibrary.org/obo/RO_0000057> ?org .
|
||||||
?org a foaf:Organization .
|
?org a foaf:Organization .
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,14 +32,14 @@ edu.cornell.mannlib.vitro.webapp.web.images.PlaceholderUtil$Setup
|
||||||
# Update the URIs on Permission Sets on UserAccounts from model (1.4) to 1.5.
|
# Update the URIs on Permission Sets on UserAccounts from model (1.4) to 1.5.
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdatePermissionSetUris
|
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdatePermissionSetUris
|
||||||
|
|
||||||
# Invokes process to perform updates to align with ontology changes if needed -->
|
|
||||||
# Needs to run before submodels are attached and Pellet is set up -->
|
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase
|
|
||||||
|
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup
|
edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup
|
||||||
|
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup
|
edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup
|
||||||
|
|
||||||
|
# Invokes process to perform updates to align with ontology changes if needed -->
|
||||||
|
# Needs to run before submodels are attached and Pellet is set up -->
|
||||||
|
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase
|
||||||
|
|
||||||
# Must run after JenaDataSourceSetup
|
# Must run after JenaDataSourceSetup
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ThemeInfoSetup
|
edu.cornell.mannlib.vitro.webapp.servlet.setup.ThemeInfoSetup
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="overview-value">
|
<div class="overview-value">
|
||||||
${statement.value}
|
${statement.value}
|
||||||
</div>
|
</div>
|
||||||
<@p.editingLinks "${overview.name}" statement editable />
|
<@p.editingLinks "${overview.name}" "" statement editable />
|
||||||
</div>
|
</div>
|
||||||
</#list>
|
</#list>
|
||||||
</#if>
|
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue