Age | Commit message (Collapse) | Author |
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Don't break paragraphs. It makes future edits easier to diff.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Document an example command to invoke to enable the actual
transformation of the data to be done.
This will need to be cleaned up, and the commands will also need to
check for the appropriate arguments before attempting to run in the
first place.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Right now, we get the generif metadata from the GeneRIF_BASIC table.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
The documentation for generating a transformation of a JSON file into
a Terse RDF Triple Language (Turtle) form was incomplete. This commit
provides a sample JSON file that can be used to demonstrate the
working of the code.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* README.md (Using)[Set up connection parameters]: Provide a sample
conn.scm.
|
|
* README.md (Using)[Set up connection parameters]: Document
generif-data-file.
|
|
* README.md (Using): Split into subsections.
|
|
* README.md: Document generif-data-file parameter in connection
settings.
* dump.scm: Import (srfi srfi-171), (ice-9 regex) and (zlib).
(decode-html-entities, import-generif): New functions.
(main): Call import-generif.
* import-generif.scm: Delete file.
|
|
* README.md (Using): Document source compilation.
|
|
* manifest.scm: Import raptor2 from (gnu packages rdf). Add raptor2 to
manifest.
* README.md (Using): Document validation using rapper.
|
|
* README.md (Using): Advertise continuous integration build artifacts.
|
|
* README.md (Using): Document loading RDF and visualizing schema.
|
|
This differentiates it from virtuoso and SPARQL connection parameters.
* dump.scm (call-with-genenetwork-database, dump-data-table): Prefix
SQL connection parameters with sql-.
* README.md (Using): Update documentation of SQL connection
parameters.
|
|
Markdown is a simpler format and easier to render to the web. In
particular, this change is prompted by Gitea not handling image links
correctly.
* README.org: Replace with ...
* README.md: ... this.
|