(expand-profile-keys profile)
(expand-profile-keys profile contexts-map)
Expand all keys in profile
using contexts (by default the xAPI Profile
and Activity contexts).
Expand all keys in `profile` using contexts (by default the xAPI Profile and Activity contexts).
(get-context-iris profile)
Retrieve all "@context" IRIs (with the exception of the Profile and
Activity context IRIs) from within profile
.
Retrieve all "@context" IRIs (with the exception of the Profile and Activity context IRIs) from within `profile`.
(validate-contexts profile)
(validate-contexts profile contexts-map)
Validate that all keys in profile
are able to be expanded into IRIs
using "@context" maps. NOTE: Does not attempt to validate the values.
Validate that all keys in `profile` are able to be expanded into IRIs using "@context" maps. NOTE: Does not attempt to validate the values.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close