kDB: Knowledge DataBase
Loading...
Searching...
No Matches
ssn.h
1#include "Uris.h"
2
3#define KNOWCORE_SSN_URIS(F, ...) \
4 F(__VA_ARGS__, SensorOutput) \
5 F(__VA_ARGS__, hasProperty) \
6 F(__VA_ARGS__, hasValue) \
7 F(__VA_ARGS__, observationResult) \
8 F(__VA_ARGS__, OperatingProperty) \
9 F(__VA_ARGS__, observationSamplingTime) \
10 F(__VA_ARGS__, observedBy) \
11 F(__VA_ARGS__, Property)
12
13KNOWCORE_ONTOLOGY_URIS(knowCore::Uris, KNOWCORE_SSN_URIS, ssn, "http://www.w3.org/ns/ssn/")