Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Return references to resources as URIs in triple export #4

Open
kba opened this issue Nov 30, 2015 · 0 comments
Open

Return references to resources as URIs in triple export #4

kba opened this issue Nov 30, 2015 · 0 comments

Comments

@kba
Copy link
Contributor

kba commented Nov 30, 2015

Schemo:

Foo
  bar:
    refOne myprefix:Quux

Instance data

_id: "123"
bar: "http://myprefix/api/quux/321"

currently produces

<http://myprefix/api/theClass/123> <http://myprefix/schema/bar> "http://myprefix/api/quux/321"

instead of

<http://myprefix/api/theClass/123> <http://myprefix/schema/bar> <http://myprefix/api/quux/321>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant