Skip to content

Commit

Permalink
added "most recent updated disitributions" section to datastory
Browse files Browse the repository at this point in the history
  • Loading branch information
coret committed Dec 29, 2023
1 parent 528df91 commit 42902fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions web/datastory.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
<query data-config="https://demo.netwerkdigitaalerfgoed.nl/hackalod/datasetregister/#query=PREFIX%20dct%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0ASELECT%20DISTINCT%20%3Fformat%20(count(distinct%20%3Fdistribution)%20as%20%3FAantal)%20WHERE%20%7B%0A%20%20%3Fdistribution%20dct%3Aformat%20%3Fformat%0A%20FILTER(%0A%20%20%20%20%20%20%20%20%3Fformat%3D%22text%2Fturtle%22%20%7C%7C%20%3Fformat%3D%22application%2Fn-triples%22%20%7C%7C%20%3Fformat%3D%22application%2Fld%2Bjson%22%20%7C%7C%20%0A%20%20%20%20%20%20%20%20%3Fformat%3D%22application%2Frdf%2Bxml%22%20%7C%7C%20%3Fformat%3D%22application%2Fn-quads%22%20%7C%7C%20%3Fformat%3D%22text%2Fn3%22%20%7C%7C%20%0A%20%20%20%20%20%20%20%20%3Fformat%3D%22application%2Ftrig%22%20%7C%7C%20%3Fformat%3D%22application%2Fsparql-query%22%20%7C%7C%20%3Fformat%3D%22application%2Fvnd.hdt%22%0A%20%20%20%20)%0A%7D%20GROUP%20BY%20%3Fformat%20ORDER%20BY%20DESC(%3FAantal)&endpoint=https%3A%2F%2Ftriplestore.netwerkdigitaalerfgoed.nl%2Frepositories%2Fregistry&requestMethod=POST&tabTitle=Query%2019&headers=%7B%7D&contentTypeConstruct=text%2Fturtle%2C*%2F*%3Bq%3D0.9&contentTypeSelect=application%2Fsparql-results%2Bjson%2C*%2F*%3Bq%3D0.9&outputFormat=gchart&outputSettings=%7B%22chartConfig%22%3A%7B%22options%22%3A%7B%22legacyScatterChartLabels%22%3Atrue%2C%22tooltip%22%3A%7B%22isHtml%22%3Atrue%7D%2C%22isStacked%22%3Afalse%2C%22booleanRole%22%3A%22certainty%22%2C%22vAxes%22%3A%5B%7B%22minValue%22%3Anull%2C%22maxValue%22%3Anull%2C%22viewWindow%22%3Anull%2C%22viewWindowMode%22%3Anull%2C%22useFormatFromData%22%3Atrue%7D%2C%7B%22useFormatFromData%22%3Atrue%7D%5D%2C%22hAxis%22%3A%7B%22viewWindow%22%3A%7B%22max%22%3Anull%2C%22min%22%3Anull%7D%2C%22minValue%22%3Anull%2C%22maxValue%22%3Anull%2C%22useFormatFromData%22%3Atrue%7D%2C%22legend%22%3A%22right%22%2C%22width%22%3A%22100%25%22%2C%22height%22%3A%22100%25%22%7D%2C%22state%22%3A%7B%7D%2C%22view%22%3A%7B%22columns%22%3Anull%2C%22rows%22%3Anull%7D%2C%22isDefaultVisualization%22%3Afalse%2C%22chartType%22%3A%22BarChart%22%7D%7D"></query>
</div></section>

<div class="o-container o-container__small m-t-space">
<h2><?= t('Welke distributies zijn het meest recent?') ?></h2>
<p><?= t('Het volgende overzicht laat een top 50 zien van distributies die recent zijn gepubliceerd of bijgewerkt:') ?></p>
</div>

<section class="m-t-quarter-space m-theme-bg m-theme--teal search-div"><div class="o-container no-container__small">
<query data-config="https://demo.netwerkdigitaalerfgoed.nl/hackalod/datasetregister/#query=PREFIX%20dct%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0APREFIX%20xsd%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema%23%3E%0APREFIX%20dcat%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2Fns%2Fdcat%23%3E%0ASELECT%20%3Fdataset%20%3FaccessURL%20%3Fformat%20%3Fsize%20%3Fmodified%20%20WHERE%20%7B%0A%20%20%20%20%3Fdataset%20dcat%3Adistribution%20%3Fdistribution%20.%0A%20%20%20%20%23%20%3Ftitle%20niet%20getoond%20vanwege%20breedte%20tabel%0A%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%20%20%3Fdataset%20dct%3Atitle%20%3Ftitle%20FILTER%28langMatches%28lang%28%3Ftitle%29%2C%20%22nl%22%29%29%20%0A%20%20%20%20%7D%0A%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%20%20%3Fdataset%20dct%3Atitle%20%3Ftitle%20FILTER%28langMatches%28lang%28%3Ftitle%29%2C%20%22en%22%29%29%20%0A%20%20%20%20%7D%0A%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%20%20%3Fdataset%20dct%3Atitle%20%3Ftitle%20%0A%20%20%20%20%7D%20%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%3Fdistribution%20dct%3Amodified%20%3Fm%20%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dcat%3AaccessURL%20%3FaccessURL%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dct%3Aformat%20%3Fformat.%0A%20%20%20%20%7D%20UNION%20%7B%0A%20%20%20%20%20%20%20%20%3Fdistribution%20dct%3Aissued%20%3Fm%20%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dcat%3AaccessURL%20%3FaccessURL%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dct%3Aformat%20%3Fformat.%0A%20%20%20%20%7D%0A%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%20%20%3Fdistribution%20dcat%3AbyteSize%20%3Fsize%20%0A%20%20%20%20%7D%0A%20%20%20%20BIND%28SUBSTR%28STR%28%3Fm%29%2C1%2C10%29%20AS%20%3Fmodified%29%20%20%23%20kan%20%3Chttp%3A%2F%2Fschema.org%2FDate%3E%20of%20xsd%3Adate%20zijn%20...%0A%7D%20ORDER%20BY%20DESC%28%3Fmodified%29%20LIMIT%2050"></query>
</div></section>

<div class="o-container o-container__small m-t-space">
<h2><?= t('Welke musea bieden linked data?') ?></h2>
<p><?= t('Het volgende overzicht laat de linked data datasets zien van musea:') ?></p>
Expand Down
4 changes: 3 additions & 1 deletion web/includes/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,9 @@
'Het volgende overzicht laat de linked data datasets zien van musea:'=>'The following overview shows the linked data datasets of museums:',
'Welke data bevatten informatie uit bevolkingsregisters?'=>'Which data contain information from population registers?',
'Het volgende overzicht laat datasets zien die als keyword "bevolkingsregister" hebben:'=>'The following overview shows datasets with the Dutch keyword "bevolkingsregister" (=population register):',

'Welke distributies zijn het meest recent?'=>'Which distributions are the most recent?',
'Het volgende overzicht laat een top 50 zien van distributies die recent zijn gepubliceerd of bijgewerkt:'=>'The following overview shows a top 50 distributions that have been recently issued or modified:',

# dataset-newest.php
'Recent aangemelde databeschrijvingen'=>'Recently submitted data descriptions',
'Onderstaande lijst toont de'=>'The list below shows the',
Expand Down

0 comments on commit 42902fe

Please sign in to comment.