kDB: Knowledge DataBase
Loading...
Searching...
No Matches
askcore_sgf.h
1#include <knowCore/Uris/Uris.h>
2
3#define KNOWGIS_ASKCORE_SGF_URIS(F, ...) \
4 F(__VA_ARGS__, collection) \
5 F(__VA_ARGS__, feature) \
6 F(__VA_ARGS__, has_property)
7
8KNOWCORE_ONTOLOGY_URIS(knowGIS::Uris, KNOWGIS_ASKCORE_SGF_URIS, askcore_sgf, "http://askco.re/sgf#")