beeldengeluid / data.beeldengeluid.nl

data.beeldengeluid.nl website
https://data.beeldengeluid.nl
0 stars 0 forks source link

Create a dataset page for Amateurfilm #155

Open mwigham opened 4 months ago

mwigham commented 4 months ago

Tasks:

Regular updates of stats/viz is out of scope

gb-beng commented 4 months ago

Checked with Roosmarijn and Dimitra if they have a description and image (would be more efficient since they know the data better). Made placeholder Markdown in https://github.com/beeldengeluid/data.beeldengeluid.nl/tree/amateurfilms-dataset

gb-beng commented 2 months ago

@DimitraAts Willem just mentioned that Valentine has handed you a description and images, great! Could you add/link them here?

DimitraAts commented 2 months ago

Hi @gb-beng yes! But I didn’t have time yet to have a good look or add to this text. Can you work with this as a basis? https://docs.google.com/document/d/1AzOAmfzjheh7egt4wgEufnaozpOltlLHOfBzJUpvy58/edit

SFMTERSCHELLI-HRE000428CE_1275280_12900400 HUISINTJELAKE-HRE000085D2 EERSTEOORLOGS-HRE00008737_1

gb-beng commented 2 months ago

@DimitraAts I've pushed an initial version with the texts and (one) image which you can check out at https://data-beeldengeluid-gth503z4t-beeldengeluid.vercel.app/nl/datasets. There are still quite some pending things (see issue description), e.g. the facts tab will only update once we add the dataset to the LOD registery and then update the website's copy of that registry.

@wmelder @mwigham is there already a SPARQL/Mediasuite query for this dataset?

mwigham commented 2 months ago

Yes, see 'new alias' in https://github.com/orgs/beeldengeluid/projects/45/views/2?pane=issue&itemId=60174726 for the Elastic Search query (this is used in the alias). What do you need it for? If you want a link to the Media Suite then I can share the query for you.

For the SPARQL query, see the example in the Comunica client)%0A%20%20%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%20%20%3Fprogram_id%20sdo%3Aname%20%3Fprogram_title%20%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20UNION%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%23%20PROGRAM%20THAT%20HAS%20PROPERTY%20ADDITIONALTYPE%0A%20%20%20%20%20%20%3Fprogram_id%20sdo%3AadditionalType%20%3Fprogram_additional_type%20.%0A%20%20%20%20%20%20FILTER(CONTAINS(STR(%3Fprogram_additional_type)%2C%20'Smalfilm'))%0A%20%20%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%20%20%3Fprogram_id%20sdo%3Aname%20%3Fprogram_title%20%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20BIND(STR(COALESCE(%3Fprogram_title%2C%20'Untitled'%5E%5Exsd%3Astring))%20AS%20%3Ftitle)%0A%20%20%7D)

gb-beng commented 2 months ago

What do you need it for? If you want a link to the Media Suite then I can share the query for you.

Yes indeed, I'm following the MOZ template (as suggested in issue description) and there is a link for 'MOZ in the MediaSuite', so I'm now looking for a link to 'Amateurfilms in the MediaSuite'.. : )

mwigham commented 2 months ago

Test environment: https://mediasuite-test.rdlabs.beeldengeluid.nl/tool/single-search?queryId=e9f4c845-66b9-4fcb-b61b-a002557786f1

Acc environment: https://mediasuite-acc.rdlabs.beeldengeluid.nl/tool/single-search?queryId=013a47c2-37d1-4196-98f0-6e5c3c777d3c

Production environment link will have to wait until the collection is published there, but you can test with these links

wmelder commented 2 months ago

Shouldn't we also provide an API page? Endpoints are now listed in the information page. Not that this is wrong, but maybe it is more consistent if we add an APIs page, like for the other datasets.

mwigham commented 2 months ago

I think we should describe the available APIs on the APIs pages, and also link directly to the relevant query in the endpoint from the information page. So then we should create an issue for adding a SPARQL Endpoint page to the APIs section (doesn't necessarily have to be in this roadmap block but a nice-to-have if we can)