Semantic wikis implemented in Prolog?



Has anybody implemented a semantic wiki in Prolog? Most semantic wikis
allow at most 2 arguments to the predicates used in annotating pages; I
don't know why, but it's probably because RDF only likes binary
relations. So if you want to annotate with clauses for predicates of
arity > 2, you can only do so by coding them in terms of arity-2
predicates. None of the semantic wiki engines I've looked at are
implemented in Prolog: I wondered whether anyone on this group knows of
ones that are.

.



Relevant Pages

  • Re: OO versus RDB
    ... There is a very simple mapping from RM to PROLOG. ... a representation based on predicates, ... 'connection' comes from the fact that PROLOG stores rules about facts ...
    (comp.object)
  • Re: OO versus RDB
    ... There is a very simple mapping from RM to PROLOG. ... store knowledge using predicates. ... applied to a physical representation of a relational model. ...
    (comp.object)
  • Re: Prolog, memory management and memory leaks
    ... It depends on what you mean by a memory leak. ... Did the programmer mess up, ... the Prolog implementation you are working with). ... non-deterministic predicates in not always perfect. ...
    (comp.lang.prolog)
  • Re: Cross-Compiler development (MasterProlog/SWI/SICStus)
    ... In most Prolog applications, there are usually a small set of ... top predicates and a bigger number of auxiliary predicates. ... of the object encapsulating them. ... the configuration file for your Prolog compiler, ...
    (comp.lang.prolog)
  • Re: What should the semantics of hierarchical modules be?
    ... > Brian Hulley wrote: ... >>>the pure Prolog. ... But Prolog) Predicates are global and there are no objects or types to ... and write "foo" and let prolog discover what I meant by searching" ...
    (comp.lang.prolog)