00001 00023 #ifndef _LIBGNURDF_SEQ_H_ 00024 #define _LIBGNURDF_SEQ_H_ 00025 00026 #include <libgnurdf/types.h> 00027 00028 #ifdef __cplusplus 00029 extern "C" { 00030 #endif 00031 00041 RdfSeq *rdfCreateSeq(RdfElement *parent, const char *property, 00042 RdfNamespace *ns); 00043 00055 RdfElement *rdfSeqAddValue(RdfSeq *seq, const char *property, 00056 RdfNamespace *ns, const char *value, 00057 RdfElement *element); 00058 00059 #ifdef __cplusplus 00060 } 00061 #endif 00062 00063 #endif /* _LIBGNURDF_SEQ_H_ */ 00064