Jean-Marc Vanel
Jean-Marc Vanel
In conjunction with https://github.com/jmvanel/semantic_forms/issues/61 , it is necessary to create owl:sameAs links in the GUI. Ideally, the completion should take in account the rdf:type of the subject, which is a...
The application should verify - the URL entered in SF form ( images , foaf:knows, etc ) - the external RDF URL documents entered in "search and display" field for...
### Scala API ``` def graph2iCalendar(graph: Rdf#Graph): String ``` ### Web Service It is meant to be widely reusable. The `rdfData` URL can be any URL returning RDF as Turtle,...
We can leverage on Play wich makes it easy to do OpenID : https://www.playframework.com/documentation/2.6.x/ScalaOpenID ; then WebId can be implemented on top of OpenId . The use case is Solid:...
In presence of several rdfs:range , take the most specific class (es) for building the SPARQL search query, and anyway eliminate non interesting classes like like rdfs:Resource and owl:Thing ....
Currently we have only completion in display label. Maybe take a look at what YasGUI does .
Currently, when creating a local URI, this URI is exposed as a content negotiation URL (HTML, RDF with 3 syntaxes) via /ldp . When importing an RDF document, or annotating...
See in SF main site : http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2FSF_feature%253A_smart_drop_zone Implementation: JavaScript or Scala.js .
# In english A follow-p of #169 The steps must be good algorithms in functional programming. That is to say a sequence of pure functions, one per sub-step: ```Scala EmptyInitialState.step1.step2...