| Subset a list of ExternalReferences | [,ExternalReference-method |
| Assign values in a list of ExternalReferences | [<-,ExternalReference-method |
| Add a Statement object to the Model | addStatement addStatement,Model,Statement-method |
| Execute a query | executeQuery executeQuery,Query-method |
| Free memory used by a librdf model. | freeModel freeModel,Model-method |
| Free memory used by a librdf parser | freeParser freeParser,Parser-method |
| Free memory used by a librdf query | freeQuery freeQuery,Query-method |
| Free memory used by a librdf query results | freeQueryResults freeQueryResults,QueryResults-method |
| Free memory used by a librdf serializer. | freeSerializer freeSerializer,Serializer-method |
| Free memory used by a librdf statement | freeStatement freeStatement,Statement-method |
| Free memory used by a librdf storage object | freeStorage freeStorage,Storage-method |
| Free memory used by a librdf world object | freeWorld freeWorld,World-method |
| Get the blank identifier that has been assigned for a specified Node object | getBlankNodeId getBlankNodeId,Node-method |
| Determine the node type and return as a string | getNodeType getNodeType,Node-method |
| Get the value of the node as a string | getNodeValue getNodeValue,Node-method |
| Get the query result limit | getQueryResultLimit getQueryResultLimit,Query-method |
| Return all query results | getResults getResults,Query-method |
| Return the redland node type for the specified RDF term in a statement | getTermType getTermType,Statement,character-method |
| Constructor for a Model object. | initialize,Model-method Model-initialize |
| Initialize a Node object. | initialize,Node-method Node-initialize |
| Initialize a Parser object. | initialize,Parser-method Parser-initialize |
| Initialize the Query object. | initialize,Query-method Query-initialize |
| Initialize the QueryResults object. | initialize,QueryResults-method QueryResults-initialize |
| Construct a Serializer object. | initialize,Serializer-method Serializer-initialize |
| Construct a Statement object. | initialize,Statement-method Statement-initialize |
| Initialize a Storage object | initialize,Storage-method Storage-initialize |
| Initialize the World object. | initialize,World-method World-initialize |
| Determine whether an externalptr object is NULL. | is.null.externalptr |
| Return length of a SWIGArray | length,SWIGArray-method |
| Copyright string (multiple lines). | librdf_copyright_string |
| Return Redland RDF copyright string | librdf_copyright_string_get |
| Finish the digesting of data. | librdf_digest_final |
| (Re)initialise the librdf_digest object. | librdf_digest_init |
| Get a string representation of the digest object. | librdf_digest_to_string |
| Add more data to the librdf_digest object. | librdf_digest_update |
| Add a string to the librdf_digest object. | librdf_digest_update_string |
| Destructor - destroy a librdf_digest object. | librdf_free_digest |
| Destructor - destroy a librdf_hash object. | librdf_free_hash |
| Destructor - destroy a librdf_iterator object. | librdf_free_iterator |
| Destructor - Destroy a librdf_model object. | librdf_free_model |
| Destructor - destroy an librdf_node object. | librdf_free_node |
| Destructor - destroys a librdf_parser object. | librdf_free_parser |
| Destructor - destroy a librdf_query object. | librdf_free_query |
| Destructor - destroy a librdf_query_results object. | librdf_free_query_results |
| Destructor - destroys a librdf_serializer object. | librdf_free_serializer |
| Destructor - destroy a librdf_statement. | librdf_free_statement |
| Destructor - destroy a librdf_storage object. | librdf_free_storage |
| Destructor - destroy an libdf_stream object. | librdf_free_stream |
| Destructor - destroy a librdf_uri object. | librdf_free_uri |
| Terminate the library and frees all allocated resources. | librdf_free_world |
| Format the hash as a string, suitable for parsing by librdf_hash_from_string. | librdf_hash_to_string |
| For internal testing, not part of public API | librdf_internal_test_error |
| For internal testing, not part of public API | librdf_internal_test_warning |
| Test if the iterator has finished. | librdf_iterator_end |
| Get the context of the current object on the iterator. | librdf_iterator_get_context |
| Get the current object from the iterator. | librdf_iterator_get_object |
| Move to the next iterator element. | librdf_iterator_next |
| Retrieve error code from log message. | librdf_log_message_code |
| Retrieve facility that generated the message. | librdf_log_message_facility |
| Retrieve severity of log message. | librdf_log_message_level |
| Retrieve locator of log entry. | librdf_log_message_locator |
| Retrieve text message from log entry. | librdf_log_message_message |
| Create and add a new statement about a resource to the model. | librdf_model_add |
| Add a statement to the model. | librdf_model_add_statement |
| Add a stream of statements to the model. | librdf_model_add_statements |
| Create and add a new statement about a literal to the model. | librdf_model_add_string_literal_statement |
| Create and add a new statement about a typed literal to the model. | librdf_model_add_typed_literal_statement |
| List the model contents as a stream of statements. | librdf_model_as_stream |
| Check for a context in the model. | librdf_model_contains_context |
| Check for a statement in the model. | librdf_model_contains_statement |
| Add a statement to a model with a context. | librdf_model_context_add_statement |
| Add statements to a model with a context. | librdf_model_context_add_statements |
| List all statements in a model context. | librdf_model_context_as_stream |
| Remove a statement from a model in a context. | librdf_model_context_remove_statement |
| Remove statements from a model with the given context. | librdf_model_context_remove_statements |
| Find matching statements in the model. | librdf_model_find_statements |
| Search the model for matching statements in a given context. | librdf_model_find_statements_in_context |
| Return one arc (predicate) of an arc in an RDF graph given source (subject) and target (object). | librdf_model_get_arc |
| Return the arcs (predicates) of an arc in an RDF graph given source (subject) and target (object). | librdf_model_get_arcs |
| Return the properties pointing to the given resource. | librdf_model_get_arcs_in |
| Return the properties pointing from the given resource. | librdf_model_get_arcs_out |
| Return the list of contexts in the graph. | librdf_model_get_contexts |
| Get the value of a graph feature . | librdf_model_get_feature |
| Return one source (subject) of arc in an RDF graph given arc (predicate) and target (object). | librdf_model_get_source |
| Return the sources (subjects) of arc in an RDF graph given arc (predicate) and target (object). | librdf_model_get_sources |
| Return one target (object) of an arc in an RDF graph given source (subject) and arc (predicate). | librdf_model_get_target |
| Return the targets (objects) of an arc in an RDF graph given source (subject) and arc (predicate). | librdf_model_get_targets |
| Check if a node has a given property pointing to it. | librdf_model_has_arc_in |
| Check if a node has a given property pointing from it. | librdf_model_has_arc_out |
| Load content from a URI into the model. | librdf_model_load |
| Execute a query against the model. | librdf_model_query_execute |
| Remove a known statement from the model. | librdf_model_remove_statement |
| Set the value of a graph feature. | librdf_model_set_feature |
| Get the number of statements in the model. | librdf_model_size |
| Synchronise the model to the model implementation. | librdf_model_sync |
| Write serialized model to a string. | librdf_model_to_string |
| Commit a transaction. | librdf_model_transaction_commit |
| Rollback a transaction. | librdf_model_transaction_rollback |
| Start a transaction | librdf_model_transaction_start |
| Constructor - create a new librdf_digest object. | librdf_new_digest |
| Constructor - create a new librdf_hash object. | librdf_new_hash |
| Constructor - create a new librdf_hash object from an array of strings. | librdf_new_hash_from_array_of_strings |
| Constructor - create a new librdf_hash object from a string. | librdf_new_hash_from_string |
| Constructor - create a new storage librdf_model object. | librdf_new_model |
| Copy constructor - create a new librdf_model from an existing one. | librdf_new_model_from_model |
| Constructor - Create a new librdf_model with storage. | librdf_new_model_with_options |
| Constructor - create a new librdf_node object with a private identifier. | librdf_new_node |
| Constructor - create a new blank node librdf_node object from a blank node identifier. | librdf_new_node_from_blank_identifier |
| Constructor - create a new literal librdf_node object. | librdf_new_node_from_literal |
| Copy constructor - create a new librdf_node object from an existing librdf_node object. | librdf_new_node_from_node |
| Constructor - create a new librdf_node object from a UTF-8 encoded URI string normalised to a new base URI. | librdf_new_node_from_normalised_uri_string |
| Constructor - create a new typed literal librdf_node object. | librdf_new_node_from_typed_literal |
| Constructor - create a new resource librdf_node object with a given URI. | librdf_new_node_from_uri |
| Constructor - create a new resource librdf_node object with a given URI and local name. | librdf_new_node_from_uri_local_name |
| Constructor - create a new librdf_node object from a URI string. | librdf_new_node_from_uri_string |
| Constructor - create a new librdf_parser object. | librdf_new_parser |
| Constructor - create a new librdf_query object. | librdf_new_query |
| Copy constructor - create a new librdf_query object from an existing one | librdf_new_query_from_query |
| Constructor - create a new librdf_serializer object. | librdf_new_serializer |
| Constructor - create a new empty librdf_statement. | librdf_new_statement |
| Constructor - create a new librdf_statement from existing librdf_node objects. | librdf_new_statement_from_nodes |
| Copy constructor - create a new librdf_statement from an existing librdf_statement. Creates a deep copy - changes to original statement nodes are not reflected in the copy. | librdf_new_statement_from_statement |
| Constructor - create a new librdf_storage object. | librdf_new_storage |
| Copy constructor - create a new librdf_storage object from an existing one | librdf_new_storage_from_storage |
| Constructor - create a new librdf_uri object from a URI string. | librdf_new_uri |
| Constructor - create a new librdf_uri object from a filename. | librdf_new_uri_from_filename |
| Copy constructor - create a new librdf_uri object from an existing librdf_uri object. | librdf_new_uri_from_uri |
| Create a new Redland execution environment. | librdf_new_world |
| Compare two librdf_node objects for equality. | librdf_node_equals |
| Get the blank node identifier as a UTF-8 encoded string. | librdf_node_get_blank_identifier |
| Get the node li object ordinal value. | librdf_node_get_li_ordinal |
| Get the literal value of the node as a UTF-8 encoded string. | librdf_node_get_literal_value |
| Get the string literal value of the node as ISO Latin-1. | librdf_node_get_literal_value_as_latin1 |
| Get the typed literal datatype URI of the literal node. | librdf_node_get_literal_value_datatype_uri |
| Get the XML well-formness property of the node. | librdf_node_get_literal_value_is_wf_xml |
| Get the XML language of the node. | librdf_node_get_literal_value_language |
| Get the type of the node. | librdf_node_get_type |
| Get the URI for a node object. | librdf_node_get_uri |
| Check node is a blank nodeID. | librdf_node_is_blank |
| Check node is a literal. | librdf_node_is_literal |
| Check node is a resource. | librdf_node_is_resource |
| Check if a parser name is known | librdf_parser_check_name |
| Get an HTTP Accept value for the parser. | librdf_parser_get_accept_header |
| Get the value of a parser feature. | librdf_parser_get_feature |
| Get the number of namespaces seen during parsing | librdf_parser_get_namespaces_seen_count |
| Get the prefix of namespaces seen during parsing | librdf_parser_get_namespaces_seen_prefix |
| Get the uri of namespaces seen during parsing | librdf_parser_get_namespaces_seen_uri |
| Get a parser name for content with type or identifier | librdf_parser_guess_name2 |
| Parse a URI to a librdf_stream of statements. | librdf_parser_parse_as_stream |
| Parse a counted string of content to a librdf_stream of statements. | librdf_parser_parse_counted_string_as_stream |
| Parse a counted string of content into an librdf_model. | librdf_parser_parse_counted_string_into_model |
| Parse a URI of content into an librdf_model. | librdf_parser_parse_into_model |
| Parse a string of content to a librdf_stream of statements. | librdf_parser_parse_string_as_stream |
| Parse a string of content into an librdf_model. | librdf_parser_parse_string_into_model |
| Set the value of a parser feature. | librdf_parser_set_feature |
| Run the query on a model. | librdf_query_execute |
| Get the query-specified limit on results. | librdf_query_get_limit |
| Get the query-specified offset on results. | librdf_query_get_offset |
| Get a query result as an RDF graph in librdf_stream form | librdf_query_results_as_stream |
| Find out if binding results are exhausted. | librdf_query_results_finished |
| Get binding name for the current result. | librdf_query_results_get_binding_name |
| Get one binding value for the current result. | librdf_query_results_get_binding_value |
| Get one binding value for a given name in the current result. | librdf_query_results_get_binding_value_by_name |
| Get the number of bound variables in the result. | librdf_query_results_get_bindings_count |
| Get boolean query result. | librdf_query_results_get_boolean |
| Get number of bindings so far. | librdf_query_results_get_count |
| Test if librdf_query_results is variable bindings format. | librdf_query_results_is_bindings |
| Test if librdf_query_results is boolean format. | librdf_query_results_is_boolean |
| Test if librdf_query_results is RDF graph format. | librdf_query_results_is_graph |
| Test if librdf_query_results is a syntax. | librdf_query_results_is_syntax |
| Move to the next result. | librdf_query_results_next |
| Write a query results to a file. | librdf_query_results_to_file2 |
| Turn a query results into a string. | librdf_query_results_to_string2 |
| Set the query-specified limit on results. | librdf_query_set_limit |
| Set the query-specified offset on results. | librdf_query_set_offset |
| Check if a serializer name is known | librdf_serializer_check_name |
| Get the value of a serializer feature. | librdf_serializer_get_feature |
| Write a serialized librdf_model to a file. | librdf_serializer_serialize_model_to_file |
| Write a serialized librdf_model to a string. The returned string must be freed by the caller using librdf_free_memory(). | librdf_serializer_serialize_model_to_string |
| Write a librdf_stream to a file. | librdf_serializer_serialize_stream_to_file |
| Write a librdf_stream to a string. | librdf_serializer_serialize_stream_to_string |
| Set the value of a serializer feature. | librdf_serializer_set_feature |
| Set a namespace URI/prefix mapping. | librdf_serializer_set_namespace |
| Short copyright string (one line). | librdf_short_copyright_string |
| Return Redland librdf copyright string | librdf_short_copyright_string_get |
| Check if two statements are equal. | librdf_statement_equals |
| Get the statement object. | librdf_statement_get_object |
| Get the statement predicate. | librdf_statement_get_predicate |
| Get the statement subject. | librdf_statement_get_subject |
| Check if statement is a complete and legal RDF triple. | librdf_statement_is_complete |
| Match a statement against a 'partial' statement. | librdf_statement_match |
| Set the statement object. | librdf_statement_set_object |
| Set the statement predicate. | librdf_statement_set_predicate |
| Set the statement subject. | librdf_statement_set_subject |
| Test if the stream has ended. | librdf_stream_end |
| Get the current librdf_statement in the stream. | librdf_stream_get_object |
| Move to the next librdf_statement in the stream. | librdf_stream_next |
| Compare two librdf_uri objects lexicographically. | librdf_uri_compare |
| Compare two librdf_uri objects for equality. | librdf_uri_equals |
| Format the URI as a string. | librdf_uri_to_string |
| Library full version as a decimal integer. | librdf_version_decimal |
| Return Redland librdf copyright | librdf_version_decimal_get |
| Library major version number as a decimal integer. | librdf_version_major |
| Return the Redland librdf major version number | librdf_version_major_get |
| Library minor version number as a decimal integer. | librdf_version_minor |
| Return the Redland librdf minor version number | librdf_version_minor_get |
| Library release version number as a decimal integer. | librdf_version_release |
| Return the Redland librdf release version number | librdf_version_release_get |
| Library full version as a string. | librdf_version_string |
| Return the Redland librdf version as a string. | librdf_version_string_get |
| Get the value of a world feature. | librdf_world_get_feature |
| Open a created redland world environment. | librdf_world_open |
| Set the value of a world feature. | librdf_world_set_feature |
| Set the world log handling function. | librdf_world_set_logger |
| A custom Roxygen roclet that adds Redland RDF functions to NAMESPACE file generated by Roxygen. | mergeNamespace_roclet |
| A Redland Model object | Model Model-class |
| A Redland Node, used to store one node in an RDF triple statement. | Node Node-class |
| Parse the contents of a file into a model | parseFileIntoModel parseFileIntoModel,Parser,World,character,Model-method |
| An RDF Parser object | Parser Parser-class |
| Query an RDF model | Query Query-class |
| A Redland QueryResults object is used to inspect query results from a Query object. | QueryResults QueryResults-class |
| Get the locator byte offset from locator. | raptor_locator_byte |
| Get column number from locator | raptor_locator_column |
| Get file name from locator. | raptor_locator_file |
| Get line number from locator. | raptor_locator_line |
| Get URI from locator. | raptor_locator_uri |
| Raptor version as a decimal number | raptor_version_decimal |
| Raptor version as a decimal number. | raptor_version_decimal_get |
| Raptor library major version | raptor_version_major |
| Get Raptor library major version | raptor_version_major_get |
| Raptor library minor version. | raptor_version_minor |
| Get Raptor library minor version. | raptor_version_minor_get |
| Raptor library release. | raptor_version_release |
| Raptor library release. | raptor_version_release_get |
| Raptor library version string. | raptor_version_string |
| Get Raptor library version string. | raptor_version_string_get |
| Rasqal version as a decimal number. | rasqal_version_decimal |
| Get the Rasqal version as a decimal number. | rasqal_version_decimal_get |
| Rasqal major version number. | rasqal_version_major |
| Get Rasqal major version number. | rasqal_version_major_get |
| Rasqal minor version number. | rasqal_version_minor |
| Get the Rasqal minor version number. | rasqal_version_minor_get |
| Rasqal release version number. | rasqal_version_release |
| Get the Rasqal release version number. | rasqal_version_release_get |
| Rasqal version as a string | rasqal_version_string |
| Get the Rasqal version as a string | rasqal_version_string_get |
| Create, query and write RDF graphs. | redland |
| Roxygen output function that merges a base NAMESPACE file with the Roxygen dynamically created NAMSPACE file | roclet_output.roclet_mergeNamespace |
| Roxygen process function for the 'mergeNamespace' roclet | roclet_process.roclet_mergeNamespace |
| An RDF Serializer object. | Serializer Serializer-class |
| Serialize a model to a character vector. | serializeToCharacter serializeToCharacter,Serializer,World,Model-method |
| Serialize a model to a file. | serializeToFile serializeToFile,Serializer,World,Model,character-method |
| Set a namespace for the serializer. | setNameSpace setNameSpace,Serializer,World,character,character-method |
| Set limit on returned query results | setQueryResultLimit setQueryResultLimit,Query-method setQueryResultsLimit |
| An RDF Statement object | Statement Statement-class |
| A Redland Storage object | Storage Storage-class |
| A Redland World object, used to initialize the Redland RDF library. | World World-class |
| Write query results to a file. | writeResults writeResults,Query-method |