|
12 | 12 | @prefix void: <http://rdfs.org/ns/void#> .
|
13 | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
14 | 14 |
|
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. |
18 | 15 |
|
19 | 16 | :dataset
|
20 | 17 | a rb:Dataset, dcat:Dataset ;
|
21 | 18 | dcterms:conformsTo <https://w3id.org/riverbench/schema/metadata> ;
|
22 | 19 | dcterms:identifier "officegraph" ;
|
23 | 20 |
|
24 | 21 | 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 ; |
26 | 25 | dcterms:issued "2025-01-18"^^xsd:date ;
|
27 | 26 |
|
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 |
32 | 27 | dcterms:license <https://spdx.org/licenses/CC-BY-4.0> ;
|
33 | 28 | dcterms:creator [
|
34 | 29 | foaf:name "Adam Skaskiewicz" ;
|
35 | 30 | foaf:nick "adamskas" ;
|
| 31 | + rdfs:comment "Author of benchmark dataset"@en ; |
36 | 32 | 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 ; |
37 | 58 | ];
|
38 |
| - # If applicable, add a link or multiples links to the original source of the dataset |
39 |
| - dcterms:source |
| 59 | + dcterms:source |
40 | 60 | <https://doi.org/10.1007/978-3-031-60635-9_6> ,
|
41 | 61 | <https://github.com/RoderickvanderWeerdt/OfficeGraph/tree/main> ;
|
42 | 62 |
|
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 |
48 | 63 | dcat:theme
|
49 | 64 | eurovoc:6030, # data collection
|
50 | 65 | eurovoc:c_4b5a18f8, # office space
|
51 | 66 | eurovoc:c_b12a760a; # Internet of Things
|
52 | 67 |
|
53 |
| - # Technical metadata |
54 |
| - # IRIs of the vocabularies and ontologies used in the dataset |
55 | 68 | void:vocabulary
|
56 | 69 | <https://interconnectproject.eu/example/> ,
|
57 | 70 | <http://www.wurvoc.org/vocabularies/om-1.8/> ,
|
58 | 71 | <https://saref.etsi.org/saref4ener/> ,
|
59 | 72 | <https://saref.etsi.org/core/> ;
|
60 |
| - # Set to number of stream elements in the dataset |
| 73 | + |
61 | 74 | 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 | + |
66 | 76 | stax:hasStreamTypeUsage [
|
67 | 77 | 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 ; |
69 | 79 | stax:hasStreamType stax:subjectGraphStream
|
70 | 80 | ] , [
|
71 | 81 | a stax:RdfStreamTypeUsage ;
|
|
74 | 84 | ] ;
|
75 | 85 | rb:hasStreamElementSplit [
|
76 | 86 | a rb:TimeStreamElementSplit, rb:TopicStreamElementSplit ;
|
77 |
| - # If your dataset is split by time, specify the temporal property: |
78 | 87 | 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 ; |
80 | 89 | rb:hasSubjectShape [
|
81 | 90 | rdfs:comment "Target instances of any class."@en ;
|
82 | 91 | sh:targetSubjectsOf <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ;
|
83 | 92 | ] ;
|
84 | 93 | ] ;
|
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 ; |
90 | 99 |
|
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 ; |
95 | 101 | .
|
0 commit comments