Example #1
0
 public static int librdf_model_add_typed_literal_statement(SWIGTYPE_p_librdf_model_s model, SWIGTYPE_p_librdf_node_s subject, SWIGTYPE_p_librdf_node_s predicate, string string, string xml_language, SWIGTYPE_p_librdf_uri_s datatype_uri)
Example #2
0
 public static void librdf_free_node(SWIGTYPE_p_librdf_node_s r)
 {
     RedlandPINVOKE.librdf_free_node(SWIGTYPE_p_librdf_node_s.getCPtr(r));
 }
Example #3
0
 public static int librdf_model_add(SWIGTYPE_p_librdf_model_s model, SWIGTYPE_p_librdf_node_s subject, SWIGTYPE_p_librdf_node_s predicate, SWIGTYPE_p_librdf_node_s object)
 {
     return RedlandPINVOKE.librdf_model_add(SWIGTYPE_p_librdf_model_s.getCPtr(model), SWIGTYPE_p_librdf_node_s.getCPtr(subject), SWIGTYPE_p_librdf_node_s.getCPtr(predicate), SWIGTYPE_p_librdf_node_s.getCPtr(object));
 }