Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We should use "hasObselList" property to get the URL of Obsels #3

Open
StatelessCat opened this issue Sep 17, 2015 · 0 comments
Open

Comments

@StatelessCat
Copy link

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#L37

We should get "hasObselList" instead.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant