2
I Use This!
Inactive

News

Analyzed 6 days ago. based on code collected 6 days ago.
Posted over 16 years ago by deveiant
4 edits in trunkAdded a fix for string typed literals in Redleaf.make_literal_string Corrected the type-registry system; it was returning the datatype uri and canonical string value in the wrong order.
Posted over 16 years ago by deveiant
1 edit1 add in trunk Oops. Really add the triple stores manual page this time.
Posted over 16 years ago by deveiant
11 edits in trunkUpdated the build system to hopefully fix the CC build. Manual: Fixed links to reflect the reorg/consolidation. Started a chapter for triple stores. Added an optional target-fragment to the links filter.
Posted over 16 years ago by deveiant
14 edits4 deletes in trunkEliminated most uses of librdf_node_to_string() to avoid leaks. Added module function Redleaf.make_literal_string. Consolidated all the Graph manual pages into one. Worked a bit more on the port of danbri's SKOS demo.
Posted over 16 years ago by deveiant
6 edits in trunkAdded more tests around Redleaf::Graph#store= and Redleaf::Store#graph= Added W3C vCard namespace to CommonNamespaces? Finished the Turtle parser spec
Posted over 16 years ago by mahlon
1 edit in trunk/ext/store.cChanged some comments to get my name in this file. I rule! librdf_storage_close() was causing a segfault. We *think* that the problem is a double close on the storage backend.
Posted over 16 years ago by deveiant
3 edits1 add in trunkManual diagram work Added my online manual rsync script to docs/
Posted over 16 years ago by deveiant
Updated build system Fixed the block-style Redleaf::Utils.register_new_class, which was ignoring the block. Manual work
Posted over 16 years ago by deveiant
Checkpoint commit
Posted over 16 years ago by deveiant
This will allow you to append entire subgraphs of nodes by appending a hash of the form: { # Make several statements about the same subject <subject1> => { <predicate1> => <object1>, <predicate2> => ... [More] <object2> }, # or connect a subject to several other statements via a blank node <subject2> => { <predicate3> => { <predicate4> => <object4>, <predicate5> => <object5>, <predicate6> => <object6>, } } The hash is deliberately modeled after the Turtle syntax, and I'll be considering how and if to add some of the other shortcuts from it (e.g., RDF Containers, etc.). [Less]