Skip to content

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.

Stream preview (click to expand)
0000000000.ttl
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" .
0000000010.ttl
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" .
0000000100.ttl
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" .
0000001000.ttl
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" .
0000010000.ttl
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

Technical metadata

Distributions

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

Full stream distribution

Full Jelly distribution

100K elements flat distribution

100K elements stream distribution

100K elements Jelly distribution

10K elements flat distribution

10K elements stream distribution

10K elements Jelly distribution

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