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

Investigate use case for adding RBMS CV #3131

Open
wickr opened this issue May 21, 2024 · 2 comments
Open

Investigate use case for adding RBMS CV #3131

wickr opened this issue May 21, 2024 · 2 comments
Labels
Metadata Issues related to metadata configuration, application, and representation Review Needed Needs review by team lead of associated team labels

Comments

@wickr
Copy link
Member

wickr commented May 21, 2024

Descriptive summary

https://id.loc.gov/vocabulary/rbmscv.html

This may be useful for current content or in the future.
Remediation of current uncontrolled data may be necessary.

Expected behavior

Make a decision on whether to add this CV and to what field(s).

Related work

Link to related tickets or prior related work here.

Accessibility Concerns

Add any information here to indicate any known or suspected accessibility issues for this ticket

@wickr wickr added the Metadata Issues related to metadata configuration, application, and representation label May 21, 2024
@KevinJonesMeta KevinJonesMeta added the Review Needed Needs review by team lead of associated team labels label Jan 7, 2025
@KevinJonesMeta
Copy link

Metadeities will review use case in Enhancement Workcycle 7.

@briesenberg07
Copy link

briesenberg07 commented Jan 10, 2025

I had some communication with LC regarding an issue in the data...

In querying the Controlled Vocabulary for Rare Materials Cataloging (RDF available at id.loc.gov), I found that 1470 terms are typed using the following IRI:
http://www.loc.gov/mads/rdf/v1#Genre
This term does not seem to exist in the MADS/RDF vocabulary; it seems to be an invalid IRI. Can you provide any additional information regarding this issue?

...and received some helpful info -- the issue has been resolved 🎉

Thanks for finding the issue. Each individual term in RBMS is correctly typed as madsrdf:GenreForm:
http://id.loc.gov/vocabulary/rbmscv/cv00937.rdf
But you’re right; on the main scheme page, the collection list showed them all as type madsrdf:Genre. That was my mistake; I’ve fixed it.
I saw from your gist https://gist.github.com/briesenberg07/6d50b297b39fa92a0f8fc5b903003413 that you are getting the full list using rbmscv.json, and it sometimes times out.
If you want faster response times, ask for the rdf xml:
http://id.loc.gov/vocabulary/rbmscv.rdf or even the ntriples:
http://id.loc.gov/vocabulary/rbmscv.nt
We store the data in rdfxml, so it’s just coming right out of a stored document. The json is being calculated, and I think it’s maintaining a hierarchy that is hard to do in json or something.
I will see about making a full download available as well. We have many of our bigger datasets available that way here: https://id.loc.gov/download/
You will get more from the vocabulary by following the links on that rbmscv.rdf, to the individual terms. Many have scope notes that say how to use them, in addition to narrower and broader terms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Metadata Issues related to metadata configuration, application, and representation Review Needed Needs review by team lead of associated team labels
Projects
None yet
Development

No branches or pull requests

3 participants