01: package org.garret.rdf; 02: 03: import org.garret.perst.*; 04: 05: /** 06: * Property definition 07: */ 08: public class PropDef extends Persistent { 09: /** 10: * Name of the property 11: */ 12: public String name; 13: }