Re: Domain sketch

On 27/08/2019 18:16, Alex Jackl wrote:
> That is super interesting.  I am not familiar with how "AchieveAction" 
> is used - can you give us a few examples?
>
Glad you think so.

I am still researching & thinking. There is a fair amount of guidance 
for how schema.org Actions can be used for potentialAction on a webpage 
or email [1 <https://schema.org/docs/actions.html>] (so encoding how 
this email lets you buy a ticket), but less for what we are interested in.

I think we are in the position to shape how AchieveAction is used in the 
context of achieving competences and credentials. Doing so will take 
some work, it is within the scope of this group, but a step away from 
JobPostings.

The definition for AcheiveAction has this example

<!--  John achieved his exercise plan. -->
<script type="application/ld+json">
{
   "@context": "http://schema.org",
   "@type": "AchieveAction",
   "agent": {
     "@type": "Person",
     "name": "John"
   },
   "object": {
     "@type": "ExercisePlan",
     "exerciseType": "biking"
   }
}
</script>

CTDL does something similar with CredentialingAction 
<https://credreg.com/ctdl/terms/CredentialingAction#CredentialingAction>

By the way, there is also an AssessAction 
<https://schema.org/AssessAction> (similar comments apply)

Phil

1. https://schema.org/docs/actions.html


-- 

Phil Barker <http://people.pjjk.net/phil>. http://people.pjjk.net/phil
CETIS LLP <https://www.cetis.org.uk>: a cooperative consultancy for 
innovation in education technology.
PJJK Limited <https://www.pjjk.co.uk>: technology to enhance learning; 
information systems for education.

CETIS is a co-operative limited liability partnership, registered in 
England number OC399090
PJJK Limited is registered in Scotland as a private limited company, 
number SC569282.

Received on Tuesday, 27 August 2019 18:25:20 UTC