knowL: Knowledge Libraries
Loading...
Searching...
No Matches
foaf.h
1#include "Uris.h"
2
3#define KNOWCORE_FOAF_URIS(F, ...) \
4 F(__VA_ARGS__, name)
5
6KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KNOWCORE_FOAF_URIS, foaf, "http://xmlns.com/foaf/0.1/")
7