Dataset: assist-iot-weather (development version)
This is a timestamped stream of weather data collected with a Davis Vantage Pro 2 weather station installed on the building of the Systems Research Institute, Polish Academy of Sciences. The data was collected during the ASSIST-IoT Horizon 2020 project. The station measured several different weather parameters and transmitted them in real time at regular intervals. The measurements have rich annotations with the SOSA/SSN and OM 2.0 ontologies. The stream is very regular and the elements only differ by numeric values and timestamps.
The dataset is a real application of RDF streaming (originally streamed over MQTT), with much richer annotations than citypulse-traffic. On the other hand, it is perfectly regular, with no differences in structure between stream elements.
Info
Download this metadata in RDF: Turtle, N-Triples, RDF/XML, Jelly
Source repository: dataset-assist-iot-weather
Permanent URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev
Stream preview (click to expand)
PREFIX aiot: <https://assist-iot.eu/ontologies/aiot#>
PREFIX aiot_p2: <https://assist-iot.eu/ontologies/aiot_p2#>
PREFIX geosparql: <http://www.opengis.net/ont/geosparql#>
PREFIX om: <http://www.ontology-of-units-of-measure.org/resource/om-2/>
PREFIX pilot: <https://assist-iot.eu/pilot2_rdf/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sosa: <http://www.w3.org/ns/sosa/>
PREFIX ssn: <http://www.w3.org/ns/ssn/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>
a sosa:Sensor;
rdfs:label "Davis Vantage Pro 2 weather station installed on the pilot site";
geosparql:hasGeometry <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "3"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "4"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_dir/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "224"^^xsd:float;
om:hasUnit om:degree;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/uv/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:one;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/temp/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "54.4"^^xsd:float;
om:hasUnit om:degreeFahrenheit;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/sun/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:wattPerSquareMetre;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/rain/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "0.0"^^xsd:float;
om:hasUnit aiot_p2:inchPerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/pressure/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "30.651"^^xsd:float;
om:hasUnit aiot_p2:inchHg;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/humidity/2023-01-02T15%3A36%3A37.065535>
a aiot:MeasureResult;
om:hasNumericalValue "71"^^xsd:float;
om:hasUnit om:percent;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T15%3A36%3A37.065535> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>
a sosa:ObservableProperty , aiot_p2:AverageWindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>
a sosa:ObservableProperty , aiot_p2:WindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>
a sosa:ObservableProperty , aiot_p2:WindDirection;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>
a sosa:ObservableProperty , aiot_p2:UvIndex;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>
a sosa:ObservableProperty , om:FahrenheitTemperature;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>
a sosa:ObservableProperty , aiot_p2:SolarIrradiance;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>
a sosa:ObservableProperty , aiot_p2:AtmosphericPressure;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>
a sosa:ObservableProperty , om:RelativeHumidity;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T15%3A36%3A37.065535>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>;
sosa:resultTime "2023-01-02T15:36:37.065535"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<https://assist-iot.eu/pilot2_rdf/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
PREFIX aiot: <https://assist-iot.eu/ontologies/aiot#>
PREFIX aiot_p2: <https://assist-iot.eu/ontologies/aiot_p2#>
PREFIX geosparql: <http://www.opengis.net/ont/geosparql#>
PREFIX om: <http://www.ontology-of-units-of-measure.org/resource/om-2/>
PREFIX pilot: <https://assist-iot.eu/pilot2_rdf/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sosa: <http://www.w3.org/ns/sosa/>
PREFIX ssn: <http://www.w3.org/ns/ssn/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>
a sosa:Sensor;
rdfs:label "Davis Vantage Pro 2 weather station installed on the pilot site";
geosparql:hasGeometry <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "3"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "4"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_dir/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "247"^^xsd:float;
om:hasUnit om:degree;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/uv/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:one;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/temp/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "54.4"^^xsd:float;
om:hasUnit om:degreeFahrenheit;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/sun/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:wattPerSquareMetre;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/rain/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "0.0"^^xsd:float;
om:hasUnit aiot_p2:inchPerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/pressure/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "30.651"^^xsd:float;
om:hasUnit aiot_p2:inchHg;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/humidity/2023-01-02T15%3A38%3A17.887808>
a aiot:MeasureResult;
om:hasNumericalValue "71"^^xsd:float;
om:hasUnit om:percent;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T15%3A38%3A17.887808> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>
a sosa:ObservableProperty , aiot_p2:AverageWindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>
a sosa:ObservableProperty , aiot_p2:WindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>
a sosa:ObservableProperty , aiot_p2:WindDirection;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>
a sosa:ObservableProperty , aiot_p2:UvIndex;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>
a sosa:ObservableProperty , om:FahrenheitTemperature;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>
a sosa:ObservableProperty , aiot_p2:SolarIrradiance;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>
a sosa:ObservableProperty , aiot_p2:AtmosphericPressure;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>
a sosa:ObservableProperty , om:RelativeHumidity;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T15%3A38%3A17.887808>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>;
sosa:resultTime "2023-01-02T15:38:17.887808"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<https://assist-iot.eu/pilot2_rdf/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
PREFIX aiot: <https://assist-iot.eu/ontologies/aiot#>
PREFIX aiot_p2: <https://assist-iot.eu/ontologies/aiot_p2#>
PREFIX geosparql: <http://www.opengis.net/ont/geosparql#>
PREFIX om: <http://www.ontology-of-units-of-measure.org/resource/om-2/>
PREFIX pilot: <https://assist-iot.eu/pilot2_rdf/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sosa: <http://www.w3.org/ns/sosa/>
PREFIX ssn: <http://www.w3.org/ns/ssn/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>
a sosa:Sensor;
rdfs:label "Davis Vantage Pro 2 weather station installed on the pilot site";
geosparql:hasGeometry <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "4"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "3"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_dir/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "265"^^xsd:float;
om:hasUnit om:degree;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/uv/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:one;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/temp/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "54.2"^^xsd:float;
om:hasUnit om:degreeFahrenheit;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/sun/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:wattPerSquareMetre;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/rain/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "0.0"^^xsd:float;
om:hasUnit aiot_p2:inchPerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/pressure/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "30.656"^^xsd:float;
om:hasUnit aiot_p2:inchHg;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/humidity/2023-01-02T15%3A53%3A25.185054>
a aiot:MeasureResult;
om:hasNumericalValue "72"^^xsd:float;
om:hasUnit om:percent;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T15%3A53%3A25.185054> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>
a sosa:ObservableProperty , aiot_p2:AverageWindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>
a sosa:ObservableProperty , aiot_p2:WindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>
a sosa:ObservableProperty , aiot_p2:WindDirection;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>
a sosa:ObservableProperty , aiot_p2:UvIndex;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>
a sosa:ObservableProperty , om:FahrenheitTemperature;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>
a sosa:ObservableProperty , aiot_p2:SolarIrradiance;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>
a sosa:ObservableProperty , aiot_p2:AtmosphericPressure;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>
a sosa:ObservableProperty , om:RelativeHumidity;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T15%3A53%3A25.185054>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>;
sosa:resultTime "2023-01-02T15:53:25.185054"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<https://assist-iot.eu/pilot2_rdf/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
PREFIX aiot: <https://assist-iot.eu/ontologies/aiot#>
PREFIX aiot_p2: <https://assist-iot.eu/ontologies/aiot_p2#>
PREFIX geosparql: <http://www.opengis.net/ont/geosparql#>
PREFIX om: <http://www.ontology-of-units-of-measure.org/resource/om-2/>
PREFIX pilot: <https://assist-iot.eu/pilot2_rdf/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sosa: <http://www.w3.org/ns/sosa/>
PREFIX ssn: <http://www.w3.org/ns/ssn/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>
a sosa:Sensor;
rdfs:label "Davis Vantage Pro 2 weather station installed on the pilot site";
geosparql:hasGeometry <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed_avg/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "8"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "9"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_dir/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "282"^^xsd:float;
om:hasUnit om:degree;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/uv/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:one;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/temp/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "52.2"^^xsd:float;
om:hasUnit om:degreeFahrenheit;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/sun/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:wattPerSquareMetre;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/rain/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "0.0"^^xsd:float;
om:hasUnit aiot_p2:inchPerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/pressure/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "30.646"^^xsd:float;
om:hasUnit aiot_p2:inchHg;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/humidity/2023-01-02T18%3A24%3A36.995968>
a aiot:MeasureResult;
om:hasNumericalValue "76"^^xsd:float;
om:hasUnit om:percent;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T18%3A24%3A36.995968> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>
a sosa:ObservableProperty , aiot_p2:AverageWindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>
a sosa:ObservableProperty , aiot_p2:WindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>
a sosa:ObservableProperty , aiot_p2:WindDirection;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>
a sosa:ObservableProperty , aiot_p2:UvIndex;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>
a sosa:ObservableProperty , om:FahrenheitTemperature;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>
a sosa:ObservableProperty , aiot_p2:SolarIrradiance;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>
a sosa:ObservableProperty , aiot_p2:AtmosphericPressure;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>
a sosa:ObservableProperty , om:RelativeHumidity;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-02T18%3A24%3A36.995968>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>;
sosa:resultTime "2023-01-02T18:24:36.995968"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<https://assist-iot.eu/pilot2_rdf/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
PREFIX aiot: <https://assist-iot.eu/ontologies/aiot#>
PREFIX aiot_p2: <https://assist-iot.eu/ontologies/aiot_p2#>
PREFIX geosparql: <http://www.opengis.net/ont/geosparql#>
PREFIX om: <http://www.ontology-of-units-of-measure.org/resource/om-2/>
PREFIX pilot: <https://assist-iot.eu/pilot2_rdf/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sosa: <http://www.w3.org/ns/sosa/>
PREFIX ssn: <http://www.w3.org/ns/ssn/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>
a sosa:Sensor;
rdfs:label "Davis Vantage Pro 2 weather station installed on the pilot site";
geosparql:hasGeometry <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed_avg/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "3"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_speed/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "5"^^xsd:float;
om:hasUnit om:mile-StatutePerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/wind_dir/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "289"^^xsd:float;
om:hasUnit om:degree;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/uv/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:one;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/temp/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "39.1"^^xsd:float;
om:hasUnit om:degreeFahrenheit;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/sun/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "0"^^xsd:float;
om:hasUnit om:wattPerSquareMetre;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/rain/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "0.0"^^xsd:float;
om:hasUnit aiot_p2:inchPerHour;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/pressure/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "30.966"^^xsd:float;
om:hasUnit aiot_p2:inchHg;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/result/ws/ibs_1/humidity/2023-01-03T19%3A36%3A38.582870>
a aiot:MeasureResult;
om:hasNumericalValue "80"^^xsd:float;
om:hasUnit om:percent;
sosa:isResultOf <https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-03T19%3A36%3A38.582870> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>
a sosa:ObservableProperty , aiot_p2:AverageWindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>
a sosa:ObservableProperty , aiot_p2:WindSpeed;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>
a sosa:ObservableProperty , aiot_p2:WindDirection;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>
a sosa:ObservableProperty , aiot_p2:UvIndex;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>
a sosa:ObservableProperty , om:FahrenheitTemperature;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>
a sosa:ObservableProperty , aiot_p2:SolarIrradiance;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>
a sosa:ObservableProperty , aiot_p2:AtmosphericPressure;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>
a sosa:ObservableProperty , om:RelativeHumidity;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed_avg/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed_avg>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_speed/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_speed>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/wind_dir/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/wind_dir>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/uv/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/uv>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/temp/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/temp>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/sun/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/sun>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/rain/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/rain>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/pressure/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/pressure>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/obs/ws/ibs_1/humidity/2023-01-03T19%3A36%3A38.582870>
a sosa:Observation;
sosa:hasFeatureOfInterest <https://assist-iot.eu/pilot2_rdf/feature/site_outside>;
sosa:madeBySensor <https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1>;
sosa:observedProperty <https://assist-iot.eu/pilot2_rdf/prop/site_outside/humidity>;
sosa:resultTime "2023-01-03T19:36:38.582870"^^xsd:dateTime .
<https://assist-iot.eu/pilot2_rdf/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<https://assist-iot.eu/pilot2_rdf/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
General information
- Title: ASSIST-IoT weather (triples variant) (en)
- Identifier:
assist-iot-weather - Version:
dev - Theme:
- Data collection (eurovoc:6030)
- Internet of Things (eurovoc:c_b12a760a)
- Meteorology (eurovoc:1892)
- Spatial data (eurovoc:c_7a168de0)
- Creator:
- Piotr Sowiński (1)
- Name: Piotr Sowiński
- Nickname: Ostrzyciel
- Homepage:
- ASSIST-IoT Horizon 2020 project (2)
- Name: ASSIST-IoT Horizon 2020 project
- Comment: This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 957258.
- Homepage: https://assist-iot.eu/
- Piotr Sowiński (1)
- License: https://spdx.org/licenses/CC-BY-4.0
- Date Issued: 2023-05-04
- Date Modified: 2026-06-20
- Landing page: assist-iot-weather (dev)
Technical metadata
- Has stream type usage:
- RDF stream type usage (1)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- Comment: The dataset can be viewed as a flattened stream of triples. (en)
- Has stream type: Flat RDF triple stream (stax:flatTripleStream)
- RDF stream type usage (2)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- 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)
- Has stream type: RDF graph stream (stax:graphStream)
- RDF stream type usage (1)
- Has stream element count: 701,278
- Has stream element split:
- Type: Stream elements split by time (rb:TimeStreamElementSplit)
- Comment: Each stream element corresponds to one set of measurements from the weather station. Data was collected every 10 seconds. (en)
- Has temporal property: http://www.w3.org/ns/sosa/resultTime
- Uses vocabulary:
- Conforms to W3C RDF 1.1 specification: yes
- Conforms to W3C RDF-star draft specification as of December 17, 2021: yes
- Uses generalized triples: no
- Uses generalized RDF datasets: no
- Uses RDF-star: no
- Temporal resolution: PT10S
- Language:
en
Distributions
Download links
The dataset is published in a few size variants, each containing a specific number of stream elements. For each size, there are three distribution types available: flat (an N-Triples/N-Quads file in the RDF Message Log format), streaming (a .tar.gz archive with Turtle/TriG files, one file per stream element), and Jelly (a native binary format for streaming RDF). See the documentation for more details.
| Distribution size | Statements | Flat | Streaming | Jelly |
|---|---|---|---|---|
| 10K | 1,150,000 | 4.2 MB | 2.1 MB | 1.2 MB |
| 100K | 11,500,000 | 41.8 MB | 20.5 MB | 12.1 MB |
| Full | 80,646,970 | 293.3 MB | 143.8 MB | 84.8 MB |
The full metadata of all distributions can be found below.
Full flat distribution
- Title: Full flat distribution
- Identifier:
flat-full - Has file name:
flat_full.nt.gz - Has distribution type:
- Flat distribution (RDF Messages) (rb:flatDistribution)
- Full distribution (rb:fullDistribution)
- Has stream type usage:
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- Comment: The dataset can be viewed as a flattened stream of triples. (en)
- Has stream type: Flat RDF triple stream (stax:flatTripleStream)
- Has stream element count: 701,278
- Byte size: 293.3 MB
- Media type: application/n-triples
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
d7a00fab9ace08d3c55b21a4129ea095 - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
494283534d4465a2566ba7df227bd4aa7d65f762 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-full
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/flat_full.nt.gz
Full stream distribution
- Title: Full stream distribution
- Identifier:
stream-full - Has file name:
stream_full.tar.gz - Has distribution type:
- Full distribution (rb:fullDistribution)
- Stream distribution (rb:streamDistribution)
- Has stream type usage:
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- 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)
- Has stream type: RDF graph stream (stax:graphStream)
- Has stream element count: 701,278
- Byte size: 143.8 MB
- Media type: text/turtle
- Packaging format: application/tar
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
d2427d5c5349ce2b4a8131f13b02eac5 - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
09028638dc24aaff3a3bec6fe958104c849d333d - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-full
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/stream_full.tar.gz
Full Jelly distribution
- Title: Full Jelly distribution
- Identifier:
jelly-full - Has file name:
jelly_full.jelly.gz - Has distribution type:
- Full distribution (rb:fullDistribution)
- Jelly distribution (rb:jellyDistribution)
- Has stream type usage:
- RDF stream type usage (1)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- 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)
- Has stream type: RDF graph stream (stax:graphStream)
- RDF stream type usage (2)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- Comment: The dataset can be viewed as a flattened stream of triples. (en)
- Has stream type: Flat RDF triple stream (stax:flatTripleStream)
- RDF stream type usage (1)
- Has stream element count: 701,278
- Byte size: 84.8 MB
- Media type: application/x-jelly-rdf
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
58558eb650b4ac64f2c45ec5370348d2 - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
246775e0e9c8fb01da2a881b145f19db2b5045d8 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-full
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/jelly_full.jelly.gz
100K elements flat distribution
- Title: 100K elements flat distribution
- Identifier:
flat-100k - Has file name:
flat_100K.nt.gz - Has distribution type:
- Flat distribution (RDF Messages) (rb:flatDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream type usage:
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- Comment: The dataset can be viewed as a flattened stream of triples. (en)
- Has stream type: Flat RDF triple stream (stax:flatTripleStream)
- Has stream element count: 100,000
- Byte size: 41.8 MB
- Media type: application/n-triples
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
9147b8ee313044b84e88a7b0fbcf8ee8 - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
8a45ecfd6f4e3245171df8065d1d1d23a2bccda1 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-100k
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/flat_100K.nt.gz
100K elements stream distribution
- Title: 100K elements stream distribution
- Identifier:
stream-100k - Has file name:
stream_100K.tar.gz - Has distribution type:
- Partial distribution (rb:partialDistribution)
- Stream distribution (rb:streamDistribution)
- Has stream type usage:
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- 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)
- Has stream type: RDF graph stream (stax:graphStream)
- Has stream element count: 100,000
- Byte size: 20.5 MB
- Media type: text/turtle
- Packaging format: application/tar
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
ce55723e3813ff1cd41a3887ac1670e7 - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
13d6c5167bee683de99795e73b3dac002feef915 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-100k
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/stream_100K.tar.gz
100K elements Jelly distribution
- Title: 100K elements Jelly distribution
- Identifier:
jelly-100k - Has file name:
jelly_100K.jelly.gz - Has distribution type:
- Jelly distribution (rb:jellyDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream type usage:
- RDF stream type usage (1)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- Comment: The dataset can be viewed as a flattened stream of triples. (en)
- Has stream type: Flat RDF triple stream (stax:flatTripleStream)
- RDF stream type usage (2)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- 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)
- Has stream type: RDF graph stream (stax:graphStream)
- RDF stream type usage (1)
- Has stream element count: 100,000
- Byte size: 12.1 MB
- Media type: application/x-jelly-rdf
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
8eeeb85f53c5ede2124c494d9400833c - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
61f9554932284afa3782ceabffbc4184c1770c52 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-100k
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/jelly_100K.jelly.gz
10K elements flat distribution
- Title: 10K elements flat distribution
- Identifier:
flat-10k - Has file name:
flat_10K.nt.gz - Has distribution type:
- Flat distribution (RDF Messages) (rb:flatDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream type usage:
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- Comment: The dataset can be viewed as a flattened stream of triples. (en)
- Has stream type: Flat RDF triple stream (stax:flatTripleStream)
- Has stream element count: 10,000
- Byte size: 4.2 MB
- Media type: application/n-triples
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
2f1d15787d4d0df6199412969a5d9158 - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
db6cc3b1be71ce63558210fea713bd0d747634d5 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-10k
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/flat_10K.nt.gz
10K elements stream distribution
- Title: 10K elements stream distribution
- Identifier:
stream-10k - Has file name:
stream_10K.tar.gz - Has distribution type:
- Partial distribution (rb:partialDistribution)
- Stream distribution (rb:streamDistribution)
- Has stream type usage:
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- 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)
- Has stream type: RDF graph stream (stax:graphStream)
- Has stream element count: 10,000
- Byte size: 2.1 MB
- Media type: text/turtle
- Packaging format: application/tar
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
db57a32ab951116d9800563b08ba9238 - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
3ee8fb32fb71b4df7f36248412e094e4f61207c7 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-10k
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/stream_10K.tar.gz
10K elements Jelly distribution
- Title: 10K elements Jelly distribution
- Identifier:
jelly-10k - Has file name:
jelly_10K.jelly.gz - Has distribution type:
- Jelly distribution (rb:jellyDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream type usage:
- RDF stream type usage (1)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- Comment: The dataset can be viewed as a flattened stream of triples. (en)
- Has stream type: Flat RDF triple stream (stax:flatTripleStream)
- RDF stream type usage (2)
- Type: RDF stream type usage (stax:RdfStreamTypeUsage)
- 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)
- Has stream type: RDF graph stream (stax:graphStream)
- RDF stream type usage (1)
- Has stream element count: 10,000
- Byte size: 1.2 MB
- Media type: application/x-jelly-rdf
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
031fbb0f1d5f6c92a84ab2dcb8558e2f - Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
e989873ee275666d014332f71838afc411038c86 - Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Statistics: statistics-10k
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/jelly_10K.jelly.gz
Statistics
Statistics for full distributions
- Title: Statistics for full distributions
| Sum | Unique | Mean | St. dev. | Min. | Max. | |
|---|---|---|---|---|---|---|
| IRIs | 45,583,070 | ~12,652,939 | 65.00 | 0.00 | 65 | 65 |
| Blank nodes | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Literals | 8,516,050 | ~701,968 | 12.14 | 0.69 | 10 | 13 |
| Simple literals | 1,402,556 | ~2 | 2.00 | 0.00 | 2 | 2 |
| Datatype literals | 7,113,494 | ~701,964 | 10.14 | 0.69 | 8 | 11 |
| Language literals | 0 | ~0 | 0.00 | 0.00 | 0 | 0 |
| Datatypes | 2,103,834 | 3 | 3.00 | 0.00 | 3 | 3 |
| ASCII control chars | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Quoted triples | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Subjects | 21,038,340 | ~12,652,956 | 30.00 | 0.00 | 30 | 30 |
| Predicates | 8,415,336 | ~12 | 12.00 | 0.00 | 12 | 12 |
| Objects | 39,372,282 | ~7,001,487 | 56.14 | 0.69 | 54 | 57 |
| Graphs | 701,278 | ~1 | 1.00 | 0.00 | 1 | 1 |
| Statements | 80,646,970 | N/A | 115.00 | 0.00 | 115 | 115 |
| Bytes per statement | N/A | N/A | 189.86 | 0.23 | 0.20 | 189.90 |
Statistics for 100K distributions
- Title: Statistics for 100K distributions
| Sum | Unique | Mean | St. dev. | Min. | Max. | |
|---|---|---|---|---|---|---|
| IRIs | 6,500,000 | ~1,793,677 | 65.00 | 0.00 | 65 | 65 |
| Blank nodes | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Literals | 1,205,786 | ~102,201 | 12.06 | 0.61 | 10 | 13 |
| Simple literals | 200,000 | ~2 | 2.00 | 0.00 | 2 | 2 |
| Datatype literals | 1,005,786 | ~102,203 | 10.06 | 0.61 | 8 | 11 |
| Language literals | 0 | ~0 | 0.00 | 0.00 | 0 | 0 |
| Datatypes | 300,000 | 3 | 3.00 | 0.00 | 3 | 3 |
| ASCII control chars | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Quoted triples | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Subjects | 3,000,000 | ~1,793,655 | 30.00 | 0.00 | 30 | 30 |
| Predicates | 1,200,000 | ~12 | 12.00 | 0.00 | 12 | 12 |
| Objects | 5,605,786 | ~1,001,998 | 56.06 | 0.61 | 54 | 57 |
| Graphs | 100,000 | ~1 | 1.00 | 0.00 | 1 | 1 |
| Statements | 11,500,000 | N/A | 115.00 | 0.00 | 115 | 115 |
| Bytes per statement | N/A | N/A | 189.85 | 0.60 | 0.20 | 189.89 |
Statistics for 10K distributions
- Title: Statistics for 10K distributions
| Sum | Unique | Mean | St. dev. | Min. | Max. | |
|---|---|---|---|---|---|---|
| IRIs | 650,000 | ~180,424 | 65.00 | 0.00 | 65 | 65 |
| Blank nodes | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Literals | 120,737 | ~10,784 | 12.07 | 0.60 | 10 | 13 |
| Simple literals | 20,000 | ~2 | 2.00 | 0.00 | 2 | 2 |
| Datatype literals | 100,737 | ~10,782 | 10.07 | 0.60 | 8 | 11 |
| Language literals | 0 | ~0 | 0.00 | 0.00 | 0 | 0 |
| Datatypes | 30,000 | 3 | 3.00 | 0.00 | 3 | 3 |
| ASCII control chars | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Quoted triples | 0 | N/A | 0.00 | 0.00 | 0 | 0 |
| Subjects | 300,000 | ~180,382 | 30.00 | 0.00 | 30 | 30 |
| Predicates | 120,000 | ~12 | 12.00 | 0.00 | 12 | 12 |
| Objects | 560,737 | ~100,773 | 56.07 | 0.60 | 54 | 57 |
| Graphs | 10,000 | ~1 | 1.00 | 0.00 | 1 | 1 |
| Statements | 1,150,000 | N/A | 115.00 | 0.00 | 115 | 115 |
| Bytes per statement | N/A | N/A | 189.84 | 1.90 | 0.20 | 189.89 |