diff --git a/docs/schema/documentation/dev.md b/docs/schema/documentation/dev.md index be2e2a9cb..46cd8bb02 100644 --- a/docs/schema/documentation/dev.md +++ b/docs/schema/documentation/dev.md @@ -49,7 +49,7 @@ Property | Value URI | `https://w3id.org/riverbench/schema/documentation#DocGroup` Description | Documentation group, corresponding to a heading in the generated document. In range of |[Has documentation group](#hasDocGroup) (ap)
-Has members |[Distributions](#groupDistributions)
[Technical metadata](#groupTechnicalMetadata)
[Content](#groupContent)
[General information](#groupGeneralInfo)
+Has members |[General information](#groupGeneralInfo)
[Distributions](#groupDistributions)
[Content](#groupContent)
[Technical metadata](#groupTechnicalMetadata)
## Object Properties diff --git a/docs/schema/metadata/dev.md b/docs/schema/metadata/dev.md index 301ed7537..7ba948bd2 100644 --- a/docs/schema/metadata/dev.md +++ b/docs/schema/metadata/dev.md @@ -7,8 +7,7 @@ Markdown documentation created by [pyLODE](http://github.com/rdflib/pyLODE) 2.13 * `https://w3id.org/riverbench/schema/metadata` * **Creators(s)** * Piotr Sowiński - * [Piotr Sowiński](https://orcid.org/0000-0002-2543-9461) - [[0000-0002-2543-9461](https://orcid.org/0000-0002-2543-9461)] + * [Piotr Sowiński](https://github.com/Ostrzyciel) * **Created** * 2023-04-30T00:00:00 * **Issued** @@ -62,6 +61,7 @@ Ontology for describing datasets and profiles in the RiverBench benchmark suite. * [Statement count statistics](#StatementCountStatistics) * [Stream elements split by statement count](#StatementCountStreamElementSplit) * [Statistics](#Statistics) +* [Statistics set](#StatisticsSet) * [Stream element split](#StreamElementSplit) * [Stream element type](#StreamElementType) * [Subject count statistics](#SubjectCountStatistics) @@ -87,7 +87,7 @@ Property | Value URI | `https://w3id.org/riverbench/schema/metadata#Dataset` Description | A dataset in the RiverBench benchmark suite Super-classes |[dcat:Dataset](http://www.w3.org/ns/dcat#Dataset) (c)
-In domain of |[Uses ontology](#usesOntology) (op)
[Has stream element split](#hasStreamElementSplit) (op)
+In domain of |[Has stream element split](#hasStreamElementSplit) (op)
[Uses ontology](#usesOntology) (op)
### Datatype literal count statistics Property | Value @@ -102,7 +102,7 @@ Property | Value URI | `https://w3id.org/riverbench/schema/metadata#Distribution` Description | A distribution of a dataset in the RiverBench benchmark suite. Super-classes |[dcat:Distribution](http://www.w3.org/ns/dcat#Distribution) (c)
-In domain of |[Has file name](#hasFileName) (dp)
[Has statistics](#hasStatistics) (op)
+In domain of |[Has file name](#hasFileName) (dp)
[Has distribution type](#hasDistributionType) (op)
[Has statistics set](#hasStatisticsSet) (op)
### RiverBench distribution type Property | Value @@ -110,7 +110,7 @@ Property | Value URI | `https://w3id.org/riverbench/schema/metadata#DistributionType` Description | Type of dataset distribution, indicating the corresponding streaming task formulation. In range of |[Has distribution type](#hasDistributionType) (op)
-Has members |[Partial distribution](#partialDistribution)
[Flat distribution](#flatDistribution)
[Full distribution](#fullDistribution)
[Quad stream distribution](#quadStreamDistribution)
[Triple stream distribution](#tripleStreamDistribution)
[Graph stream distribution](#graphStreamDistribution)
+Has members |[Quad stream distribution](#quadStreamDistribution)
[Full distribution](#fullDistribution)
[Graph stream distribution](#graphStreamDistribution)
[Partial distribution](#partialDistribution)
[Flat distribution](#flatDistribution)
[Triple stream distribution](#tripleStreamDistribution)
### Graph count statistics Property | Value @@ -160,8 +160,8 @@ Property | Value URI | `https://w3id.org/riverbench/schema/metadata#Profile` Description | Benchmark profile grouping several datasets in RiverBench Super-classes |[Dataset series](#DatasetSeries) (c)
-In domain of |[Is subset of profile](#isSubsetOfProfile) (op)
[Is superset of profile](#isSupersetOfProfile) (op)
[Has restriction](#hasRestriction) (op)
-In range of |[Has benchmark profile](#hasProfile) (op)
[Is superset of profile](#isSupersetOfProfile) (op)
[Is subset of profile](#isSubsetOfProfile) (op)
+In domain of |[Has restriction](#hasRestriction) (op)
[Is subset of profile](#isSubsetOfProfile) (op)
[Is superset of profile](#isSupersetOfProfile) (op)
+In range of |[Is subset of profile](#isSubsetOfProfile) (op)
[Has benchmark profile](#hasProfile) (op)
[Is superset of profile](#isSupersetOfProfile) (op)
### Profile restriction Property | Value @@ -211,16 +211,24 @@ Property | Value --- | --- URI | `https://w3id.org/riverbench/schema/metadata#Statistics` Description | Class for statistics objects about distributions -Sub-classes |[Object count statistics](#ObjectCountStatistics) (c)
[Quoted triple count statistics](#QuotedTripleCountStatistics) (c)
[Literal count statistics](#LiteralCountStatistics) (c)
[Statement count statistics](#StatementCountStatistics) (c)
[IRI count statistics](#IriCountStatistics) (c)
[Language string count statistics](#LanguageLiteralCountStatistics) (c)
[Blank node count statistics](#BlankNodeCountStatistics) (c)
[Subject count statistics](#SubjectCountStatistics) (c)
[Datatype literal count statistics](#DatatypeLiteralCountStatistics) (c)
[Predicate count statistics](#PredicateCountStatistics) (c)
[Simple literal count statistics](#SimpleLiteralCountStatistics) (c)
[Graph count statistics](#GraphCountStatistics) (c)
+Sub-classes |[Statement count statistics](#StatementCountStatistics) (c)
[Subject count statistics](#SubjectCountStatistics) (c)
[Graph count statistics](#GraphCountStatistics) (c)
[Object count statistics](#ObjectCountStatistics) (c)
[Literal count statistics](#LiteralCountStatistics) (c)
[Datatype literal count statistics](#DatatypeLiteralCountStatistics) (c)
[Blank node count statistics](#BlankNodeCountStatistics) (c)
[IRI count statistics](#IriCountStatistics) (c)
[Language string count statistics](#LanguageLiteralCountStatistics) (c)
[Simple literal count statistics](#SimpleLiteralCountStatistics) (c)
[Quoted triple count statistics](#QuotedTripleCountStatistics) (c)
[Predicate count statistics](#PredicateCountStatistics) (c)
In domain of |[Statistical property](#statisticalProperty) (dp)
In range of |[Has statistics](#hasStatistics) (op)
+### Statistics set +Property | Value +--- | --- +URI | `https://w3id.org/riverbench/schema/metadata#StatisticsSet` +Description | Class for groupings (sets) of statistics about distributions +In domain of |[Has statistics](#hasStatistics) (op)
+In range of |[Has statistics set](#hasStatisticsSet) (op)
+ ### Stream element split Property | Value --- | --- URI | `https://w3id.org/riverbench/schema/metadata#StreamElementSplit` Description | Describes how was the stream split into individual elements. -Sub-classes |[Stream elements split by statement count](#StatementCountStreamElementSplit) (c)
[Stream elements split by time](#TimeStreamElementSplit) (c)
[Stream elements split by topic](#TopicStreamElementSplit) (c)
+Sub-classes |[Stream elements split by time](#TimeStreamElementSplit) (c)
[Stream elements split by statement count](#StatementCountStreamElementSplit) (c)
[Stream elements split by topic](#TopicStreamElementSplit) (c)
In range of |[Has stream element split](#hasStreamElementSplit) (op)
### Stream element type @@ -229,7 +237,7 @@ Property | Value URI | `https://w3id.org/riverbench/schema/metadata#StreamElementType` Description | Indicates the type of the contents of stream elements In range of |[Has stream element type](#hasStreamElementType) (op)
-Has members |[Graphs](#graphs)
[Triples](#triples)
[Quads](#quads)
+Has members |[Quads](#quads)
[Triples](#triples)
[Graphs](#graphs)
### Subject count statistics Property | Value @@ -260,6 +268,7 @@ Super-classes |[Stream element split](#StreamElementSplit) (c)
[Has benchmark profile](#hasProfile), [Has restriction](#hasRestriction), [Has statistics](#hasStatistics), +[Has statistics set](#hasStatisticsSet), [Has stream element split](#hasStreamElementSplit), [Has stream element type](#hasStreamElementType), [Has temporal property](#hasTemporalProperty), @@ -278,6 +287,7 @@ Property | Value --- | --- URI | `https://w3id.org/riverbench/schema/metadata#hasDistributionType` Description | Indicates the type of RiverBench dataset distribution +Domain(s) |[RiverBench dataset distribution](#Distribution) (c)
Range(s) |[RiverBench distribution type](#DistributionType) (c)
### Has benchmark profile @@ -302,9 +312,17 @@ Property | Value --- | --- URI | `https://w3id.org/riverbench/schema/metadata#hasStatistics` Description | Has a dataset statistics object -Domain(s) |[RiverBench dataset distribution](#Distribution) (c)
+Domain(s) |[Statistics set](#StatisticsSet) (c)
Range(s) |[Statistics](#Statistics) (c)
+### Has statistics set +Property | Value +--- | --- +URI | `https://w3id.org/riverbench/schema/metadata#hasStatisticsSet` +Description | Indicates the grouping (set) of statistics for a given distribution. Multiple distributions can share one set of statistics, but a distribution must have exactly one statistics set. +Domain(s) |[RiverBench dataset distribution](#Distribution) (c)
+Range(s) |[Statistics set](#StatisticsSet) (c)
+ ### Has stream element split Property | Value --- | --- diff --git a/docs/schema/theme/dev.md b/docs/schema/theme/dev.md index d4fa6dc99..7c8b46c22 100644 --- a/docs/schema/theme/dev.md +++ b/docs/schema/theme/dev.md @@ -92,7 +92,7 @@ URI | `https://w3id.org/riverbench/schema/theme#domain` Preferred Labels |Domain (en)
Definitions |Datasets by domain.
Broader Concepts |[Root concept](#rootConcept) (con)
-Narrower Concepts |[Bibliographical](#bibliographical) (con)
[Statistical](#statistical) (con)
[Meteorological](#meteorological) (con)
[News](#news) (con)
[Sensor data](#sensorData) (con)
[Government](#government) (con)
[Scientific](#scientific) (con)
[Encyclopedic](#encyclopedic) (con)
[Musical](#musical) (con)
[Abstract data](#abstract) (con)
[Political](#political) (con)
+Narrower Concepts |[Abstract data](#abstract) (con)
[Scientific](#scientific) (con)
[Political](#political) (con)
[Meteorological](#meteorological) (con)
[Bibliographical](#bibliographical) (con)
[Musical](#musical) (con)
[Encyclopedic](#encyclopedic) (con)
[Statistical](#statistical) (con)
[Sensor data](#sensorData) (con)
[Government](#government) (con)
[News](#news) (con)
### Encyclopedic Property | Value @@ -147,7 +147,7 @@ Property | Value --- | --- URI | `https://w3id.org/riverbench/schema/theme#rootConcept` Preferred Labels |Root concept (en)
-Narrower Concepts |[Domain](#domain) (con)
[Data type](#dataType) (con)
+Narrower Concepts |[Data type](#dataType) (con)
[Domain](#domain) (con)
### Scientific Property | Value