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

[#27] Add mapping of various unit IDs #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

airnst
Copy link
Collaborator

@airnst airnst commented Aug 19, 2024

Tickets

[#27]

Justification

Filtering datasets by different unit-related identifiers must be enabled for the search, as it is quite likely that users search for datasets containing certain IDs. For this purpose, the following ABCD elements need to be mapped:

  • /DataSets/DataSet/Units/Unit/SourceInstitutionID
  • /DataSets/DataSet/Units/Unit/SourceID
  • /DataSets/DataSet/Units/Unit/UnitID
  • /DataSets/DataSet/Units/Unit/UnitIDNumeric
  • /DataSets/DataSet/Units/Unit/UnitGUID
    These identifiers are mapped to schema:identifier of bioschemas:BioSample entities in schema:about of a schema:Dataset.

Code changes

XSLT file

  • Added variable for "Unit" information.
  • Mapping as specified above.

XML file

  • Example update.

@airnst airnst self-assigned this Aug 19, 2024
@airnst airnst linked an issue Aug 19, 2024 that may be closed by this pull request
2 tasks
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.

Add mapping of various unit IDs
1 participant