From 4038ab95a094b363f1748f3dcb51511a1217475d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:40:05 +0200 Subject: Adding upstream version 2.0.16. Signed-off-by: Daniel Baumann --- docs/html/raptor2-section-constants.html | 138 +++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 docs/html/raptor2-section-constants.html (limited to 'docs/html/raptor2-section-constants.html') diff --git a/docs/html/raptor2-section-constants.html b/docs/html/raptor2-section-constants.html new file mode 100644 index 0000000..460e8ca --- /dev/null +++ b/docs/html/raptor2-section-constants.html @@ -0,0 +1,138 @@ + + + + +section-constants: Raptor RDF Syntax Library Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

section-constants

+

section-constants

+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
extern const unsigned int raptor_rdf_namespace_uri_len
extern const unsigned int raptor_rdf_schema_namespace_uri_len
extern const unsigned int raptor_xml_literal_datatype_uri_string_len
#defineRAPTOR_RDF_MS_URI
#defineRAPTOR_RDF_SCHEMA_URI
#defineRAPTOR_XMLSCHEMA_DATATYPES_URI
#defineRAPTOR_OWL_URI
+
+
+

Description

+
+
+

Functions

+

+
+
+

Types and Values

+
+

raptor_rdf_namespace_uri_len

+
extern const unsigned int raptor_rdf_namespace_uri_len;
+
+

Length of raptor_rdf_namespace_uri string

+
+
+
+

raptor_rdf_schema_namespace_uri_len

+
extern const unsigned int raptor_rdf_schema_namespace_uri_len;
+
+
+
+
+

raptor_xml_literal_datatype_uri_string_len

+
extern const unsigned int raptor_xml_literal_datatype_uri_string_len;
+
+

Length of raptor_xml_literal_datatype_uri_string

+
+
+
+

RAPTOR_RDF_MS_URI

+
#define RAPTOR_RDF_MS_URI raptor_rdf_namespace_uri
+
+

RDF Namespace URI (rdf:).

+

Copy with raptor_uri_copy() to use.

+
+
+
+

RAPTOR_RDF_SCHEMA_URI

+
#define RAPTOR_RDF_SCHEMA_URI raptor_rdf_schema_namespace_uri
+
+

RDF Schema Namespace URI (rdfs:).

+

Copy with raptor_uri_copy() to use.

+
+
+
+

RAPTOR_XMLSCHEMA_DATATYPES_URI

+
#define RAPTOR_XMLSCHEMA_DATATYPES_URI raptor_xmlschema_datatypes_namespace_uri
+
+

XML Schema Datatypes URI (xsd:).

+

Copy with raptor_uri_copy() to use.

+
+
+
+

RAPTOR_OWL_URI

+
#define RAPTOR_OWL_URI raptor_owl_namespace_uri
+
+

OWL Namespace URI (owl:).

+

Copy with raptor_uri_copy() to use.

+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3