Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Frequency: If the repository is totally empty, i.e., it has just been created, the program should first insert the prefixes into the database. In other words, this should be done only once.
  • Time to load: Less than 1 second.

ii. Instantiate continentsContinents

Wiki Markup
The continents are internally instantiated in the memory of the program so there is no HTTP GET \[ref\].

  • Frequency: Only once.
  • Time to load: Less than 1 second.

iii. Instantiate countriesCountries

Wiki Markup
The program uses a HTTP GET to access Geonames API \[ref\] to retrieve a JSON with data of all countries. Then, for each entry of the JSON, the program instantiates a country in RDF and loads into the repository.

...