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__, collection) \
5 F(__VA_ARGS__, content_type) \
6 F(__VA_ARGS__, dataset) \
7 F(__VA_ARGS__, dataset_include) \
8 F(__VA_ARGS__, dataset_status) \
9 F(__VA_ARGS__, dataset_type) \
10 F(__VA_ARGS__, dataset_uri) \
11 F(__VA_ARGS__, document_of_datasets) \
12 F(__VA_ARGS__, completed) \
13 F(__VA_ARGS__, has_dataset) \
14 F(__VA_ARGS__, in_progress) \
15 F(__VA_ARGS__, in_preparation) \
16 F(__VA_ARGS__, point_cloud_dataset) \
17 F(__VA_ARGS__, scheduled) \
18 F(__VA_ARGS__, unknown)
19
20KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KDBSENSING_ASKCORE_DATASET_URIS, askcore_dataset,
21 "http://askco.re/dataset#")