o-development / ldo

Monorepo for Linked Data Objects (ldo)
MIT License
23 stars 5 forks source link

automatically add rdf type base don one requried by the used shape #32

Open elf-pavlik opened 3 months ago

elf-pavlik commented 3 months ago

Whenever shape specifies the rdf type, LDO could ensure it is present based on the used shape type.

Currently, I had to do it manually in my app code:

https://github.com/janeirodigital/sai-js/blob/098dd077b47443e5b4c0df2c4c21f5b5d9d615f3/examples/plenary/src/stores/app.ts#L147-L154