You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If trace URL is http://www.foo.org/base1/trace1/ and this trace has
{
...
"hasObselList": "@obselslist.jsonld",
...
}
The actual version will failed to get the Obsel list because doing GET http://www.foo.org/base1/trace1/@obsels instead of http://www.foo.org/base1/trace1/@obselslist.jsonld
The text was updated successfully, but these errors were encountered:
Now we supose that Obsels URL are
<trace URL> + "/@obsels"
. Here: https://github.com/liris-tweak/samotraces.js/blob/master/src/core/KTBS.Trace.js#L37We should get "hasObselList" instead.
If trace URL is
http://www.foo.org/base1/trace1/
and this trace hasThe actual version will failed to get the Obsel list because doing GET
http://www.foo.org/base1/trace1/@obsels
instead ofhttp://www.foo.org/base1/trace1/@obselslist.jsonld
The text was updated successfully, but these errors were encountered: