aboutsummaryrefslogtreecommitdiff
path: root/dump
AgeCommit message (Expand)Author
2023-07-30Add missing importMunyoki Kilyungi
2023-07-30Replace set! mutations with an alistMunyoki Kilyungi
2023-07-30Replace "?s ?p ?o" with "*"Munyoki Kilyungi
2023-07-30Update some minor formattingMunyoki Kilyungi
2023-07-30Convert subject into a string if it's a symbolMunyoki Kilyungi
2023-07-30Make define-dump take extra args as keyMunyoki Kilyungi
2023-07-30Dump prefixes correctly when auto-generating docsMunyoki Kilyungi
2023-07-30Use a min of 4 should the schema triples be manyMunyoki Kilyungi
2023-07-30Only document a triple if it existsMunyoki Kilyungi
2023-07-30Rename 'gn-id' prefix to 'gn'Munyoki Kilyungi
2023-07-30Replace :gn with :gn-id and :gn-termMunyoki Kilyungi
2023-07-30Make the default ontology "gn-id:"Munyoki Kilyungi
2023-07-30Use size of the results set to come up with sparql exampleMunyoki Kilyungi
2023-07-30Convert symbol to a string when show-casing triples in docMunyoki Kilyungi
2023-07-30Add string-capitalize-firstMunyoki Kilyungi
2023-07-30Make string->identifier take optional keyword argsMunyoki Kilyungi
2023-07-30Make dump-data? default to #f when dumping dataMunyoki Kilyungi
2023-07-30Rewrite dump-with-documentation to be order-agnosticMunyoki Kilyungi
2023-07-30Conditionally dump documentationMunyoki Kilyungi
2023-07-30Make prefix function have an optional ttl?Munyoki Kilyungi
2023-07-30Revert "Pass port as an optional argument"Munyoki Kilyungi
2023-07-30Add missing srfi-26 importMunyoki Kilyungi
2023-07-30Create a new procedure for shadowing a file portMunyoki Kilyungi
2023-07-30Rename auto-documentation-port -> pathMunyoki Kilyungi
2023-07-30Move dump-configuration record type to (dump documentation)Munyoki Kilyungi
2023-07-30Construct example SQL query and expected resultsMunyoki Kilyungi
2023-07-30Pass port to scm->triplesMunyoki Kilyungi
2023-07-30Pass port as an optional argumentMunyoki Kilyungi
2023-07-30Print out triples with the from Table.Name or Table.AliasMunyoki Kilyungi
2023-07-30Add table metadata to triple dumpMunyoki Kilyungi
2023-07-30Add a section sub-heading for schema triplesMunyoki Kilyungi
2023-07-30Wrap the dump title in quotesMunyoki Kilyungi
2023-07-30Replace #` with #'when fetching the name of the defined dumpMunyoki Kilyungi
2023-07-30Use call-with-target-database when dumping schema annotationsMunyoki Kilyungi
2023-07-30Conditionally autogenerate schema triples during dumpMunyoki Kilyungi
2023-07-30Rename dump-configuration slotsMunyoki Kilyungi
2023-07-30Make dumping optional, defaulting to #tMunyoki Kilyungi
2023-07-30Add table-dump? option to dump-configuration recordMunyoki Kilyungi
2023-07-30Optionally self-document while dumpingMunyoki Kilyungi
2023-07-30Add a configuration record-type for for the define macroMunyoki Kilyungi
2023-06-21Fix failing testsMunyoki Kilyungi
2023-05-26Replace broken char-sets with an empty stringMunyoki Kilyungi
2023-05-26Re-organize dumping macros and associated functionsMunyoki Kilyungi
2023-05-26Always use "~a" to output like "display"Munyoki Kilyungi
2023-05-26Return an empty string if args passed to ontology is emptyMunyoki Kilyungi
2023-05-26Fix how a symbol is displayed in the final RDFMunyoki Kilyungi
2023-04-05Simplify pattern matching when checking for a nodeMunyoki Kilyungi
2023-04-05Use match syntax to print object correctly during dumpMunyoki Kilyungi
2023-04-05Allow running raw queries in field formMunyoki Kilyungi
2023-04-05Annotate fields with a custom scheme such as "^^xsd:datetime"Munyoki Kilyungi