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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
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
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
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 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
Need to decide how to proceed.
@YufengXin
The text was updated successfully, but these errors were encountered: