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

metadata mapping from SESAR-- missing information #378

Open
smrgeoinfo opened this issue Apr 25, 2024 · 4 comments
Open

metadata mapping from SESAR-- missing information #378

smrgeoinfo opened this issue Apr 25, 2024 · 4 comments

Comments

@smrgeoinfo
Copy link

in the SESAR record I obtained using the export service,

curl "https://central.isample.xyz/isamples_central/export/create?q=id:IGSN\:NHB000TLJ&export_format=jsonl" -H "Authorization: Bearer <JWT>

The sample is a mineral at the Smithsonian Museum of Natural History. The information at geosamples.org (https://app.geosamples.org/sample/igsn/10.58151/NHB000TLJ)

has this information:

Classification: Dioptase
Field Name: Dioptase with calcite and quartz
...
Current Archive: National Mineral Collection, Smithsonian Institution
Current Archive Contact Details: [email protected]
...

Relevant Links:
http://grscicoll.org/cool/ipjg-ikz6: Department of Mineral Sciences (Global Registry of Scientific Collections)
http://n2t.net/ark:/65665/3876d4a94-1726-42aa-bf5d-d918ea5f974b: Smithsonian collections record for NMNH 125875-00 (MIN)

That does not appear in the iSamples export JSON. Is this getting lost in the generation of the export JSON (doesn't appear in the API thing/{identifier} JSON either, not present in the metadata we're harvesting (it should be...), or lost in the harvest process?
I'd suggest the classification could be appended to the label for NMNH samples, added as a keyword, or classification and fieldName could be appended in the description.
The CurrentArchive information should be in curation/curation_location and curation/responsibility/contact_information

@dannymandel
Copy link
Member

It looks like the raw field has this:

            "currentArchive": "National Mineral Collection, Smithsonian Institution",
            "currentArchiveContact": "[email protected]"

under supplementMetadata

@dannymandel
Copy link
Member

The classification is not present in the record we have in our database.

@dannymandel
Copy link
Member

The word dioptase shows up in two places:

            "fieldName": "Dioptase with calcite and quartz",

and

        "material": "Dioptase>Mineral",

@dannymandel
Copy link
Member

Our original view of the record is here: https://central.isample.xyz/isamples_central/thing/IGSN%3ANHB000TLJ?format=original

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

No branches or pull requests

2 participants