kDB: Knowledge DataBase
Loading...
Searching...
No Matches
rdfs.h
1#include "Uris.h"
2
3#define KNOWCORE_RDFS_URIS(F, ...) \
4 F(__VA_ARGS__, label) \
5 F(__VA_ARGS__, comment) \
6 F(__VA_ARGS__, seeAlso) \
7 F(__VA_ARGS__, subClassOf)
8
9KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KNOWCORE_RDFS_URIS, rdfs,
10 "http://www.w3.org/2000/01/rdf-schema#")