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

seeAlso overwrites link to source page #654

Open
EnnoMeijers opened this issue Sep 16, 2022 · 2 comments
Open

seeAlso overwrites link to source page #654

EnnoMeijers opened this issue Sep 16, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@EnnoMeijers
Copy link
Contributor

If a rdfs:seeAlso link is present in the GraphQL output the 'Bekijk bij bron' button links this seeAlso link in stead of the formal landing page of the URI.

@EnnoMeijers EnnoMeijers added the bug Something isn't working label Sep 16, 2022
@sdevalk
Copy link
Contributor

sdevalk commented Sep 19, 2022

I think this is intentional. The seeAlso in GraphQL exposes URIs that point to user-friendly pages (i.e. pages that are friendlier than the formal URIs of the terms). The demonstrator uses/prefers that URI for the 'View at source' button [1].

For example: https://data.rkd.nl/artists/66219 is RKD's formal URI of Rembrandt. It exposes RDF, but not a user-friendly representation. The seeAlso, however, does link to a friendly representation: https://rkd.nl/explore/artists/66219. Similarly, http://vocab.getty.edu/aat/300387675 is AAT's formal URI of the term 'Ionische bekers'. AAT, however, has a friendlier page for human consumption. The seeAlso links to that page: https://www.getty.edu/vow/AATFullDisplay?find=&logic=AND&note=&subjectid=300387675

[1]

:href="term.seeAlso[0] ?? term.uri"

@EnnoMeijers
Copy link
Contributor Author

I see your point but with some sources the seeAlso could be an alternative representation coming from a different source. To be concrete I am working on a show case for the KOOP TOOI linked data. For example gemeente Alblasserdam has a landing page but there is also an OWMS representation available. For my use case I modelled this as a seeAlso reference.

In the current situation the seeAlso overrules the original term.uri link. In other words currently the seeAlso is limited for use as alternative representation coming form the same source. I think this more restrictive than rdfs:seeAlso is originally intended. I will look into using skos:related for the alternative resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants