Finding the right schema / RDF for data sets

Hi all,

I am new to developing Solid Applications and development of this nature (more front of the frontend typically). Currently just trying to make things work SvelteKit and Node, and finally having some success!

My question is I am trying to store a list of RSS feeds and can’t seem to find the right schema to save it to my pod. I would like something like OPML as it would make sense. No clue who rdf.type this would be or which schema to use to save the right XML types to the list.

Just saw I can use something like artifact-generator but seems a bit over my head. Would love an easy way to get a javascript object like getSolidDatSet().toJson() if that is possible.

Any help or resources to educate myself and help get passed this getting started page would be greatly appreciated. Cheers, B