Simeon Ackermann
Simeon Ackermann
Tryied to visit http://schimatos.org/ randomly redirects me to booking.com brandible.de, otto.de and other advertising sites...
# Implement SHACL as template language Branch: https://github.com/simeonackermann/RDForm/tree/feature-shacl ## Usage ### Attributes - `template` (Object) required, JSON-LD SHACL shape - `rootShape` (string), required if multiple shapes of type sh:NodeShape given,...
Rewrite current jQuery base for future sustainable code maintenance. Discussion: expected effort vs. benefits - decide JS framework: vanilla, vuejs, react... - decide CSS framework
- 1) Test if UI builds correctly for sample input datasets - 2) Test if new result is correct after some sample user inputs - required: testing infrastructure
Support diffenrent languages for RDF Literals. eg use a select form like here: https://rdforms.com/editors/dcat/
May allow insert existing data as RDF instead JSON-LD only. See https://github.com/digitalbazaar/jsonld.js#fromrdf-n-quads to convert.
Hide the "remove" link on resource inputs if nothing is written
Message appears on inputs for relations to other ressources, if the content is not a valid URL. But this is not easy to understand for users!
I'm trying to apply a [YARRRML Condition](https://rml.io/yarrrml/spec/#conditions) in the subject. It should only create a subject on a specific condition, but the parser throws an `???` error from [input-parser/parser.js](https://github.com/semantifyit/RocketRML/blob/master/src/input-parser/parser.js#L204). It...