gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/docs/pegboard/vocabprocess--tjl peg.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/docs/pegboard/vocabprocess--tjl peg.rst
Date: Mon, 12 May 2003 10:05:36 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Tuomas J. Lukka <address@hidden>        03/05/12 10:05:36

Modified files:
        docs/pegboard/vocabprocess--tjl: peg.rst 

Log message:
        fixpeg

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/vocabprocess--tjl/peg.rst.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/vocabprocess--tjl/peg.rst
diff -u fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.7 
fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.8
--- fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.7 Mon May 12 09:09:38 2003
+++ fenfire/docs/pegboard/vocabprocess--tjl/peg.rst     Mon May 12 10:05:36 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/05/12 13:09:38 $
-:Revision: $Revision: 1.7 $
+:Last-Modified: $Date: 2003/05/12 14:05:36 $
+:Revision: $Revision: 1.8 $
 :Status:   Current
 
 It seems that vocabularies are easy to create but difficult
@@ -202,9 +202,13 @@
     /** RDF Vocabulary of central concepts of Fenfire.
      */
     public class FF {
+
+       static public final String _nsId = 
+           "http://fenfire.org/rdf-v/2003/05/ff";;
+
        /** A property signifying fluid media "content" of a node.
         * Used as  (node, FF.content, literal) where the literal is
-        * an enfilade
+        * an XML literal containing an enfilade
         * parseable by alph.
         * This is analogous to spreadsheet or zzStructure cell contents.
         */
@@ -220,14 +224,17 @@
     /** RDF Vocabulary of content links.
      */
     public class FF {
+       static public final String _nsId = 
+           "http://fenfire.org/rdf-v/2003/05/clink";;
+
        /** The RDF class for content links. An node which is a content link
         * must have both the cLinkFrom and cLinkTo properties.
         */
        static public final Object CLink;
-       /** The Alph-parseable enfilade literal of a content link from-end.
+       /** The Alph-parseable enfilade XML literal of a content link from-end.
         */
        static public final Object cLinkFrom;
-       /** The Alph-parseable enfilade literal of a content link to-end.
+       /** The Alph-parseable enfilade XML literal of a content link to-end.
         */
        static public final Object cLinkTo;
     }
@@ -246,6 +253,9 @@
     /** RDF Vocabulary of 2D spatial canvases.
      */
     public class CANVAS2D {
+       static public final String _nsId = 
+           "http://fenfire.org/rdf-v/2003/05/canvas2d";;
+
        /** The RDF class of spatial 2D canvases.
         * Canvases contain (with the "contains" property)
         * nodes, which shall have the "x" and "y" properties.
@@ -285,6 +295,9 @@
      * one-to-one links.
      */
     public class DLINK {
+       static public final String _nsId = 
+           "http://fenfire.org/rdf-v/2003/05/dlink";;
+
        /** The directed link association.
         * A and B are linked by the tuple (A, DLINK.dLink, B)
         */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]