Adel Memariani

Results 29 comments of Adel Memariani

Commands like 'npm run build' should be moved to GitHub actions. I should invest some time in making a proper build process and then start documenting it :)

I have done some research about possibilities. Based on the programming languages there are a number of options, for example, [Trinity](https://trinity-rdf.net/) is a mapping approach for .NET objects, [KOMMA](http://komma.enilink.net/docs/) is...

As the entities in the forms are retrieved from the knowledge graph, we make the relationships based on their IDs (for example: 'KS-2050' has_author 'Chris'). Based on the selected entities,...

> So it should be possible to search the OEO terms in the metaeditor and then enter the result into a field. In OEP, we use the [ json-editor](https://github.com/json-editor/json-editor) to...

The [dbpedia-lookup](https://github.com/dbpedia/dbpedia-lookup) service is now working with our MetaEdit tool. ![metaedit](https://user-images.githubusercontent.com/7637364/191807277-712057b8-153c-4178-94a2-341ad8f010fd.gif)

Autocomplete with autofill the 'path' below it: ``` let path = String(jseditor_editor.path).replace("name", "path"); let path_uri = config.editor.getEditor(path); path_uri.setValue(String(result.resource)); ``` ![Metaedit_autocomplement_with_path](https://user-images.githubusercontent.com/7637364/192320827-a84d80bc-9e6a-48a4-b1fe-36a5e6b37277.gif)

Yes, the factsheets can be downloadable as JSON and PDF files (or CSV if needed). However, the full functionality of factsheets belongs to the future work packages - according to...

I added the functionality to display sub/super classes for a given class. I think we should add the names for the classes. Also if it is needed, I can work...

Based on the new [oeo_viewer](https://github.com/OpenEnergyPlatform/oeo-viewer) project and the above commits, I think we can have two views: 1- Text-based folding menus. 2- Graph and tree views. As it is shown...