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

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

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

revision 1.2 by mudyc, Fri May 2 00:22:41 2003 UTC revision 1.3 by tjl, Mon May 12 18:27:16 2003 UTC
# Line 3  Line 3 
3  package org.fenfire.vocab;  package org.fenfire.vocab;
4  import org.fenfire.swamp.*;  import org.fenfire.swamp.*;
5    
6  /** XXX  /** RDF vocabulary of central RDF URIs defined outside fenfire.
7   */   */
8  public class RDF {  public class RDF {
9  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
10    
11        /** The RDF type attribute. A node's type can be declared
12         * to be Foo
13         * by a triple (node, RDF.type, Foo).
14         */
15      static public Object type;      static public Object type;
16    
17      static {      static {

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