/[fenfire]/fenfire/org/fenfire/vocab/FF.java
ViewVC logotype

Diff of /fenfire/org/fenfire/vocab/FF.java

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

revision 1.2 by tjl, Sun Apr 13 07:49:05 2003 UTC revision 1.3 by tjl, Mon May 12 18:25:30 2003 UTC
# Line 3  Line 3 
3  package org.fenfire.vocab;  package org.fenfire.vocab;
4  import org.fenfire.swamp.Nodes;  import org.fenfire.swamp.Nodes;
5    
6    /** RDF Vocabulary of central concepts of Fenfire.
7     */
8  public class FF {  public class FF {
9      static public Object content;      static public final String _nsId =
10            "http://fenfire.org/rdf-v/2003/05/ff";
11    
12        /** A property signifying fluid media "content" of a node.
13         * Used as  (node, FF.content, literal) where the literal is
14         * an XML literal containing an enfilade
15         * parseable by alph.
16         * This is analogous to spreadsheet or zzStructure cell contents.
17         */
18        static public final Object content;
19    
20      static {      static {
21          content = Nodes.get("http://fenfire.org/ff#content");          content = Nodes.get(_nsId + "#content");
22      }      }
23  }  }
24    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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