API -&nbspSmartSlog KP Library
Data Fields
property_s Struct Reference

Property structure, represents OWL property. More...

#include <structures.h>

Data Fields

int rtti
int type
char * name
char * domain
char * about
list_t * subpropertyof
list_t * oneof
int mincardinality
int maxcardinality

Detailed Description

Property structure, represents OWL property.


Field Documentation

char* property_s::about

About field.

char* property_s::domain

Property domain.

int property_s::maxcardinality

Maximum cardinality.

int property_s::mincardinality

Minimal cardinality.

char* property_s::name

Name of property.

list_t* property_s::oneof

Propertie's oneof value (OWL oneof).

int property_s::rtti

Run-time type information.

list_t* property_s::subpropertyof

Parent properties list.

int property_s::type

Property type: object, data.


The documentation for this struct was generated from the following file: