public class Predicates
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Entity |
HAS_GLOSS
Has-Gloss predicate: Relates an entity to a natural language description (gloss)
that explicates the intended meaning.
|
static Entity |
HAS_INSTANCE
Has-Instance predicate: Relates a class to a specific instance of that class.
|
static Entity |
HAS_SUBCLASS
Has-Subclass predicate: Relates a class to a subsuming parent class.
|
static Entity |
INSTANCE_OF
Instance-Of predicate: Relates an entity to an ontological class it is an instance of.
|
static Entity |
LEXICALIZATION
Lexicalization predicate: Relates an entity to a term that may express or
refer to it in particular contexts.
|
static Entity |
MEANS
Meaning predicate: Relates a term to one of its possible meanings in
the language of the term.
|
static Entity |
SUBCLASS_OF
Subclass-Of predicate: Relates a parent class to a subsumed subclass.
|
public static final Entity MEANS
public static final Entity LEXICALIZATION
public static final Entity SUBCLASS_OF
public static final Entity HAS_SUBCLASS
public static final Entity INSTANCE_OF
public static final Entity HAS_INSTANCE
public static final Entity HAS_GLOSS