diff --git a/.gitignore b/.gitignore index e656b107..d5374069 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /deploy.properties /build.properties /runtime.properties -/ontology/public/catalog-v0001.xml \ No newline at end of file +/ontology/public/catalog-v0001.xml + diff --git a/build.xml b/build.xml index ba031f79..2100f27f 100644 --- a/build.xml +++ b/build.xml @@ -69,6 +69,7 @@ + diff --git a/doc/upgrade-1.6.html b/doc/upgrade-1.6.html index 0ee222ad..39a6e0f3 100644 --- a/doc/upgrade-1.6.html +++ b/doc/upgrade-1.6.html @@ -48,6 +48,7 @@
  • The foaf:Person template has been re-located.
  • Multiple foaf:Person Profile Pages
  • Home Page Re-design
  • +
  • Auto-loaded RDF files move to the Home directory
  • ANYTHING ELSE?
  • @@ -228,6 +229,139 @@ areas of geographic focus.

    +

    Auto-loaded RDF files move to the Home directory

    +

    + The RDF files that initialize the data model have moved, in both the distribution and + the runtime locations. + In the distribution, they have been collected in one place, and reorganized to use + a more consistent naming scheme. During the build process, they are copied to a + location within the VIVO home directory, instead of residing in the webapp itself. +

    +

    + If you have modified these RDF files, or added files of your own, you must adjust to + the new locations accordingly. + +

    +
    Old locations of RDF files
    +
    /WEB-INF/ontologies/app/application.owl
    +/WEB-INF/ontologies/app/aboutPage.n3
    +/WEB-INF/ontologies/app/menu.n3
    +/WEB-INF/ontologies/app/profilePageType.n3
    +/WEB-INF/ontologies/app/loadedAtStartup/displayModelListViews.rdf
    +/WEB-INF/ontologies/app/loadedAtStartup/homePageDataGetters.n3
    +/WEB-INF/ontologies/app/loadedAtStartup/localeSelectionGUI.n3
    +/WEB-INF/ontologies/app/loadedAtStartup/vivoListViewConfig.rdf
    +/WEB-INF/ontologies/app/loadedAtStartup/vivoOrganizationDataGetters.n3
    +/WEB-INF/ontologies/app/loadedAtStartup/vivoSearchProhibited.n3
    +/WEB-INF/ontologies/app/menuload/displayTBOX.n3
    +/WEB-INF/ontologies/app/menuload/displayDisplay.n3
    +/WEB-INF/init-data/initialSiteConfig.rdf
    +/WEB-INF/ontologies/user/abox/geopolitical.ver1.1-11-18-11-individual-labels.rdf
    +/WEB-INF/ontologies/user/abox/vocabularySource-labels.n3
    +/WEB-INF/ontologies/user/tbox/vitro-0.7-annotations.rdf
    +/WEB-INF/ontologies/user/tbox/geopolitical-ver1.1-11-18-11-annotations.rdf
    +/WEB-INF/ontologies/user/tbox/scires-1.5-annotations.rdf
    +/WEB-INF/ontologies/user/tbox/vivo-core-1.5-annotations.rdf
    +/WEB-INF/ontologies/user/tbox/isDefinedBy-1.5-annotations.rdf
    +/WEB-INF/ontologies/user/applicationMetadata/propertygroups.rdf
    +/WEB-INF/ontologies/user/applicationMetadata/classgroups.rdf
    +/WEB-INF/filegraph/abox/us-states.rdf
    +/WEB-INF/filegraph/abox/geopolitical.abox.ver1.1-11-18-11.owl
    +/WEB-INF/filegraph/abox/academicDegree.rdf
    +/WEB-INF/filegraph/abox/documentStatus.owl
    +/WEB-INF/filegraph/abox/continents.n3
    +/WEB-INF/filegraph/abox/vocabularySource.n3
    +/WEB-INF/filegraph/abox/dateTimeValuePrecision.owl
    +/WEB-INF/filegraph/tbox/vitroPublic.owl
    +/WEB-INF/filegraph/tbox/vivo-dcterms-1.5.owl
    +/WEB-INF/filegraph/tbox/scires-1.5.owl
    +/WEB-INF/filegraph/tbox/vivo-core-1.5.owl
    +/WEB-INF/filegraph/tbox/vivo-c4o-1.5.owl
    +/WEB-INF/filegraph/tbox/geopolitical.tbox.ver1.1-11-18-11.owl
    +/WEB-INF/filegraph/tbox/vivo-fabio-1.5.owl
    +/WEB-INF/filegraph/tbox/vivo-skos-1.5.owl
    +/WEB-INF/filegraph/tbox/vivo-event-1.5.owl
    +/WEB-INF/filegraph/tbox/vivo-foaf-1.5.owl
    +/WEB-INF/filegraph/tbox/vitro-0.7.owl
    +/WEB-INF/filegraph/tbox/vivo-pws-1.5.owl
    +/WEB-INF/filegraph/tbox/isDefinedBy-1.5.owl
    +/WEB-INF/filegraph/tbox/vivo-dcelements-1.5.owl
    +/WEB-INF/filegraph/tbox/vivo-bibo-1.5.owl
    + +
    New locations of RDF files
    +
    rdf/display/firsttime/aboutPage.n3
    +rdf/display/firsttime/application.owl
    +rdf/display/firsttime/menu.n3
    +rdf/display/firsttime/profilePageType.n3
    +rdf/display/everytime/displayModelListViews.rdf
    +rdf/display/everytime/homePageDataGetters.n3
    +rdf/display/everytime/localeSelectionGUI.n3
    +rdf/display/everytime/vivoListViewConfig.rdf
    +rdf/display/everytime/vivoOrganizationDataGetters.n3
    +rdf/display/everytime/vivoSearchProhibited.n3
    +rdf/displayTbox/everytime/displayTBOX.n3
    +rdf/displayDisplay/everytime/displayDisplay.n3
    +rdf/applicationMetadata/firsttime/classgroups.rdf
    +rdf/applicationMetadata/firsttime/initialSiteConfig.rdf
    +rdf/applicationMetadata/firsttime/propertygroups.rdf
    +rdf/abox/firsttime/geopolitical.ver1.1-11-18-11-individual-labels.rdf
    +rdf/abox/firsttime/vocabularySource-labels.n3
    +rdf/abox/filegraph/abox/academicDegree.rdf
    +rdf/abox/filegraph/abox/continents.n3
    +rdf/abox/filegraph/abox/dateTimeValuePrecision.owl
    +rdf/abox/filegraph/abox/documentStatus.owl
    +rdf/abox/filegraph/abox/geopolitical.abox.ver1.1-11-18-11.owl
    +rdf/abox/filegraph/abox/us-states.rdf
    +rdf/abox/filegraph/abox/vocabularySource.n3
    +rdf/tbox/firsttime/geopolitical-ver1.1-11-18-11-annotations.rdf
    +rdf/tbox/firsttime/isDefinedBy-1.5-annotations.rdf
    +rdf/tbox/firsttime/scires-1.5-annotations.rdf
    +rdf/tbox/firsttime/vitro-0.7-annotations.rdf
    +rdf/tbox/firsttime/vivo-core-1.5-annotations.rdf
    +rdf/tbox/filegraph/tbox/geopolitical.tbox.ver1.1-11-18-11.owl
    +rdf/tbox/filegraph/tbox/isDefinedBy-1.5.owl
    +rdf/tbox/filegraph/tbox/scires-1.5.owl
    +rdf/tbox/filegraph/tbox/vitro-0.7.owl
    +rdf/tbox/filegraph/tbox/vitroPublic.owl
    +rdf/tbox/filegraph/tbox/vivo-bibo-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-c4o-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-core-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-dcelements-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-dcterms-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-event-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-fabio-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-foaf-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-pws-1.5.owl
    +rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl
    +

    + If you are using a three-tier build process, you will need to add a single line + to the build script so the RDF files will be merged properly across the tiers. So this: +

    <patternset id="appbase.patterns">
    +<include name="src/**/*" />
    +<include name="lib/**/*" />
    +<include name="test/**/*" />
    +<include name="themes/**/*" />
    +<include name="config/*.properties" />
    +<include name="config/*.txt" />
    +<include name="config/jarlist/*.txt" />
    +<include name="config/solr/*" />
    +<include name="context.xml" />
    +</patternset>
    + becomes this: +
    <patternset id="appbase.patterns">
    +<include name="src/**/*" />
    +<include name="lib/**/*" />
    +<include name="rdf/**/*" />
    +<include name="test/**/*" />
    +<include name="themes/**/*" />
    +<include name="config/*.properties" />
    +<include name="config/*.txt" />
    +<include name="config/jarlist/*.txt" />
    +<include name="config/solr/*" />
    +<include name="context.xml" />
    +</patternset>
    +

    +

    ANYTHING ELSE?

    @@ -514,6 +648,11 @@ +

    + 4. Apply any previous changes you have made to the RDF initialization files. + See the section on the Auto-loaded RDF files + above for more details. +

    5. Stop Apache Tomcat and from your VIVO source directory, run ant diff --git a/productMods/WEB-INF/filegraph/abox/academicDegree.rdf b/rdf/abox/filegraph/academicDegree.rdf similarity index 100% rename from productMods/WEB-INF/filegraph/abox/academicDegree.rdf rename to rdf/abox/filegraph/academicDegree.rdf diff --git a/productMods/WEB-INF/filegraph/abox/continents.n3 b/rdf/abox/filegraph/continents.n3 similarity index 100% rename from productMods/WEB-INF/filegraph/abox/continents.n3 rename to rdf/abox/filegraph/continents.n3 diff --git a/productMods/WEB-INF/filegraph/abox/dateTimeValuePrecision.owl b/rdf/abox/filegraph/dateTimeValuePrecision.owl similarity index 100% rename from productMods/WEB-INF/filegraph/abox/dateTimeValuePrecision.owl rename to rdf/abox/filegraph/dateTimeValuePrecision.owl diff --git a/productMods/WEB-INF/filegraph/abox/documentStatus.owl b/rdf/abox/filegraph/documentStatus.owl similarity index 100% rename from productMods/WEB-INF/filegraph/abox/documentStatus.owl rename to rdf/abox/filegraph/documentStatus.owl diff --git a/productMods/WEB-INF/filegraph/abox/geopolitical.abox.ver1.1-11-18-11.owl b/rdf/abox/filegraph/geopolitical.abox.ver1.1-11-18-11.owl similarity index 100% rename from productMods/WEB-INF/filegraph/abox/geopolitical.abox.ver1.1-11-18-11.owl rename to rdf/abox/filegraph/geopolitical.abox.ver1.1-11-18-11.owl diff --git a/productMods/WEB-INF/filegraph/abox/us-states.rdf b/rdf/abox/filegraph/us-states.rdf similarity index 100% rename from productMods/WEB-INF/filegraph/abox/us-states.rdf rename to rdf/abox/filegraph/us-states.rdf diff --git a/productMods/WEB-INF/filegraph/abox/vocabularySource.n3 b/rdf/abox/filegraph/vocabularySource.n3 similarity index 100% rename from productMods/WEB-INF/filegraph/abox/vocabularySource.n3 rename to rdf/abox/filegraph/vocabularySource.n3 diff --git a/productMods/WEB-INF/ontologies/user/abox/geopolitical.ver1.1-11-18-11-individual-labels.rdf b/rdf/abox/firsttime/geopolitical.ver1.1-11-18-11-individual-labels.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/abox/geopolitical.ver1.1-11-18-11-individual-labels.rdf rename to rdf/abox/firsttime/geopolitical.ver1.1-11-18-11-individual-labels.rdf diff --git a/productMods/WEB-INF/ontologies/user/abox/vocabularySource-labels.n3 b/rdf/abox/firsttime/vocabularySource-labels.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/user/abox/vocabularySource-labels.n3 rename to rdf/abox/firsttime/vocabularySource-labels.n3 diff --git a/productMods/WEB-INF/ontologies/user/applicationMetadata/classgroups.rdf b/rdf/applicationMetadata/firsttime/classgroups.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/applicationMetadata/classgroups.rdf rename to rdf/applicationMetadata/firsttime/classgroups.rdf diff --git a/productMods/WEB-INF/ontologies/user/applicationMetadata/classgroups_labels_es.n3 b/rdf/applicationMetadata/firsttime/classgroups_labels_es.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/user/applicationMetadata/classgroups_labels_es.n3 rename to rdf/applicationMetadata/firsttime/classgroups_labels_es.n3 diff --git a/productMods/WEB-INF/init-data/initialSiteConfig.rdf b/rdf/applicationMetadata/firsttime/initialSiteConfig.rdf similarity index 100% rename from productMods/WEB-INF/init-data/initialSiteConfig.rdf rename to rdf/applicationMetadata/firsttime/initialSiteConfig.rdf diff --git a/productMods/WEB-INF/ontologies/user/applicationMetadata/propertygroups.rdf b/rdf/applicationMetadata/firsttime/propertygroups.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/applicationMetadata/propertygroups.rdf rename to rdf/applicationMetadata/firsttime/propertygroups.rdf diff --git a/productMods/WEB-INF/ontologies/user/applicationMetadata/propertygroups_labels_es.n3 b/rdf/applicationMetadata/firsttime/propertygroups_labels_es.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/user/applicationMetadata/propertygroups_labels_es.n3 rename to rdf/applicationMetadata/firsttime/propertygroups_labels_es.n3 diff --git a/productMods/WEB-INF/ontologies/app/loadedAtStartup/aboutPage_es.n3 b/rdf/display/everytime/aboutPage_es.n3 similarity index 95% rename from productMods/WEB-INF/ontologies/app/loadedAtStartup/aboutPage_es.n3 rename to rdf/display/everytime/aboutPage_es.n3 index 8d8ddd69..74f7a3c4 100644 --- a/productMods/WEB-INF/ontologies/app/loadedAtStartup/aboutPage_es.n3 +++ b/rdf/display/everytime/aboutPage_es.n3 @@ -7,7 +7,7 @@ about:ABOUTDG """

    Acerca VIVO

    La aplicación VIVO permite el descubrimiento de los investigadores a través de las instituciones. Los participantes en la red se encuentran instituciones con instalaciones locales de VIVO o con la investigación y el descubrimiento de aplicaciones de perfiles que pueden proporcionar datos web compatibles semánticas. Por tanto, la información accesible a través de la búsqueda de VIVO y capacidad de exploración se residir y ser controlado a nivel local, dentro de vivos institucionales o de otras aplicaciones web compatibles con semánticos.

    -

    VIVO es una aplicación web semántica código abierto originalmente desarrollado e implementado en Cornell. Cuando se instala y se rellena con el contenido en una institución, que permite el descubrimiento de la investigación y de becas en todas las disciplinas de esta institución. VIVO compatible con la navegación y una función de búsqueda que devuelve resultados facetas para una rápida recuperación de la información deseada. Contenido en cualquier instalación VIVO local puede mantenerse manualmente o puesto en la base de datos de forma automática de los sistemas locales de registro, tales como recursos humanos, carreras impulsadas, becas, cursos, y bases de datos de la actividad docente.

    +

    VIVO es una aplicación web semántica código abierto originalmente desarrollado e implementado en Cornell. Cuando se instala y se rellena con el contenido en una institución, que permite el descubrimiento de la investigación y de becas en todas las disciplinas de esta institución. VIVO compatible con la navegación y una función de búsqueda que devuelve resultados facetas para una rápida recuperación de la información deseada. Contenido en cualquier instalación VIVO local puede mantenerse manualmente o puesto en la base de datos de forma automática de los sistemas locales de registro, tales como recursos humanos, becas, cursos, y bases de datos de la actividad docente.

    Ver más información sobre el Proyecto VIVO.

    """@es . \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/app/loadedAtStartup/homePageDataGetters.n3 b/rdf/display/everytime/homePageDataGetters.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/app/loadedAtStartup/homePageDataGetters.n3 rename to rdf/display/everytime/homePageDataGetters.n3 diff --git a/productMods/WEB-INF/ontologies/app/loadedAtStartup/localeSelectionGUI.n3 b/rdf/display/everytime/localeSelectionGUI.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/app/loadedAtStartup/localeSelectionGUI.n3 rename to rdf/display/everytime/localeSelectionGUI.n3 diff --git a/productMods/WEB-INF/ontologies/app/loadedAtStartup/menu_es.n3 b/rdf/display/everytime/menu_es.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/app/loadedAtStartup/menu_es.n3 rename to rdf/display/everytime/menu_es.n3 diff --git a/productMods/WEB-INF/ontologies/app/loadedAtStartup/vivoListViewConfig.rdf b/rdf/display/everytime/vivoListViewConfig.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/app/loadedAtStartup/vivoListViewConfig.rdf rename to rdf/display/everytime/vivoListViewConfig.rdf diff --git a/productMods/WEB-INF/ontologies/app/loadedAtStartup/vivoOrganizationDataGetters.n3 b/rdf/display/everytime/vivoOrganizationDataGetters.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/app/loadedAtStartup/vivoOrganizationDataGetters.n3 rename to rdf/display/everytime/vivoOrganizationDataGetters.n3 diff --git a/productMods/WEB-INF/ontologies/app/loadedAtStartup/vivoSearchProhibited.n3 b/rdf/display/everytime/vivoSearchProhibited.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/app/loadedAtStartup/vivoSearchProhibited.n3 rename to rdf/display/everytime/vivoSearchProhibited.n3 diff --git a/productMods/WEB-INF/ontologies/app/aboutPage.n3 b/rdf/display/firsttime/aboutPage.n3 similarity index 95% rename from productMods/WEB-INF/ontologies/app/aboutPage.n3 rename to rdf/display/firsttime/aboutPage.n3 index cb26b08c..c606c2d5 100644 --- a/productMods/WEB-INF/ontologies/app/aboutPage.n3 +++ b/rdf/display/firsttime/aboutPage.n3 @@ -8,7 +8,7 @@ about:ABOUTDG """

    About VIVO

    The VIVO application enables the discovery of researchers across institutions. Participants in the network include institutions with local installations of VIVO or those with research discovery and profiling applications that can provide semantic web-compliant data. The information accessible through VIVO's search and browse capability will therefore reside and be controlled locally, within institutional VIVOs or other semantic web-compliant applications.

    -

    VIVO is an open source semantic web application originally developed and implemented at Cornell. When installed and populated with content at an institution, it enables the discovery of research and scholarship across disciplines at that institution. VIVO supports browsing and a search function which returns faceted results for rapid retrieval of desired information. Content in any local VIVO installation may be maintained manually or brought into the database in automated ways from local systems of record, such as grants, course, and faculty activity databases.

    +

    VIVO is an open source semantic web application originally developed and implemented at Cornell. When installed and populated with content at an institution, it enables the discovery of research and scholarship across disciplines at that institution. VIVO supports browsing and a search function which returns faceted results for rapid retrieval of desired information. Content in any local VIVO installation may be maintained manually or brought into the database in automated ways from local systems of record, such as human resources, scholarships, grants, course, and faculty activity databases.

    See more information on the VIVO Project.

    """@en ; diff --git a/productMods/WEB-INF/ontologies/app/menu.n3 b/rdf/display/firsttime/menu.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/app/menu.n3 rename to rdf/display/firsttime/menu.n3 diff --git a/productMods/WEB-INF/filegraph/tbox/geopolitical.tbox.ver1.1-11-18-11.owl b/rdf/tbox/filegraph/geopolitical.tbox.ver1.1-11-18-11.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/geopolitical.tbox.ver1.1-11-18-11.owl rename to rdf/tbox/filegraph/geopolitical.tbox.ver1.1-11-18-11.owl diff --git a/productMods/WEB-INF/filegraph/tbox/isDefinedBy-1.5.owl b/rdf/tbox/filegraph/isDefinedBy-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/isDefinedBy-1.5.owl rename to rdf/tbox/filegraph/isDefinedBy-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/scires-1.5.owl b/rdf/tbox/filegraph/scires-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/scires-1.5.owl rename to rdf/tbox/filegraph/scires-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-bibo-1.5.owl b/rdf/tbox/filegraph/vivo-bibo-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-bibo-1.5.owl rename to rdf/tbox/filegraph/vivo-bibo-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-c4o-1.5.owl b/rdf/tbox/filegraph/vivo-c4o-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-c4o-1.5.owl rename to rdf/tbox/filegraph/vivo-c4o-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-core-1.5.owl b/rdf/tbox/filegraph/vivo-core-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-core-1.5.owl rename to rdf/tbox/filegraph/vivo-core-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-dcelements-1.5.owl b/rdf/tbox/filegraph/vivo-dcelements-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-dcelements-1.5.owl rename to rdf/tbox/filegraph/vivo-dcelements-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-dcterms-1.5.owl b/rdf/tbox/filegraph/vivo-dcterms-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-dcterms-1.5.owl rename to rdf/tbox/filegraph/vivo-dcterms-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-event-1.5.owl b/rdf/tbox/filegraph/vivo-event-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-event-1.5.owl rename to rdf/tbox/filegraph/vivo-event-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-fabio-1.5.owl b/rdf/tbox/filegraph/vivo-fabio-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-fabio-1.5.owl rename to rdf/tbox/filegraph/vivo-fabio-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-foaf-1.5.owl b/rdf/tbox/filegraph/vivo-foaf-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-foaf-1.5.owl rename to rdf/tbox/filegraph/vivo-foaf-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-pws-1.5.owl b/rdf/tbox/filegraph/vivo-pws-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-pws-1.5.owl rename to rdf/tbox/filegraph/vivo-pws-1.5.owl diff --git a/productMods/WEB-INF/filegraph/tbox/vivo-skos-1.5.owl b/rdf/tbox/filegraph/vivo-skos-1.5.owl similarity index 100% rename from productMods/WEB-INF/filegraph/tbox/vivo-skos-1.5.owl rename to rdf/tbox/filegraph/vivo-skos-1.5.owl diff --git a/productMods/WEB-INF/ontologies/user/tbox/geopolitical-ver1.1-11-18-11-annotations.rdf b/rdf/tbox/firsttime/geopolitical-ver1.1-11-18-11-annotations.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/tbox/geopolitical-ver1.1-11-18-11-annotations.rdf rename to rdf/tbox/firsttime/geopolitical-ver1.1-11-18-11-annotations.rdf diff --git a/productMods/WEB-INF/ontologies/user/tbox/isDefinedBy-1.5-annotations.rdf b/rdf/tbox/firsttime/isDefinedBy-1.5-annotations.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/tbox/isDefinedBy-1.5-annotations.rdf rename to rdf/tbox/firsttime/isDefinedBy-1.5-annotations.rdf diff --git a/productMods/WEB-INF/ontologies/user/tbox/scires-1.5-annotations.rdf b/rdf/tbox/firsttime/scires-1.5-annotations.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/tbox/scires-1.5-annotations.rdf rename to rdf/tbox/firsttime/scires-1.5-annotations.rdf diff --git a/productMods/WEB-INF/ontologies/user/tbox/vitro-0.7-annotations.rdf b/rdf/tbox/firsttime/vitro-0.7-annotations.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/tbox/vitro-0.7-annotations.rdf rename to rdf/tbox/firsttime/vitro-0.7-annotations.rdf diff --git a/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.5-annotations.rdf b/rdf/tbox/firsttime/vivo-core-1.5-annotations.rdf similarity index 100% rename from productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.5-annotations.rdf rename to rdf/tbox/firsttime/vivo-core-1.5-annotations.rdf diff --git a/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.5-labels_es.n3 b/rdf/tbox/firsttime/vivo-core-1.5-labels_es.n3 similarity index 100% rename from productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.5-labels_es.n3 rename to rdf/tbox/firsttime/vivo-core-1.5-labels_es.n3