diff --git a/java_api/classfr_1_1inria_1_1corese_1_1jena_1_1convert_1_1ConvertJenaCorese.html b/java_api/classfr_1_1inria_1_1corese_1_1jena_1_1convert_1_1ConvertJenaCorese.html index 35c03164b..21352414a 100644 --- a/java_api/classfr_1_1inria_1_1corese_1_1jena_1_1convert_1_1ConvertJenaCorese.html +++ b/java_api/classfr_1_1inria_1_1corese_1_1jena_1_1convert_1_1ConvertJenaCorese.html @@ -488,7 +488,10 @@
Converts data structures between Apache Jena and Corese libraries.
+Provides methods for converting individual nodes, contexts, and more complex data structures such as triples, quads, and lists of quads. Primarily used for translating data between the RDF-star and RDF data models. Also includes utility methods for extracting timestamps and rule names from nodes.
+This docstring was generated by AI.
+Public Static Functions
Converts a quad to an edge and sets the edge index with the timestamp.
+If the timestamp from the quad’s graph is greater than or equal to the given timestamp, an edge object is created using the quad’s subject, predicate, object and context. The edge’s index is then set with the timestamp and returned. Otherwise, the method returns null.
++This docstring was generated by AI.
+quad – The quad to be converted
oper – The operation type
timestamp – The timestamp value
An edge object created from the quad and the timestamp, or null if the quad’s graph timestamp is less than the given timestamp
+