Posted
about 16 years
ago
by
deveiant
4 edits in trunkMore manual work.
Fixed page presentation in CSS.
|
Posted
about 16 years
ago
by
deveiant
2 edits in trunk
Removed experimental TSort support -- RDF graphs are not acyclic
|
Posted
about 16 years
ago
by
deveiant
6 edits in trunkUpdated build system.
Manual work.
Trimmed some trailing whitespace.
|
Posted
about 16 years
ago
by
deveiant
7 edits in trunkAdded some work to the Graphs tour page.
Modified the W3C spec templates to generate more-descriptive names.
Made the local spec:gdb output prettier.
|
Posted
about 16 years
ago
by
deveiant
Redleaf currently just uses String objects for plain literals, but makes no effort to handle encoding or language tags other than an optional extension for String (trunk/lib/redleaf/core_extensions.rb) that can handle language tags.
Redleaf should
|
Posted
about 16 years
ago
by
deveiant
The Archetypes system is a way of reflecting the structure of an RDF graph directly into Ruby objectspace, making it easy to use RDF to extend the functionality of Ruby objects, and also a natural way of interacting with the graph.
I should at
|
Posted
about 16 years
ago
by
deveiant
A large part of why RDF is interesting is its ability to infer triples which aren't explicitly added to a graph, so Redleaf should provide facilities for it.
I'm keeping some notes about possible implementations.
|
Posted
about 16 years
ago
by
deveiant
2 edits in trunk
Updated the build system -- will hopefully fix the broken CC build.
|
Posted
about 16 years
ago
by
deveiant
9 edits1 move2 adds in trunkUpdated build system
Manual
Upgraded jQuery to 1.3.2
Removed ThickBox?
Added some more stuff to Graphs and Parsing
Made Redleaf::Parser.find_by_name try to require the subclass its trying to load so the
user doesn't have to.
Fixed a bogus log message in Redleaf::HashesStore?
Added a turtle-parsing example.
|
Posted
about 16 years
ago
by
deveiant
The generators for the W3C test suite currently generate pending tests for the entailment and miscellaneous types of test. The entailment and miscellaneous templates should be fleshed out such that they generate valid specs according to the current recommendation.
|