diff --git a/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf b/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf
index e2cc3f02..9ef66730 100644
--- a/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf
+++ b/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf
@@ -1398,6 +1398,7 @@ source: http://www.fao.org/countryprofiles/geopol_v10/dataproperties/geopolitica
Currently any abstract name is given to members of this class. This could change in the future.
+ edBackgroundShortView.jsp
The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term "unstable". The bibo editorial note is: "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."
@@ -1912,6 +1913,7 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi
+ personHasEducationalBackground.jsp
This relates a person to the description of their educational background.
educational background
5
diff --git a/productMods/edit/forms/personHasEducationalBackground.jsp b/productMods/edit/forms/personHasEducationalBackground.jsp
index 4153f16d..a2758f88 100644
--- a/productMods/edit/forms/personHasEducationalBackground.jsp
+++ b/productMods/edit/forms/personHasEducationalBackground.jsp
@@ -45,17 +45,17 @@
-
+
<%--
Classes:
-core:EducationalBackground - primary new individual being created
+core:EducationalAttainment - primary new individual being created
foaf:Person - existing individual
foaf:Organization - new or existing individual
core:AcademicDegree - existing individual
-Data properties of EducationalBackground:
+Data properties of EducationalAttainment:
core:majorField
core:year
core:departmentOrSchool
@@ -63,13 +63,13 @@ core:supplementalInformation
Object properties (domain : range)
-core:educationalBackground (Person : EducationalBackground) - inverse of educationalBackgroundOf
-core:educationalBackgroundOf (EducationalBackground : Person) - inverse of educationalBackground
+core:educationalBackground (Person : EducationalAttainment) - inverse of educationalBackgroundOf
+core:educationalBackgroundOf (EducationalAttainment : Person) - inverse of educationalBackground
-core:degreeTypeAwarded (EducationalBackground : AcademicDegree) - inverse of awardedTo
-core:awardedTo (AcademicDegree : EducationalBackground) - inverse of degreeTypeAwarded
+core:degreeTypeAwarded (EducationalAttainment : AcademicDegree) - inverse of awardedTo
+core:awardedTo (AcademicDegree : EducationalAttainment) - inverse of degreeTypeAwarded
-core:organizationGrantingDegree (EducationalBackground : Organization) - no inverse
+core:organizationGrantingDegree (EducationalAttainment : Organization) - no inverse
<%-- Data properties --%>
<%-- Then enter a SPARQL query for each field, by convention concatenating the field id with "Existing"
@@ -156,7 +156,7 @@ the org type still gets asserted. --%>
?person core:educationalBackground ?edBackgroundUri .
?edBackgroundUri core:educationalBackgroundOf ?person ;
- a core:EducationalBackground ,
+ a core:EducationalAttainment ,
<${flagURI}> .
diff --git a/productMods/templates/entity/edBackgroundShortView.jsp b/productMods/templates/entity/edBackgroundShortView.jsp
index 77ead44a..370a5e60 100644
--- a/productMods/templates/entity/edBackgroundShortView.jsp
+++ b/productMods/templates/entity/edBackgroundShortView.jsp
@@ -7,7 +7,7 @@
<%--
This is a custom short view render for educational background.
The variable individual is the OBJECT of the property statement to be rendered. --
- In this JSP that is the Educational Background, not the Person, Organization or DegreeType
+ In this JSP that is the Educational Attainment object, not the Person, Organization or DegreeType
--%>