Individuals

struct CowlIndividual : public CowlPrimitive

Represents an Individual in the OWL 2 specification.

Subclassed by CowlAnonInd, CowlNamedInd

Public Static Functions

static inline bool cowl_individual_is_named(CowlAnyIndividual *ind)

Returns true if the underlying individual is named.

Parameters

ind – The individual.

Returns

True if the underlying individual is named, false otherwise.