Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinguishing between "Education" and "Credential" in the model #17

Open
stuartasutton opened this issue Mar 1, 2019 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@stuartasutton
Copy link
Collaborator

We need to discuss the distinction between the jdx:Education and jdx:Credential entities in the model. In #16, @robinsonkwame identifies a Bachelor of Science degree in Computer Science as jdx:Education and an IT Certificate (I assume in the same area) from a 2-year educational program as a jdx:Credential. This confirms my suspicion that the distinction here is likely too difficult to apply in practice.

JDX defines the two terms as follows:

Credential: Entity describing authoritative permission to hold a certain status or to do certain things, e.g. to practice some trade or profession.
Education: Entity describing acquired knowledge, skills, values, beliefs and habits through systematic instruction and study that is required or recommended for a job position.

In #16, it's my take that both the BS and IT Certificate are Credentials. In the CTDL model, credentials are awarded based on an education experience or by independent assessment.

Thoughts.

@philbarker
Copy link
Contributor

For comparison, schema.org has qualifications and educationRequirements as properties of JobPosting and Occupation. Their definitions only offer a little insight into the intended difference: "Specific qualifications required for this role or Occupation" and "Educational background needed for the position or Occupation" suggesting that qualifications are more specific than educationalRequirements, and may relate to things other than education. An example of an educational requirement might be "must have completed more than 2 years of post-secondary education". Both have an expected value type of text.

Our proposal for EOCred is to add EducationalOccupationalCredential to the range of both qualifications and educationRequirements. The reasoning was that in the schema.org meanings of those properties a Credential would be a valid way of showing that an educationRequirement has been met or that one had attained a qualification.

I think the distinction (of the schema.org properties) needs clarifying, which should inform the similar terms in JDX; and in both schema.org and JDX it would be good to have some examples of real job postings that have educational requirements that are clearly distinct from qualifications/credentials.

@DMSaunders DMSaunders added the enhancement New feature or request label Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

9 participants