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

Design and implement a page for Collections #4

Open
rtroncy opened this issue Dec 27, 2020 · 0 comments
Open

Design and implement a page for Collections #4

rtroncy opened this issue Dec 27, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rtroncy
Copy link
Contributor

rtroncy commented Dec 27, 2020

The object from MFA identified by http://data.silknow.org/object/523baa74-ca96-325a-9d4a-b2409b356478 belongs to a collection named "Europe, Textiles and Fashion Arts" identified by https://data.silknow.org/collection/ea88f538-91f9-3d9f-aa56-b191ba89e918.

The ADASlk view of this object is https://ada-preprod.silknow.org/en/object/523baa74-ca96-325a-9d4a-b2409b356478 but clicking the collection link brings back to the linked data dereferencing. We should have a dedicated page (to be designed) for collections.

This query shows the list of 41 collections from 5 different museums (CER, MAD, MET, MFA, VAM)

select distinct ?g ?c ?label
where {
 graph ?g {?o a ecrm:E22_Man-Made_Object}
 ?c ecrm:P106_is_composed_of ?o .
 ?c rdfs:label ?label
}
order by ?g

@rtroncy rtroncy added the enhancement New feature or request label Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants