Skip to content

Commit 8209d5a

Browse files
authored
Update README.md
1 parent c5cc472 commit 8209d5a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SensorRDF
22

3-
The SensorRDF parser allows you to convert unstructured sensor data to the standardized RDF format. At the moment, only the openSenseMap API is implemented as a data source. However, this project is meant to be a template for accessing different APIs and collect their data.
3+
The SensorRDF parser allows you to download and convert unstructured sensor data to the standardized RDF format. At the moment, only the openSenseMap API is implemented as a data source. However, this project is meant to be a template for accessing different APIs.
44

55
## Getting Started
66

77
The following instructions will help you compile and run this project.
88

99
### Prequisites
1010

11-
Make sure you match the following Requirements before starting:
11+
Make sure you match the following requirements before starting:
1212

1313
* have Java setup on your machine (implemented with Java SE 11)
1414
* have Maven setup on your machine (implemented with Maven 3.6.1)
@@ -37,9 +37,11 @@ java -jar XXX.jar -osm 5cc58071facf70001a872bef -measurements
3737

3838
Some basic tests are implemented under the `test` folder. They may be useful to you when experimenting with this project.
3939

40-
## Used Frameworks and Ontologies
40+
## Used Frameworks and Vocabularies
4141

42-
TBF
42+
The base of this project is the RDF4J framework (formerly known as OpenRDF Sesame). It helps constructing `Statements` consisting of `IRIs` and `Literals` and writing the output. RDF4J also defines some well known rdf vocabularies, like FOAF and GeoSPARQL. Parts of the missing SSN/SOSA ontology got custom implemented in this project.
43+
44+
For mapping JSON input to objects, the jackson framework is used.
4345

4446
## What is RDF and why do I need it?
4547

0 commit comments

Comments
 (0)