Skrypty statystyk Listy Dyskusyjnej Mandragoratu Wandystanu https://wandystan.eu/statistics/doc/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

38 wiersze
778 B

  1. {
  2. "@context": "https://wandystan.eu/statistics/context.jsonld",
  3. "@graph": [
  4. {
  5. "@id": "structure/by-period",
  6. "@type": "DataStructureDefinition",
  7. "component": [
  8. {
  9. "measure": "prop:posts"
  10. }, {
  11. "dimension": "prop:sender",
  12. "order": 1
  13. }, {
  14. "dimension": "prop:date",
  15. "order": 2
  16. }, {
  17. "componentAttachment": "Slice",
  18. "dimension": "prop:period",
  19. "order": 3
  20. }
  21. ],
  22. "sliceKey": "key/by-period"
  23. }, {
  24. "@id": "key/by-period",
  25. "@type": "SliceKey",
  26. "label": {
  27. "en": "time slice",
  28. "pl": "wycinek czasu"
  29. },
  30. "comment": {
  31. "en": "Slice grouping data from a given time period.",
  32. "pl": "Wycinek grupujący dane z danego okresu czasowego."
  33. },
  34. "componentProperty": "prop:period"
  35. }
  36. ]
  37. }