Skip to content
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

KMS-525: Importing KMS data to RDF #12

Merged
merged 1 commit into from
Feb 14, 2025
Merged

KMS-525: Importing KMS data to RDF #12

merged 1 commit into from
Feb 14, 2025

Conversation

mandyparson
Copy link
Contributor

Overview

What is the feature?

Combining json, rdf, and xml formats of keywords into a single rdf file

What is the Solution?

createConceptsRDF.js pulls in all kms/concepts pages to create one file called raw_concepts_data.rdf. ExtractUUIDs.js scans through raw_concepts_data.rdf to create an array called extractedUUIDs. convertFiles.js iterates through those extractedUUIDs to create a single file that is properly formatted using toRDF.js called concepts.rdf.

What areas of the application does this impact?

setup/data setup/scripts

Testing

Reproduction steps

  1. Can run scripts to ensure they are working.

Attachments

Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.

Checklist

  • I have added automated tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@mandyparson mandyparson requested a review from cgokey February 14, 2025 16:36
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (e382742) to head (98f0274).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files          22       22           
  Lines         297      297           
  Branches       56       56           
=======================================
  Hits          294      294           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mandyparson mandyparson merged commit 4687368 into main Feb 14, 2025
4 checks passed
@mandyparson mandyparson deleted the KMS-525 branch February 14, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants