ibspan.tss.um.ontology
Interface Classification

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
ClassificationImpl

public interface Classification
extends com.ibm.adtech.jastor.Thing

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

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


RDF Schema Standard Properties
comment : Classification of an opinion.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Resource Interesting
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#Interesting
static Resource NotClassified
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#NotClassified
static Resource NotInteresting
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#NotInteresting
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 
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


NotClassified

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


NotInteresting

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


Interesting

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