Closed whikloj closed 5 years ago
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 https://github.com/Islandora-CLAW/Crayfish-Commons/pull/16 and https://github.com/Islandora-CLAW/Crayfish/pull/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? Thank you!
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.
Or maybe this could be an option passed to the service at request time.