knowL: Knowledge Libraries
Loading...
Searching...
No Matches
askcore_stream.h
1#include "Uris.h"
2
3#define KNOWCORE_ASKCORE_STREAM_URIS(F, ...) \
4 F(__VA_ARGS__, stream) \
5 F(__VA_ARGS__, datatype) \
6 F(__VA_ARGS__, identifier)
7
8// TODO knowL 3.0 merge with agents as http://askco.re/agent/stream#
9KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KNOWCORE_ASKCORE_STREAM_URIS, askcore_stream, "http://askco.re/stream#")
10
11