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

Position (and Department) use PrefLabvel over label if exists. #583

Open
qjhart opened this issue Aug 28, 2024 · 1 comment
Open

Position (and Department) use PrefLabvel over label if exists. #583

qjhart opened this issue Aug 28, 2024 · 1 comment
Assignees

Comments

@qjhart
Copy link
Collaborator

qjhart commented Aug 28, 2024

The updated database fcrepo-sandbox and fcrepo-dev have new data where some positions have a prefLabel soon organizations will have these as well. The should be used in place of the name if it exists.

Example (from sandbox data) . See difference between:
image

and the profile page:
image

And see the new JSON for this contact

 "hasTitle": {
                        "@id": "ark:/87287/d7c08j/position/001300",
                        "@type": [
                            "Title",
                            "ucdlib:AcademicMember",
                            "ucdlib:SenateMemeber"
                        ],
                        "prefLabel": "Assistant Professor",
                        "name": "ASST PROF-AY"
                    }
@qjhart
Copy link
Collaborator Author

qjhart commented Aug 28, 2024

We expect to have something similar like:

  "hasOrganizationalUnit": {
                        "@id": "ark:/87287/d7c08j/dept/011038",
                        "@type": "vcard:Organization",
"prefLabel":"Molecular & Cellular Biology (MCB)",
                        "name": "MOLECULAR & CELLULAR BIO"
                    },

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