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

Describe/specify how the target IRI for an hydra:operation is resolved #100

Open
vanthome opened this issue Apr 17, 2015 · 3 comments
Open
Labels

Comments

@vanthome
Copy link

Although it is intuitive/ logical, that the target IRI is (by default) the IRI defined by the @id of the closest subject of the hydra:operation, this should be specified or at least documented. I think this part is not yet covered by anything in surrounding specs like JSON-LD.

@cr3a7ure
Copy link

I'll put here another question as it seems relevant.

When we define a hydra:Class we know:

  1. is dereferenceable
  2. has suportedOperations
  3. has instances

How we should guide the client in order to know that /thing/{id} is the IRI for an instance of this class?
We can not assign this as an @id and the whole Class node has no other IRI.
Should we use hydra:Link or hydra:TemplatedLink as an rdf:Property of a Class?
That way we are just looking for hydra:Link term in order to proceed, whether it is used as a class or a property.

@RubenVerborgh
Copy link
Contributor

How we should guide the client in order to know that /thing/{id} is the IRI for an instance of this class?

That's not something the client should know. Rather, the client should know: what is the IRI of this particular instance?

Should we use hydra:Link or hydra:TemplatedLink as an rdf:Property of a Class?

hydra:TemplatedLink

@tpluscode
Copy link
Contributor

How we should guide the client in order to know that /thing/{id} is the IRI for an instance of this class?

Issue #50 has a possible solution

@lanthaler lanthaler changed the title Describe/ specify how the target IRI for an hydra:operation is resolved Describe/specify how the target IRI for an hydra:operation is resolved Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants