mirror of
https://github.com/edufeed-org/nostr-clj.git
synced 2025-12-10 00:34:36 +00:00
add learning resource type to be parsed and transformed
This commit is contained in:
parent
0cc04aa611
commit
6e63b632b5
1 changed files with 2 additions and 1 deletions
|
|
@ -164,7 +164,8 @@
|
|||
:creator (extract-tag tags "creator")
|
||||
:description (extract-tag tags "description")
|
||||
:keywords (extract-tag-array tags "keywords")
|
||||
:about (transform-skos-fields (filter #(= "about" (first %)) tags))}]
|
||||
:about (transform-skos-fields (filter #(= "about" (first %)) tags))
|
||||
:learningResourceType (transform-skos-fields (filter #(= "learningResourceType" (first %)) tags))}]
|
||||
(if skip-raw-event
|
||||
amb-result
|
||||
(assoc amb-result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue