Skip to content

Commit b8966d3

Browse files
committed
metadata fix for issues pointed out in proposal comment
1 parent 5951a60 commit b8966d3

File tree

1 file changed

+40
-34
lines changed

1 file changed

+40
-34
lines changed

metadata.ttl

Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,60 +12,70 @@
1212
@prefix void: <http://rdfs.org/ns/void#> .
1313
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1414

15-
# This file contains the manually written metadata for the dataset.
16-
# The IRI of the dataset here is temporary. Real IRIs are assigned
17-
# automatically in CI.
1815

1916
:dataset
2017
a rb:Dataset, dcat:Dataset ;
2118
dcterms:conformsTo <https://w3id.org/riverbench/schema/metadata> ;
2219
dcterms:identifier "officegraph" ;
2320

2421
dcterms:title "officegraph"@en ;
25-
dcterms:description """[OfficeGraph](https://github.com/RoderickvanderWeerdt/OfficeGraph/tree/main) is a real-world data of measurements from 444 IoT devices taken over 11 months. The devices are made up of 17 different sensor models which measure different properties. Data was taken in Dutch 7-story office building and consists of about 90 million RDF triples. See also the [paper](https://doi.org/10.1007/978-3-031-60635-9_6) for more details."""@en ;
22+
dcterms:description """[OfficeGraph](https://github.com/RoderickvanderWeerdt/OfficeGraph/tree/main) is a real-world data of measurements from 444 IoT devices taken over 11 months. The devices are made up of 17 different sensor models which measure different properties. Data was taken in Dutch 7-story office building and consists of about 90 million RDF triples. See also the [paper](https://doi.org/10.1007/978-3-031-60635-9_6) for more details.
23+
24+
The elements in the dataset are ordered from oldest to newest by the measurement time (saref:hasTimestamp predicate)."""@en ;
2625
dcterms:issued "2025-01-18"^^xsd:date ;
2726

28-
# License and attribution
29-
# SPDX license list: https://spdx.org/licenses/
30-
# Do not include ".html" at the end of the SPDX license URL
31-
# Example of a valid URL: https://spdx.org/licenses/CC-BY-4.0
3227
dcterms:license <https://spdx.org/licenses/CC-BY-4.0> ;
3328
dcterms:creator [
3429
foaf:name "Adam Skaskiewicz" ;
3530
foaf:nick "adamskas" ;
31+
rdfs:comment "Author of benchmark dataset"@en ;
3632
rbdoc:hasDocWeight 1 ;
33+
],
34+
dcterms:creator [
35+
foaf:name "Roderick van der Weerdt" ;
36+
rdfs:comment "Co-author of original dataset"@en ;
37+
rbdoc:hasDocWeight 2 ;
38+
],
39+
dcterms:creator [
40+
foaf:name "Victor de Boer" ;
41+
rdfs:comment "Co-author of original dataset"@en ;
42+
rbdoc:hasDocWeight 3 ;
43+
],
44+
dcterms:creator [
45+
foaf:name "Ronald Siebes" ;
46+
rdfs:comment "Co-author of original dataset"@en ;
47+
rbdoc:hasDocWeight 4 ;
48+
],
49+
dcterms:creator [
50+
foaf:name "Ronnie Groenewold" ;
51+
rdfs:comment "Co-author of original dataset"@en ;
52+
rbdoc:hasDocWeight 5 ;
53+
],
54+
dcterms:creator [
55+
foaf:name "Frank van Harmelen" ;
56+
rdfs:comment "Co-author of original dataset"@en ;
57+
rbdoc:hasDocWeight 6 ;
3758
];
38-
# If applicable, add a link or multiples links to the original source of the dataset
39-
dcterms:source
59+
dcterms:source
4060
<https://doi.org/10.1007/978-3-031-60635-9_6> ,
4161
<https://github.com/RoderickvanderWeerdt/OfficeGraph/tree/main> ;
4262

43-
# Themes from EuroVoc
44-
# E.g., eurovoc:4267, eurovoc:7219
45-
# Use only concepts (those without numbers in their names),
46-
# not domain concepts or concept schemes.
47-
# EuroVoc browser: https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?IRI=http://eurovoc.europa.eu/100141
4863
dcat:theme
4964
eurovoc:6030, # data collection
5065
eurovoc:c_4b5a18f8, # office space
5166
eurovoc:c_b12a760a; # Internet of Things
5267

53-
# Technical metadata
54-
# IRIs of the vocabularies and ontologies used in the dataset
5568
void:vocabulary
5669
<https://interconnectproject.eu/example/> ,
5770
<http://www.wurvoc.org/vocabularies/om-1.8/> ,
5871
<https://saref.etsi.org/saref4ener/> ,
5972
<https://saref.etsi.org/core/> ;
60-
# Set to number of stream elements in the dataset
73+
6174
rb:hasStreamElementCount 14930478 ;
62-
# Stream type according to the RDF Stream Taxonomy (RDF-STaX)
63-
# Each dataset must have two stream type usages: one for the grouped
64-
# stream type and one for the flat stream type.
65-
# Full list of stream types: https://w3id.org/stax/dev/taxonomy/
75+
6676
stax:hasStreamTypeUsage [
6777
a stax:RdfStreamTypeUsage ;
68-
rdfs:comment "The dataset can be viewed as a stream of graphs. Each graph corresponds to one set of observations from the weather station's sensors."@en ;
78+
rdfs:comment "The dataset can be viewed as a stream of graphs. Each graph corresponds to one measurement from one sensor in the office building."@en ;
6979
stax:hasStreamType stax:subjectGraphStream
7080
] , [
7181
a stax:RdfStreamTypeUsage ;
@@ -74,22 +84,18 @@
7484
] ;
7585
rb:hasStreamElementSplit [
7686
a rb:TimeStreamElementSplit, rb:TopicStreamElementSplit ;
77-
# If your dataset is split by time, specify the temporal property:
7887
rb:hasTemporalProperty <http://www.w3.org/ns/sosa/resultTime> ;
79-
rdfs:comment "Each stream element corresponds to one set of measurements from the weather station. Data was collected every 10 seconds."@en ;
88+
rdfs:comment "Each stream element corresponds to one measurement from one sensor in the office building."@en ;
8089
rb:hasSubjectShape [
8190
rdfs:comment "Target instances of any class."@en ;
8291
sh:targetSubjectsOf <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ;
8392
] ;
8493
] ;
85-
rb:conformsToRdf11 true ; # true or false
86-
rb:conformsToRdfStarDraft_20211217 true ; # true or false
87-
rb:usesGeneralizedRdfDatasets false ; # true or false
88-
rb:usesGeneralizedTriples false ; # true or false
89-
rb:usesRdfStar false ; # true or false
94+
rb:conformsToRdf11 true ;
95+
rb:conformsToRdfStarDraft_20211217 true ;
96+
rb:usesGeneralizedRdfDatasets false ;
97+
rb:usesGeneralizedTriples false ;
98+
rb:usesRdfStar false ;
9099

91-
# Add any additional metadata here
92-
# Examples of useful properties:
93-
# dcat:temporalResolution, dcat:spatialResolutionInMeters,
94-
# dcterms:language
100+
dcat:temporalResolution "PT1M"^^xsd:duration ;
95101
.

0 commit comments

Comments
 (0)