william-vw / n3-editor-js

A Notation3 Editor in JavaScript
Apache License 2.0
13 stars 5 forks source link

log:semantics in Notation3 editor error #13

Open alexhkurz opened 1 year ago

alexhkurz commented 1 year ago

Coming from

https://w3c.github.io/N3/reports/20230703/builtins.html#log:semantics

and following the link

https://n3-editor.herokuapp.com/n3/editor/?formula=%40prefix+%3A+%3Chttp%3A%2F%2Fexample.org%2F%3E.%0A%40prefix+log%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F10%2Fswap%2Flog%23%3E+.%0A%0A%7B+%3Csemantics.data%3E+log%3Asemantics+%3Fsemantics+.+%7D+%3D%3E+%7B+%3Aresult+%3Ais+%3Fsemantics+%7D+.

and clicking on execute gives an error message.

josd commented 1 year ago

log:semantics gets as object the graph term that results from parsing an online (N3) string, found by dereferencing the subject IRI. Could you try https://n3-editor.herokuapp.com/n3/editor/s/h5lpc6qg The browser version eye-js does not support dereferencing http and https IRI's.

alexhkurz commented 1 year ago

yes, that works ... thanks

On Sep 2, 2023, at 12:27 PM, Jos De Roo @.***> wrote:

log:semantics gets as object the graph term that results from parsing an online (N3) string, found by dereferencing the subject IRI. Could you try https://n3-editor.herokuapp.com/n3/editor/s/h5lpc6qg The browser version eye-js does not support dereferencing http and https IRI's. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>