/[fenfire]/fenfire/docs/pegboard/vocabprocess--tjl/peg.rst
ViewVC logotype

Diff of /fenfire/docs/pegboard/vocabprocess--tjl/peg.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by tjl, Mon May 12 13:09:38 2003 UTC revision 1.8 by tjl, Mon May 12 14:05:36 2003 UTC
# Line 202  Retain. Javadocs:: Line 202  Retain. Javadocs::
202      /** RDF Vocabulary of central concepts of Fenfire.      /** RDF Vocabulary of central concepts of Fenfire.
203       */       */
204      public class FF {      public class FF {
205    
206            static public final String _nsId =
207                "http://fenfire.org/rdf-v/2003/05/ff";
208    
209          /** A property signifying fluid media "content" of a node.          /** A property signifying fluid media "content" of a node.
210           * Used as  (node, FF.content, literal) where the literal is           * Used as  (node, FF.content, literal) where the literal is
211           * an enfilade           * an XML literal containing an enfilade
212           * parseable by alph.           * parseable by alph.
213           * This is analogous to spreadsheet or zzStructure cell contents.           * This is analogous to spreadsheet or zzStructure cell contents.
214           */           */
# Line 220  Javadoc:: Line 224  Javadoc::
224      /** RDF Vocabulary of content links.      /** RDF Vocabulary of content links.
225       */       */
226      public class FF {      public class FF {
227            static public final String _nsId =
228                "http://fenfire.org/rdf-v/2003/05/clink";
229    
230          /** The RDF class for content links. An node which is a content link          /** The RDF class for content links. An node which is a content link
231           * must have both the cLinkFrom and cLinkTo properties.           * must have both the cLinkFrom and cLinkTo properties.
232           */           */
233          static public final Object CLink;          static public final Object CLink;
234          /** The Alph-parseable enfilade literal of a content link from-end.          /** The Alph-parseable enfilade XML literal of a content link from-end.
235           */           */
236          static public final Object cLinkFrom;          static public final Object cLinkFrom;
237          /** The Alph-parseable enfilade literal of a content link to-end.          /** The Alph-parseable enfilade XML literal of a content link to-end.
238           */           */
239          static public final Object cLinkTo;          static public final Object cLinkTo;
240      }      }
# Line 246  Javadoc:: Line 253  Javadoc::
253      /** RDF Vocabulary of 2D spatial canvases.      /** RDF Vocabulary of 2D spatial canvases.
254       */       */
255      public class CANVAS2D {      public class CANVAS2D {
256            static public final String _nsId =
257                "http://fenfire.org/rdf-v/2003/05/canvas2d";
258    
259          /** The RDF class of spatial 2D canvases.          /** The RDF class of spatial 2D canvases.
260           * Canvases contain (with the "contains" property)           * Canvases contain (with the "contains" property)
261           * nodes, which shall have the "x" and "y" properties.           * nodes, which shall have the "x" and "y" properties.
# Line 285  Javadoc:: Line 295  Javadoc::
295       * one-to-one links.       * one-to-one links.
296       */       */
297      public class DLINK {      public class DLINK {
298            static public final String _nsId =
299                "http://fenfire.org/rdf-v/2003/05/dlink";
300    
301          /** The directed link association.          /** The directed link association.
302           * A and B are linked by the tuple (A, DLINK.dLink, B)           * A and B are linked by the tuple (A, DLINK.dLink, B)
303           */           */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26