kDB: Knowledge DataBase
Loading...
Searching...
No Matches
ut.h
1#include <knowCore/Uris/Uris.h>
2
3#define KDB_UT_URIS(F, ...) \
4 F(__VA_ARGS__, data) \
5 F(__VA_ARGS__, graph) \
6 F(__VA_ARGS__, graphData) \
7 F(__VA_ARGS__, request)
8
9KNOWCORE_ONTOLOGY_URIS(kDB::Repository::Conformance::Uris, KDB_UT_URIS, ut,
10 "http://www.w3.org/2009/sparql/tests/test-update#")