Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Convert manifest model into a request model #53

Open
ibaldin opened this issue May 10, 2016 · 0 comments
Open

Convert manifest model into a request model #53

ibaldin opened this issue May 10, 2016 · 0 comments
Assignees

Comments

@ibaldin
Copy link
Contributor

ibaldin commented May 10, 2016

Need to be able to take manifest of a slice and turn it into a request (assuming some number of modifications that lead to the latest manifest).

There are at least two ways of achieving that

  1. Writing a ManifestParser class that generates a new Jena model that is the request based on parsing the manifest. Mostly straightforward, except, perhaps, for dealing with inter-domain links
  2. Copying the manifest model and directly manipulating it using inference and queries to transform it into a request. More interesting from semantic perspective.

Need to decide how to proceed.

@YufengXin

@ibaldin ibaldin self-assigned this May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant