NIHVIVO-3266 (list views for roles) NIHVIVO-3206 (data migration)
This commit is contained in:
parent
e2b9d9103a
commit
db124422af
10 changed files with 122 additions and 49 deletions
|
@ -131,7 +131,11 @@
|
|||
******************************************************************
|
||||
-->
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#relatedRole">
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#realizedRole">
|
||||
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-relatedRole.xml</display:listViewConfigFile>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#contributingRole">
|
||||
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-relatedRole.xml</display:listViewConfigFile>
|
||||
</rdf:Description>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ http://vivoweb.org/ontology/core#subjectAreaFor No Delete Delete
|
|||
http://vivoweb.org/ontology/core#researchAreaOf No Delete Delete
|
||||
http://vivoweb.org/ontology/core#roleIn No Delete Delete
|
||||
http://vivoweb.org/ontology/core#relatedRole No Delete Delete
|
||||
http://vivoweb.org/ontology/core#URLLink No Delete Delete
|
||||
http://vivoweb.org/ontology/core#VocabularySourceReference No Delete Delete
|
||||
http://vivoweb.org/ontology/core#sourceVocabularyReference No Delete Delete
|
||||
http://vivoweb.org/ontology/core#vocabularyReferenceFor No Delete Delete
|
||||
http://vivoweb.org/ontology/core#addressStreet http://vivoweb.org/ontology/core#address1 Yes Map Directly-changed
|
||||
|
|
|
@ -22,6 +22,6 @@ Construct {
|
|||
{?something vivo:hasResearchArea ?concept}
|
||||
|
||||
?concept rdf:type vivo:SubjectArea .
|
||||
?concept vivo:vocabularySourceReference ?urllink .
|
||||
?concept vivo:sourceVocabularyReference ?urllink .
|
||||
?urllink vivo:linkURI ?uri
|
||||
}
|
|
@ -32,7 +32,7 @@ edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateUserAccounts
|
|||
|
||||
# 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.UpdateKnowledgeBase
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue