-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use Fedora URIs in Fedora for linked resources #800
Comments
Third option: Replaced if the mapping exists, otherwise leave the url unchanged. |
We'll also want to consider the effects of doing something like owl:sameAs with #768, as your first option could actually be gotten for free from the triplestore if we used inferencing. |
Danny, when Could This fix be ready? Thank you! |
Thank you Jared, i read in the recast service task you created a service which can resolve the drupal node link into a fedora resource link. |
This could be a really really good feature of Fedora indexing. Could i ask when could this feature be the part of the Fedora indexing? Thank you for the info! |
@kanasznagyzoltan It will be available via https://github.com/Islandora-Devops/claw-playbook as soon as Islandora/Crayfish-Commons#16 and Islandora/Crayfish#44 are merged |
Danny, thank you for the info! We will try it out when it is ready :) |
Hello Danny and Jared! When could be this feature ready for testing under the whole Islandora CLAW system? Zoli. |
When could it be the part of the claw? |
@kanasznagyzoltan The recast service is included in installs and is available for you to use / evaluate. Thanks for hanging in there! |
Coming off this discussion (https://groups.google.com/d/topic/islandora-dev/WqgmbkLlUUY/discussion) and some others.
This ticket is to create a service to map the Drupal URIs that are passed to Fedora back to Fedora URIs.
So currently NonRDFSource resources in Fedora will
pcdm:hasFile http://localhost:8000/media/2?_format=jsonld
instead of having a link to that object in Fedora.This API-X service will take a
ldp:RDFSource
object and return the RDF with eitherNew triples added to mirror the Drupal ones but with Fedora ones. ie.
The Drupal triples are replaced.
Or maybe this could be an option passed to the service at request time.
The text was updated successfully, but these errors were encountered: