knowL: Knowledge Libraries
Loading...
Searching...
No Matches
rdf.h
1#include "Uris.h"
2
3#define KNOWCORE_RDF_URIS(F, ...) \
4 F(__VA_ARGS__, a, "type") \
5 F(__VA_ARGS__, first) \
6 F(__VA_ARGS__, langString) \
7 F(__VA_ARGS__, rest) \
8 F(__VA_ARGS__, nil)
9
10KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KNOWCORE_RDF_URIS, rdf,
11 "http://www.w3.org/1999/02/22-rdf-syntax-ns#")