index
:
gn-transform-databases
master
Data transformers for GeneNetwork (particularly to RDF)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dump
/
triples.scm
Age
Commit message (
Expand
)
Author
2023-07-30
Rename 'gn-id' prefix to 'gn'
Munyoki Kilyungi
2023-07-30
Make the default ontology "gn-id:"
Munyoki Kilyungi
2023-07-30
Make string->identifier take optional keyword args
Munyoki Kilyungi
2023-07-30
Make prefix function have an optional ttl?
Munyoki Kilyungi
2023-07-30
Revert "Pass port as an optional argument"
Munyoki Kilyungi
2023-07-30
Pass port to scm->triples
Munyoki Kilyungi
2023-07-30
Pass port as an optional argument
Munyoki Kilyungi
2023-05-26
Re-organize dumping macros and associated functions
Munyoki Kilyungi
2023-05-26
Always use "~a" to output like "display"
Munyoki Kilyungi
2023-05-26
Return an empty string if args passed to ontology is empty
Munyoki Kilyungi
2023-05-26
Fix how a symbol is displayed in the final RDF
Munyoki Kilyungi
2023-04-05
Simplify pattern matching when checking for a node
Munyoki Kilyungi
2023-04-05
Use match syntax to print object correctly during dump
Munyoki Kilyungi
2023-04-05
Annotate fields with a custom scheme such as "^^xsd:datetime"
Munyoki Kilyungi
2023-04-05
Create a method to define ontologies as symbols
Munyoki Kilyungi
2022-10-30
Move triple utilities to new module.
Arun Isaac