ibspan.tss.um.ontology
Interface Wealth

All Superinterfaces:
Measure, Ordinal, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
WealthImpl

public interface Wealth
extends Ordinal, com.ibm.adtech.jastor.Thing

Interface for Wealth ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/UserModelling#Wealth)


RDF Schema Standard Properties
comment : Express wealth of a person.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Resource AverageRich
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#AverageRich
static Resource NotRich
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#NotRich
static Resource Rich
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#Rich
static Resource TYPE
          The rdf:type for this ontology class
static Resource VeryRich
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#VeryRich
 
Fields inherited from interface ibspan.tss.um.ontology.Ordinal
hasRankProperty
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 
Methods inherited from interface ibspan.tss.um.ontology.Ordinal
getHasRank, setHasRank
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final Resource TYPE
The rdf:type for this ontology class


AverageRich

static final Resource AverageRich
Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#AverageRich


VeryRich

static final Resource VeryRich
Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#VeryRich


Rich

static final Resource Rich
Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#Rich


NotRich

static final Resource NotRich
Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#NotRich