JobPosting and skills #1167
gigster99
commented
May 18, 2016
•
DDeering
commented
May 18, 2016
+1 on adding a property for skills to the Person type to help specify what a person does or is able to do.
twamarc
commented
May 18, 2016
It seems this request in a real need as its pops up again. Should we suggest already a pull request?
see also:#789
see also:#807 (comment)
danbri
commented
May 20, 2016
There is some very active work underway currently for describing courses - see #195 - I suggest we see what comes out of that effort regarding description of skills and documented topical credentials.
jaygray0919
commented
May 20, 2016
Works for us. One note of advice. In our humble opinion skills for the domain JobPosting should be different than the future term for skills that may be in domain Person. We can explain when the new proposal surfaces.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a method to express skills associated with a
@Person? For example, we tried this, but it violates theJobPostingdomain.The only other alternative we see is to use
additionalTypefor@Personand then usenameto expose the label for the skill. But this approach 'dangles' when juxtaposed with other statements usingadditionalType. Are we missing a cleaner solution hiding in plain sight?