knowL: Knowledge Libraries
Loading...
Searching...
No Matches
askcore_declaration.h
1#include "Uris.h"
2
3#define KDBSENSING_ASKCORE_DECLARATION_URIS(F, ...) \
4 F(__VA_ARGS__, constant) \
5 F(__VA_ARGS__, focus_node_shape) \
6 F(__VA_ARGS__, quantiy_value_shape)
7
8KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KDBSENSING_ASKCORE_DECLARATION_URIS, askcore_declaration, "http://askco.re/declaration#")
9