knowL: Knowledge Libraries
Loading...
Searching...
No Matches
askcore_unit.h
1#include "Uris.h"
2
3#define KNOWCORE_ASKCORE_UNIT_URIS(F, ...) \
4 F(__VA_ARGS__, no_unit) \
5 F(__VA_ARGS__, point) \
6 F(__VA_ARGS__, point_per_m2) \
7 F(__VA_ARGS__, point_per_millim2)
8
9KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KNOWCORE_ASKCORE_UNIT_URIS, askcore_unit,
10 "http://askco.re/unit#")