You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

To do

  • Insert all nodes into the RDF storage. Up to now, only 10 nodes are successfully inserted.
  • I am getting strange characters for some city names. For example, I am getting "BÃ?©tÃ?©rou" for the city "Bétérou". It needs to be fixed.

About Schools

  • Search about Lucene+Sparql to increase and enhance the results for querying over School Names.
  • Edit the ontology to include data about Schools.
  • Store school data into the RDF storage.
  • Search data sets about schools other than DBPedia.

Doing

  • Working on storing PingER measurement data into the RDF storage. (June 21)

Done

  • Geographic data about a sample of PingER monitored and monitoring nodes (the %NODE_DETAILS) is already inserted in the RDF storage (hence using our ontology) and is query-able using our own Sparql Endpoint. (June 20)
Could do
  • Create a package under the package 'general' to write the ontology. Create constant classes for each prefix. Then, when programming, instead of writing strings for each statement, you would refer to the constants created. For example, create a class called GNONT with a constant called NAME. Then, when programming you would use GNONT.NAME.
  • No labels