First we investigate where RDF forms are used in SolidOS stack. A big overview is in this [gitHub search](https://github.com/search?q=org%3ASolidOS%20widgets.appendForm(&type=code) - [Profile Editor pane](https://github.com/SolidOS/profile-pane/blob/022cb2458371efdee74d781d7203703d4f524ac1/src/editProfilePane/editProfile.view.ts#L47) - it depends on the [2 ontologies](https://github.com/SolidOS/profile-pane/tree/main/src/ontology) in profile-pane - [solid-ui](https://github.com/SolidOS/solid-ui/blob/5b4b3d99d7710bdfccb90d715e401d78a7f23ed6/src/preferences.js#L150) - need to investigate if this call is in use - solid-panes - the solid-ui basic preference is possibly duplicated in solid-pane [basicPreference](https://github.com/SolidOS/solid-panes/blob/540133ac84232b8d7e6da494691a3fec11707d7c/src/dashboard/basicPreferences.ts#L60) and uses https://[preferencesFormText.ttl](github.com/SolidOS/solid-panes/blob/main/src/dashboard/preferencesFormText.ttl) - [schedulePane](https://github.com/SolidOS/solid-panes/blob/540133ac84232b8d7e6da494691a3fec11707d7c/src/schedule/schedulePane.js#L569 ) loads [formsForSchedule.ttl ](https://solidos.github.io/solid-panes/schedule/formsForSchedule.ttl) - [forms pane](https://github.com/SolidOS/solid-panes/blob/540133ac84232b8d7e6da494691a3fec11707d7c/src/form/pane.js#L125) which loads the form uploaded in the store through the file explorer (its [icon](https://github.com/SolidOS/solid-ui/blob/5b4b3d99d7710bdfccb90d715e401d78a7f23ed6/src/icons/noun_122196.svg?plain=1)) - does not seem to work - [UI pane](https://github.com/SolidOS/solid-panes/blob/540133ac84232b8d7e6da494691a3fec11707d7c/src/ui/pane.js#L209) NOT in use NOW. Which loads as above a file that one uploads - [contacts-pane](https://github.com/SolidOS/contacts-pane/blob/cf49efe007b6b7b0f13b0be8fca897cc35fcc628/src/individual.js#L77) - which loads different forms like forms.ttl from the ontology folder of the [contact pane](https://solid.github.io/solid-panes/contact/individualForm.ttl) from solid-panes](https://github.com/SolidOS/contacts-pane/tree/cf49efe007b6b7b0f13b0be8fca897cc35fcc628/src/ontology) - [issue pane -issue.js](https://github.com/SolidOS/issue-pane/blob/9c24db98fb810ad2139244f8f1552fc0f704c1ac/src/issue.js#L275) - loads a TTL embedded in [same file as above](https://github.com/SolidOS/issue-pane/blob/9c24db98fb810ad2139244f8f1552fc0f704c1ac/src/issue.js#L248) - and also in [issuePane.js](https://github.com/SolidOS/issue-pane/blob/9c24db98fb810ad2139244f8f1552fc0f704c1ac/src/issuePane.js#L374). which loads [ontology from its own repo](https://github.com/SolidOS/issue-pane/tree/9c24db98fb810ad2139244f8f1552fc0f704c1ac/src/ontology) - [meeting pane](https://github.com/SolidOS/meeting-pane/blob/4a180ebdcbbda2210b0117a058672392fa494079/src/meetingPane.js#L977) - loads the [ meetingDetailsForm ontology from solid-panes](https://solid.github.io/solid-panes/meeting/meetingDetailsForm.ttl) - [project pane](https://github.com/SolidOS/project-pane/blob/0a8694c66853580e3e478a3428e5ffb965a0aafa/src/projectPane.js#L925) - and also [loads](https://github.com/SolidOS/project-pane/blob/0a8694c66853580e3e478a3428e5ffb965a0aafa/src/projectPane.js#L1044) [projectDetailsForm.ttl ](https://solid.github.io/solid-panes/project/projectDetailsForm.ttl)