Jean-Marc Vanel

Results 100 issues of Jean-Marc Vanel

Here is the JavaScript I use to launch a Pen window on double click : `````` javascript function launchEditorWindow(elem) { var popupWindow = window.open('', 'windowName', 'height=300,width=300'); var options = {...

I tested Example 76: Nested properties from the 1.1. spec (in progress): https://json-ld.org/spec/latest/json-ld/#nested-properties with the basic Java-json-ld program: https://github.com/jsonld-java/jsonld-java#code-example Adding this line in code: ```java options.setProcessingMode(JsonLdOptions.JSON_LD_1_1); // or tried also...

The feature to load independenly the JSON-LD @context , as explained here for the API , https://github.com/jsonld-java/jsonld-java#loading-contexts-from-a-string should be present in the jsonldplayground command line , see my issue :...

My use case is following a bunch (several hundreds) of mobile objects every few seconds. Currently I'm doing this, together with a Map to keep track of object by ID....

"taxonKey" is an `@id` and it is numeric. It is associated with a `@base`. json ```json { "gbifID":"1258202889", "protocol": "DWC_ARCHIVE", "basisOfRecord": "PRESERVED_SPECIMEN", "taxonKey": 7310533 } ``` jsonld `@context` ```jsonld {...

Currently we have an HTML table view from SPARQL CONSTRUCT, e.g. http://semantic-forms.cc:9112/table?query=CONSTRUCT+%7B+%3FS+%3FP+%3FO+.+%7D+WHERE+%7B+GRAPH+%3FG+%7B+%3FS+%3FP+%3FO+.%0D%0A%3FS+a+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2FOrganization%3E+.%0D%0A+%7D+%7D+LIMIT+100%0D%0A&layout=on&orderby=&details=&label= If we add HTTP GET parameter `format=csv` or `format=text/csv` , the output will be CSV, similar to what...

For `/display?displayuri=` , show blank nodes triples embedded in form : ```turtle ?P _:bn . _:bn ?P1 ?O . ``` NOTE: for data originating from CVS , this show all...

`/display` and `/search` will behave visually exactly the same, but without storing anything in the SPARQL database. This is a simple to way to comply to the GDPR . Other...

One use case is switching to a classical CMS workflow, where article proposals are only visible by content managers. User U1 must not be able to access data of user...

questionnaire
infrastructure

Add automatically provenance to imported URI This concerns both URL's loaded by `/display` pages and `/load-uri` service . There are two ways: 1. add in /display in expert mode a...