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.

107 wiersze
2.0 KiB

  1. {
  2. "@context": {
  3. "@base": "https://wandystan.eu/statistics/",
  4. "@vocab": "http://purl.org/linked-data/cube#",
  5. "dcterms": "http://purl.org/dc/terms/",
  6. "foaf": "http://xmlns.com/foaf/0.1/",
  7. "prop": "https://wandystan.eu/statistics/property/",
  8. "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
  9. "time": "http://www.w3.org/2006/time#",
  10. "xsd": "http://www.w3.org/2001/XMLSchema#",
  11. "Agent": "foaf:Agent",
  12. "Instant": "time:Instant",
  13. "Interval": "time:Interval",
  14. "comment": {
  15. "@id": "rdfs:comment",
  16. "@container": "@language"
  17. },
  18. "componentAttachment": {
  19. "@type": "@vocab"
  20. },
  21. "componentProperty": {
  22. "@type": "@vocab"
  23. },
  24. "dataset": {
  25. "@id": "dataSet",
  26. "@type": "@id"
  27. },
  28. "date": {
  29. "@id": "prop:date",
  30. "@type": "xsd:date"
  31. },
  32. "description": {
  33. "@id": "dcterms:description",
  34. "@container": "@language"
  35. },
  36. "dimension": {
  37. "@type": "@id"
  38. },
  39. "hasBeginning": {
  40. "@id": "time:hasBeginning",
  41. "@type": "@id"
  42. },
  43. "hasEnd": {
  44. "@id": "time:hasEnd",
  45. "@type": "@id"
  46. },
  47. "issued": {
  48. "@id": "dcterms:issued",
  49. "@type": "xsd:date"
  50. },
  51. "key": {
  52. "@id": "sliceStructure",
  53. "@type": "@id"
  54. },
  55. "label": {
  56. "@id": "rdfs:label",
  57. "@container": "@language"
  58. },
  59. "measure": {
  60. "@type": "@id"
  61. },
  62. "name": "foaf:name",
  63. "name_fnv1a32sum": {
  64. "@id": "prop:name_fnv1a32sum",
  65. "@type": "xsd:hexBinary"
  66. },
  67. "observations": "observation",
  68. "period": {
  69. "@id": "prop:period",
  70. "@type": "prop:ISO8601-1"
  71. },
  72. "posts": {
  73. "@id": "prop:posts",
  74. "@type": "xsd:nonNegativeInteger"
  75. },
  76. "publisher": {
  77. "@id": "dcterms:publisher",
  78. "@type": "@id"
  79. },
  80. "sender": "prop:sender",
  81. "sliceKey": {
  82. "@type": "@id"
  83. },
  84. "slices": {
  85. "@id": "slice",
  86. "@type": "@id"
  87. },
  88. "structure": {
  89. "@id": "structure",
  90. "@type": "@id"
  91. },
  92. "subject": {
  93. "@id": "dcterms:subject",
  94. "@type": "@id"
  95. },
  96. "timestamp": {
  97. "@id": "time:inXSDDateTimeStamp",
  98. "@type": "xsd:dateTimeStamp"
  99. },
  100. "title": {
  101. "@id": "dcterms:title",
  102. "@container": "@language"
  103. }
  104. }
  105. }