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/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/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
<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/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/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/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/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/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/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/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/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/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/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/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/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/pressure>
a sosa:ObservableProperty , aiot_p2:AtmosphericPressure;
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_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/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/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/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/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/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/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/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/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<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/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/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 .
@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/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/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
<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/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/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/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/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/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<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/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/uv>
a sosa:ObservableProperty , aiot_p2:UvIndex;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<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/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/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/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/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/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/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/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/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/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>
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/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/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/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/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/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/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<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/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 .
@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/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/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/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/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
<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/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/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 .
@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/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/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
<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/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/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/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/temp>
a sosa:ObservableProperty , om:FahrenheitTemperature;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<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/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/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/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/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 .
@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/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/feature/site_outside>
a sosa:FeatureOfInterest;
rdfs:label "Outside conditions on the worksite" .
<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/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/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/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/sensor/ws/ibs_1/location>
a geosparql:Geometry;
geosparql:asWKT "Point(20.9403853 52.2455635)"^^geosparql:wktLiteral .
<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/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/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/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/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/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/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/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/pressure>
a sosa:ObservableProperty , aiot_p2:AtmosphericPressure;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<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/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/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/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/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/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/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/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/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/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/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/rain>
a sosa:ObservableProperty , aiot_p2:RainRate;
ssn:isPropertyOf <https://assist-iot.eu/pilot2_rdf/feature/site_outside> .
<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/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 .
General information
- Title: ASSIST-IoT weather (triples variant) (en)
- Identifier:
assist-iot-weather
- Has 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: 2024-09-11
- Landing page: assist-iot-weather (dev)
- Conforms To: Metadata (https://w3id.org/riverbench/schema/metadata)
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 (just an N-Triples/N-Quads file), 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.7 MB | 2.3 MB | 1.4 MB |
100K | 11,500,000 | 47.1 MB | 23.4 MB | 14.4 MB |
Full | 80,646,970 | 330.2 MB | 164.1 MB | 101.2 MB |
The full metadata of all distributions can be found below.
Full stream distribution
- Title: Full stream distribution
- Identifier:
stream-full
- Has file name:
stream_full.tar.gz
- 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 distribution type:
- Full distribution (rb:fullDistribution)
- Stream distribution (rb:streamDistribution)
- Has stream element count: 701,278
- Byte size: 164.1 MB
- Media type: text/turtle
- Packaging format: application/tar
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
b539bfa613f02a10b0c0043cc32b9289
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
b9d2d15b8130188600f304fc1524eaca4ce5ea32
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/stream_full.tar.gz
- Statistics: statistics-full
Full Jelly distribution
- Title: Full Jelly distribution
- Identifier:
jelly-full
- Has file name:
jelly_full.jelly.gz
- 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 distribution type:
- Full distribution (rb:fullDistribution)
- Jelly distribution (rb:jellyDistribution)
- Has stream element count: 701,278
- Byte size: 101.2 MB
- Media type: application/x-jelly-rdf
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
aa18479965cf37ccd4f195095b8097ce
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
c41a0179682b16fdc2ec40563ffe4c86695e1a23
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/jelly_full.jelly.gz
- Statistics: statistics-full
Full flat distribution
- Title: Full flat distribution
- Identifier:
flat-full
- Has file name:
flat_full.nt.gz
- 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 distribution type:
- Flat distribution (rb:flatDistribution)
- Full distribution (rb:fullDistribution)
- Has stream element count: 701,278
- Byte size: 330.2 MB
- Media type: application/n-triples
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
5e0770a549c4f4e7ff4e5162a88c6884
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
acab677e44c7c841e8c3137330865eaf6b1201b9
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/flat_full.nt.gz
- Statistics: statistics-full
100K elements stream distribution
- Title: 100K elements stream distribution
- Identifier:
stream-100k
- Has file name:
stream_100K.tar.gz
- 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 distribution type:
- Partial distribution (rb:partialDistribution)
- Stream distribution (rb:streamDistribution)
- Has stream element count: 100,000
- Byte size: 23.4 MB
- Media type: text/turtle
- Packaging format: application/tar
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
508800d22b1ca55613a9ec70d722ed82
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
9b9e7af790ca75c3f9c763166892d4bc9abcd095
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/stream_100K.tar.gz
- Statistics: statistics-100k
100K elements Jelly distribution
- Title: 100K elements Jelly distribution
- Identifier:
jelly-100k
- Has file name:
jelly_100K.jelly.gz
- 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 distribution type:
- Jelly distribution (rb:jellyDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream element count: 100,000
- Byte size: 14.4 MB
- Media type: application/x-jelly-rdf
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
2fb33c044954aeab1f20ab7d94890ff6
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
57baa3e5ce01743027fad241fda33e71ccd6e0dc
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/jelly_100K.jelly.gz
- Statistics: statistics-100k
100K elements flat distribution
- Title: 100K elements flat distribution
- Identifier:
flat-100k
- Has file name:
flat_100K.nt.gz
- 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 distribution type:
- Flat distribution (rb:flatDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream element count: 100,000
- Byte size: 47.1 MB
- Media type: application/n-triples
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
fe0567bd37f2acb357fb513c15e467b6
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
a1161f75a859d71e264d53c61660dfa06c68c401
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/flat_100K.nt.gz
- Statistics: statistics-100k
10K elements stream distribution
- Title: 10K elements stream distribution
- Identifier:
stream-10k
- Has file name:
stream_10K.tar.gz
- 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 distribution type:
- Partial distribution (rb:partialDistribution)
- Stream distribution (rb:streamDistribution)
- Has stream element count: 10,000
- Byte size: 2.3 MB
- Media type: text/turtle
- Packaging format: application/tar
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
d10a280193620fff177df6dbbbfe09d9
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
9c3d2ff9c03f8e6a1bbb73b165bf714da486b11c
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/stream_10K.tar.gz
- Statistics: statistics-10k
10K elements Jelly distribution
- Title: 10K elements Jelly distribution
- Identifier:
jelly-10k
- Has file name:
jelly_10K.jelly.gz
- 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 distribution type:
- Jelly distribution (rb:jellyDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream element count: 10,000
- Byte size: 1.4 MB
- Media type: application/x-jelly-rdf
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
8c140c007abf0e3f703c3a0677c680fe
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
4cb2659bdddb80842759af2897ea8577c2516fa1
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/jelly_10K.jelly.gz
- Statistics: statistics-10k
10K elements flat distribution
- Title: 10K elements flat distribution
- Identifier:
flat-10k
- Has file name:
flat_10K.nt.gz
- 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 distribution type:
- Flat distribution (rb:flatDistribution)
- Partial distribution (rb:partialDistribution)
- Has stream element count: 10,000
- Byte size: 4.7 MB
- Media type: application/n-triples
- Compression format: application/gzip
- Checksum:
- Checksum (1)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
a27d5cb58d4642b4cf9680f5fa719127
- Algorithm: ChecksumAlgorithm_md5 (spdx:checksumAlgorithm_md5)
- Checksum (2)
- Type: Checksum (spdx:Checksum)
- ChecksumValue:
fff5a3be40efff691b0247c9696c0a653bc39351
- Algorithm: ChecksumAlgorithm_sha1 (spdx:checksumAlgorithm_sha1)
- Checksum (1)
- Download URL: https://w3id.org/riverbench/datasets/assist-iot-weather/dev/files/flat_10K.nt.gz
- Statistics: statistics-10k
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 |
Predicates | 8,415,336 | ~ 12 | 12.00 | 0.00 | 12 | 12 |
Objects | 39,372,282 | ~ 7,015,715 | 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 |
Literals | 8,516,050 | ~ 701,989 | 12.14 | 0.69 | 10 | 13 |
Simple literals | 1,402,556 | ~ 2 | 2.00 | 0.00 | 2 | 2 |
Datatype literals | 7,113,494 | ~ 701,989 | 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 |
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 |
Predicates | 1,200,000 | ~ 12 | 12.00 | 0.00 | 12 | 12 |
Objects | 5,605,786 | ~ 998,687 | 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 |
Literals | 1,205,786 | ~ 101,917 | 12.06 | 0.61 | 10 | 13 |
Simple literals | 200,000 | ~ 2 | 2.00 | 0.00 | 2 | 2 |
Datatype literals | 1,005,786 | ~ 101,914 | 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 |
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 |
Predicates | 120,000 | ~ 12 | 12.00 | 0.00 | 12 | 12 |
Objects | 560,737 | ~ 100,853 | 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 |
Literals | 120,737 | ~ 10,814 | 12.07 | 0.60 | 10 | 13 |
Simple literals | 20,000 | ~ 2 | 2.00 | 0.00 | 2 | 2 |
Datatype literals | 100,737 | ~ 10,812 | 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 |