-
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
Provide a way for repo admins to see RDF field mappings #1521
Comments
I'd like to see all of Islandora Repository Reports come into core (or at least have the module become part of our standard build'), but this particular piece of it seem like a key tool that really does belong in core. |
@manez integrating the Repo Reports module into Islandora core would probably be more complicated than keeping it as a separate (but standard) module. I'd be happy to work on bringing it up to the coding and testing standards required by the LSAP process and when that's done, initiate an LSAP for it. That said, integrating the RDF mapping report on its own, independent of the Reports module, into core would be a simple, non-disruptive PR against Islandora. |
Yes please. This sounds really useful! |
It might be useful to also include a list of taxonomy terms that have external URIs assigned. Moar Linked Data. |
Merged, closing. |
Using this to track Islandora/islandora#827 for the sprint. |
closed with Islandora/islandora#835 |
RDF field mappings on a given Islandora repo are a bit hidden. Over at Islandora Repository Reports I recently added a... report listing all of the configured mappings:
The user can select which bundle (in this case, which node content type or media type) to show the mappings for.
If people would find this a useful addition to the core Islandora module, I'd be happy to open a PR for that. The code to generate this report is already in the
getData()
function in https://github.com/mjordan/islandora_repository_reports/blob/master/modules/islandora_repository_reports_rdfmappings/src/Plugin/DataSource/RdfMappings.php#L62-L109 so it shouldn't be to much work to repurpose it into a standalone report linked fromadmin/reports
, for example.If you'd find this useful, please vote on this with 👍 or leave a comment.
The text was updated successfully, but these errors were encountered: