Open westurner opened 7 years ago
... Understanding and Justifying Linked Data:
We have some example statements using JSON-LD @context here: https://github.com/adlnet/xapi-ontology.
But from what we've heard from the community...moving from JSON to JSON-LD would likely be a breaking change. So we have it in place, but most likely won't be applied until the next version of the spec.
BTW, we recently applied JSON-LD (linked data) approaches to the guidance around xAPI profiles, here: https://github.com/adlnet/xapi-profiles
good to hear, thanks! There are more and more resources with (schema.org,) JSONLD and/or RDFa; being able to do everything with just one parser would/will be outstanding.
AAIU, the schema.org/educationalAlignment work came from LRMI.
schema.org/Course , schema.org/CourseInstance , and schema.org/EducationEvent are all live now.
https://twitter.com/westurner/status/870336788723847168 ...
H5P looks really cool and is integratable with {WordPress, Moodle, Drupal}.
https://h5p.org/content-types-and-applications
H5P does support TinCan / xAPI: https://h5p.org/documentation/x-api
With a bit of schema.org JSONLD / RDFa it'd be really easy to find educational activities.
"JSONLD @context for TinCanSchema (Experience API: xAPI)" https://github.com/RusticiSoftware/TinCanSchema/issues/6
@context
"@container": "@list"
https://www.w3.org/TR/json-ld/#sets-and-lists (rdf:List
,rdf:first
,rdf:rest
)`@id
,@graph
)From https://github.com/RusticiSoftware/TinCanSchema/issues/7 :