[Z3-zemantic] Bug in WALKTHROUGH.txt
Reinout van Rees
reinout at vanrees.org
Tue Mar 1 14:11:31 MET 2005
On Tue, 1 Mar 2005, Paul Everitt wrote:
> """
> Go to your Zope 3 site management folder and add a 'Zemantic' and a
> 'Zontology' utility.
> """
>
> However, I think you've renamed this on the trunk to "Information
> Store" and "Triple Store". I'm not sure what is the difference between
> these two.
I haven't gotten around to playing with Zemantic yet, but I've done
some work with rdflib itself. "Information store" and "Triple store"
are rdflib terms. They're the actual containers of the rdf info. A
"triple store" only stores the plain subject,property,object rdf
triples; an "information store" adds a fourth attribute to every
triple, namely where it got that triple from. With an information
store you can read in a number of rdf files and search through the lot
of them, but you can also restrict a query to just one of the original
sources.
Hopefully this gives you some pointers. It might also be completely
redundant information, though :-)
Reinout
--
Reinout van Rees - reinout at vanrees.org
I want a job: http://vanrees.org/weblog/1103914292
"engineer: a mechanism for converting caffeine into designs"
More information about the Z3-zemantic
mailing list