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 14:25:30 -0400

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

Modified files:
        docs/pegboard/vocabprocess--tjl: peg.rst 
        org/fenfire/vocab: FF.java 
Added files:
        org/fenfire/vocab: CONTENTLINK.java 
Removed files:
        org/fenfire/vocab: ALPH.java PAPER.java PP.java SPATIAL.java 

Log message:
        More typos

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/vocabprocess--tjl/peg.rst.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/vocab/CONTENTLINK.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/vocab/FF.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/vocabprocess--tjl/peg.rst
diff -u fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.12 
fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.13
--- fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.12        Mon May 12 
14:20:30 2003
+++ fenfire/docs/pegboard/vocabprocess--tjl/peg.rst     Mon May 12 14:25:30 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/05/12 18:20:30 $
-:Revision: $Revision: 1.12 $
+:Last-Modified: $Date: 2003/05/12 18:25:30 $
+:Revision: $Revision: 1.13 $
 :Status:   Accepted
 
 It seems that vocabularies are easy to create but difficult
@@ -289,7 +289,7 @@
 ""
 
 Remove this class. 
-Move association to DLINK.
+Move association to STRUCTLINK.
 PP is really a special-case user interface for a subset of the full
 fenfire structure, so it's quite reasonable not to include a special 
vocabulary for it.
 
@@ -304,7 +304,7 @@
      */
     public class STRUCTLINK {
        static public final String _nsId = 
-           "http://fenfire.org/rdf-v/2003/05/dlink";;
+           "http://fenfire.org/rdf-v/2003/05/structlink";;
 
        /** The directed link association.
         * A and B are linked by the tuple (A, DLINK.dLink, B)
Index: fenfire/org/fenfire/vocab/FF.java
diff -u fenfire/org/fenfire/vocab/FF.java:1.2 
fenfire/org/fenfire/vocab/FF.java:1.3
--- fenfire/org/fenfire/vocab/FF.java:1.2       Sun Apr 13 03:49:05 2003
+++ fenfire/org/fenfire/vocab/FF.java   Mon May 12 14:25:30 2003
@@ -3,10 +3,22 @@
 package org.fenfire.vocab;
 import org.fenfire.swamp.Nodes;
 
+/** RDF Vocabulary of central concepts of Fenfire.
+ */
 public class FF {
-    static public Object content;
+    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 XML literal containing an enfilade
+     * parseable by alph.
+     * This is analogous to spreadsheet or zzStructure cell contents.
+     */
+    static public final Object content;
+
     static {
-       content = Nodes.get("http://fenfire.org/ff#content";);
+       content = Nodes.get(_nsId + "#content");
     }
 }
 




reply via email to

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