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.

110 wiersze
3.5 KiB

  1. {
  2. "@context": {
  3. "@language": "en",
  4. "dct": "http://purl.org/dc/terms/",
  5. "owl": "http://www.w3.org/2002/07/owl#",
  6. "prop": "https://wandystan.eu/statistics/property/",
  7. "qb": "http://purl.org/linked-data/cube#",
  8. "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
  9. "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
  10. "sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#",
  11. "sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#",
  12. "sdmx-measure": "http://purl.org/linked-data/sdmx/2009/measure#",
  13. "xsd": "http://www.w3.org/2001/XMLSchema#",
  14. "Datatype": "rdfs:Datatype",
  15. "DatatypeProperty": "owl:DatatypeProperty",
  16. "DimensionProperty": "qb:DimensionProperty",
  17. "FunctionalProperty": "owl:FunctionalProperty",
  18. "DimensionProperty": "qb:DimensionProperty",
  19. "MeasureProperty": "owl:MeasureProperty",
  20. "Ontology": "owl:Ontology",
  21. "Property": "rdf:Property",
  22. "defines": {
  23. "@reverse": "rdfs:isDefinedBy"
  24. },
  25. "comment": "rdfs:comment",
  26. "concept": {
  27. "@id": "qb:concept",
  28. "@type": "@id"
  29. },
  30. "created": {
  31. "@id": "dct:created",
  32. "@type": "xsd:date"
  33. },
  34. "creator": {
  35. "@id": "dct:creator",
  36. "@type": "@id"
  37. },
  38. "description": "dct:description",
  39. "isDefinedBy": {
  40. "@id": "rdfs:isDefinedBy",
  41. "@type": "@id"
  42. },
  43. "label": "rdfs:label",
  44. "license": {
  45. "@id": "dct:license",
  46. "@type": "@id"
  47. },
  48. "range": {
  49. "@id": "rdfs:range",
  50. "@type": "@id"
  51. },
  52. "seeAlso": {
  53. "@id": "rdfs:seeAlso",
  54. "@type": "@id"
  55. },
  56. "subPropertyOf": {
  57. "@id": "rdfs:subPropertyOf",
  58. "@type": "@id"
  59. },
  60. "title": "dct:title"
  61. },
  62. "@id": "prop:",
  63. "@type": "Ontology",
  64. "title": "Statistical ontology for on-line discussion spaces",
  65. "created": "2020-03-06",
  66. "creator": "https://wandystan.eu/B196",
  67. "description": "This ontology defines properties used for publication of the statistical data about posts published in on-line discussion groups, lists and fora according to the RDF Data Cube model <https://www.w3.org/TR/vocab-data-cube/>.",
  68. "license": "https://www.gnu.org/licenses/agpl.html",
  69. "defines": [
  70. {
  71. "@id": "prop:date",
  72. "@type": ["Property", "DatatypeProperty", "DimensionProperty", "FunctionalProperty"],
  73. "label": "Date",
  74. "comment": "Date in which posts were was sent.",
  75. "concept": "sdmx-concept:refPeriod",
  76. "range": "xsd:date",
  77. "subPropertyOf": ["sdmx-dimension:refPeriod", "dct:date"]
  78. }, {
  79. "@id": "prop:name_fnv1a32sum",
  80. "@type": ["Property", "DatatypeProperty"],
  81. "label": "32-bit FNV-1a sum of a name",
  82. "comment": "A name for some thing hashed with the 32-bit flavor of the FNV-1a algorithm.",
  83. "range": "xsd:hexBinary"
  84. }, {
  85. "@id": "prop:period",
  86. "@type": ["Property", "DimensionProperty", "ObjectProperty"],
  87. "label": "Period",
  88. "comment": "Period in which posts were sent.",
  89. "concept": "sdmx-concept:refPeriod",
  90. "range": "http://www.w3.org/2006/time#Interval",
  91. "subPropertyOf": ["sdmx-dimension:refPeriod", "dct:date"]
  92. }, {
  93. "@id": "prop:posts",
  94. "@type": ["Property", "DatatypeProperty", "FunctionalProperty", "MeasureProperty"],
  95. "label": "Number of posts",
  96. "comment": "Number of posts sent in a certain period of time.",
  97. "concept": "sdmx-concept:obsValue",
  98. "range": "xsd:nonNegativeInteger",
  99. "subPropertyOf": "sdmx-measure:obsValue"
  100. }, {
  101. "@id": "prop:sender",
  102. "@type": ["Property", "DimensionProperty", "FunctionalProperty", "ObjectProperty"],
  103. "label": "Sender",
  104. "comment": "Sender of the post (not necessarily a person, may be e.g. an automated posting agent).",
  105. "range": "dct:Agent"
  106. }
  107. ]
  108. }