knowL: Knowledge Libraries
Loading...
Searching...
No Matches
askcore_dataset.h
1#include "Uris.h"
2
3#define KDBSENSING_ASKCORE_DATASET_URIS(F, ...) \
4 F(__VA_ARGS__, dataset) \
5 F(__VA_ARGS__, dataset_uri) \
6 F(__VA_ARGS__, dataset_include) \
7 F(__VA_ARGS__, dataset_type) \
8 F(__VA_ARGS__, dataset_status) \
9 F(__VA_ARGS__, document_of_datasets) \
10 F(__VA_ARGS__, completed) \
11 F(__VA_ARGS__, in_progress) \
12 F(__VA_ARGS__, in_preparation) \
13 F(__VA_ARGS__, point_cloud_dataset) \
14 F(__VA_ARGS__, scheduled) \
15 F(__VA_ARGS__, unknown)
16
17KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KDBSENSING_ASKCORE_DATASET_URIS, askcore_dataset, "http://askco.re/dataset#")
18