20 #include <MitkRDFExports.h>
38 enum Type { NOTHING,
URI, LITERAL, BLANK };
70 void SetType(Type type);
76 void SetDatatype(
RdfUri dataType);
82 void SetValue(std::string value);
94 RdfUri GetDatatype()
const;
100 std::string GetValue()
const;
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
MITKCORE_EXPORT std::ostream & operator<<(std::ostream &o, DataNode::Pointer &dtn)
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)