Skip to main content
. 2022 Dec 8;8:e1163. doi: 10.7717/peerj-cs.1163

Table 1. Entity description and categorization.

Entity labels Description Schema.org Class/Property
Strongly Represented Entities (SRE)
Person name Name of Person
(Staff, Faculty Member)
e.g., “Dr. John Doe”, “Doe, John”
Person:: givenName
Title Job title, responsibility, administrative role
e.g., “Professor”, “Dean”, “Head of Department”
Person:: jobTitle
Email Email id
e.g., “j.doe@tech.uni.edu
Person:: email
Contact Phone number/Office Phone Extension number
e.g., “111-111-075”
Person:: telephone
Address Office address of Faculty or Staff
e.g., “Room7, NC Basement, New Campus”
Person:: address
URL Website e.g., “http://uni.tech.edu Person:: URL
Qualification Academic qualifications
e.g., “Ph.D Computer Science”
Person:: hasCredential> EducationalOccupationalCredential1:: name
Domain Area of expertise or specialization
e.g., “Search Engine Optimization”
Person:: knowsAbout
Weakly Represented Entities (WRE)
Organization Name of University
e.g., “University of Technology”
Person:: worksFor >Organization:: name
Institute Name of teaching and training bodies
(Schools, Colleges i.e., smaller unit/component)
e.g., “School of Electrical and Information Systems”
Person:: worksFor >Organization >subOrganization:: name
Department Smaller units in the Academic environment
e.g., “Department of Computer Science”
Person >worksFor >Organization >department

Note:

1

EducationalOccupationalCredential is proposed to be integrated into Schema.org pending adoption from applications and websites.