/[fenfire]/fenfire/org/fenfire/modules/pp/PPVocab.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPVocab.java

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

revision 1.2 by mudyc, Sat Mar 8 23:32:39 2003 UTC revision 1.3 by mudyc, Sun Mar 9 01:28:20 2003 UTC
# Line 16  public static final String rcsid = "$Id$ Line 16  public static final String rcsid = "$Id$
16      public Property CoordX;      public Property CoordX;
17      public Property CoordY;      public Property CoordY;
18      public Property Depth;      public Property Depth;
19        public Property Association;
20        public Property LinkToContentRef;
21        public Property Data;
22    
23      // Resources      // Resources
24      public Resource PaperType;      public Resource PaperType;
25      public Resource Note;      public Resource Note;
26        public Resource DataType;
27    
28      public PPVocab() {      public PPVocab() {
29          String pp_voc = "http://fenfire.org/vocabulary/pp.html";          String pp_voc = "http://fenfire.org/vocabulary/pp.html";
# Line 31  public static final String rcsid = "$Id$ Line 35  public static final String rcsid = "$Id$
35              CoordX = new PropertyImpl(spatial_voc + "#coordX");              CoordX = new PropertyImpl(spatial_voc + "#coordX");
36              CoordY = new PropertyImpl(spatial_voc + "#coordY");              CoordY = new PropertyImpl(spatial_voc + "#coordY");
37              Depth = new PropertyImpl(spatial_voc + "#depth");              Depth = new PropertyImpl(spatial_voc + "#depth");
38                Association = new PropertyImpl(pp_voc + "#association");
39    
40                LinkToContentRef =
41                    new PropertyImpl(pp_voc + "#linkToContentReference");
42                Data = new PropertyImpl(pp_voc + "#realData");
43    
44    
45    
46              // Resources              // Resources
47              PaperType = new ResourceImpl(pp_voc + "#paper_type");              PaperType = new ResourceImpl(pp_voc + "#paperType");
48              Note = new ResourceImpl(pp_voc + "#note");              Note = new ResourceImpl(pp_voc + "#note");
49                DataType = new ResourceImpl(pp_voc + "#dataType");
50          } catch (RDFException e) {          } catch (RDFException e) {
51              p("Failed: "+e);              p("Failed: "+e);
52          }          }

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