Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

To do

  • There are some nodes in %NODE_DETAILS% that do not have longitude/latitude parameters.
  • While instantiating nodes, some of them got NullPointerExceptions. Debug needed.
  • I am getting strange characters for some city names. For example, I am getting "BÃ?©tÃ?©rou" for the city "Bétérou".
  • #Country individuals have DBPedia links inserted replacing " " for "_" and are stored as Literal strings, not Resources URI.
  • Save the Countries JSON generated by Geonames. There is no need to GET this JSON everytime you want to instantiate countries.
  • Write query results in RDF files, JSON, and Text.

Aggregation

  • Resolve in the Ontology the aggregated data for countries, continents, and groups.
  • Store the aggregated data generated by Pingtable(by country, continent, or group).
  • Think about storing or not aggregated data generated by the project.

About Schools |Priority=3|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.
  • |Priority=3|
  • Search data sets about schools other than DBPedia.

Doing

  • Working on storing PingER measurement data into the RDF storage. (June 21)
  • Testing Open RDF Sesame as a triple storage.

Done

...

  • There are some endowment and number of students from DBPedia that are not execatly numbers. For example, "app. 95,000". Right now I am discarding this kind of data. Maybe I should retrieve the number information from these data (question) .

Doing

Done

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. |Priority=2|
  • The method pinger.rest.HttpGetter.getJsonGeonames can be optimized. There is a test that verifies if the geonames username has been overused hence blocked. If it is, try another username. There could be a priority scheduling policy; a Map with priorities could be used to implement. The username that was able to be used would receive higher priority than blocked usernames. |Priority=1|
Priority = |1..5|