Other packages > Find by keyword >

redland  

RDF Library Bindings in R
View on CRAN: Click here


Download and install redland package within the R console
Install from CRAN:
install.packages("redland")

Install from Github:
library("remotes")
install_github("cran/redland")

Install by package version:
library("remotes")
install_version("redland", "1.0.17-18")



Attach the package and use:
library("redland")
Maintained by
Matthew B. Jones
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-02-18
Latest Update: 2023-05-23
Description:
Provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). RDF is described at . This package supports RDF by implementing an R interface to the Redland RDF C library, described at . In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.
How to cite:
Matthew B. Jones (2016). redland: RDF Library Bindings in R. R package version 1.0.17-18, https://cran.r-project.org/web/packages/redland. Accessed 06 Nov. 2024.
Previous versions and publish date:
1.0.17-6 (2016-02-18 15:14), 1.0.17-7 (2016-03-12 08:51), 1.0.17-8 (2016-12-05 18:28), 1.0.17-9 (2016-12-15 00:26), 1.0.17-10 (2018-07-21 00:00), 1.0.17-11 (2019-10-13 16:10), 1.0.17-12 (2020-09-25 22:00), 1.0.17-13 (2020-10-09 21:40), 1.0.17-14 (2020-10-21 21:10), 1.0.17-15 (2021-12-17 10:30), 1.0.17-16.1 (2023-05-19 09:18), 1.0.17-16 (2022-01-20 01:22), 1.0.17-17 (2023-05-23 12:50)
Other packages that cited redland R package
View redland citation profile
Other R packages that redland depends, imports, suggests or enhances
Complete documentation for redland
Functions, R codes and Examples using the redland R package
Some associated functions: Model-class . Model-initialize . Node-class . Node-initialize . Parser-class . Parser-initialize . Query-class . Query-initialize . QueryResults-class . QueryResults-initialize . Serializer-class . Serializer-initialize . Statement-class . Statement-initialize . Storage-class . Storage-initialize . World-class . World-initialize . addStatement . executeQuery . freeModel . freeParser . freeQuery . freeQueryResults . freeSerializer . freeStatement . freeStorage . freeWorld . getBlankNodeId . getNodeType . getNodeValue . getQueryResultsLimit . getResults . getTermType . is.null.externalptr . length-SWIGArray-method . librdf_copyright_string . librdf_copyright_string_get . librdf_digest_final . librdf_digest_init . librdf_digest_to_string . librdf_digest_update . librdf_digest_update_string . librdf_free_digest . librdf_free_hash . librdf_free_iterator . librdf_free_model . librdf_free_node . librdf_free_parser . librdf_free_query . librdf_free_query_results . librdf_free_serializer . librdf_free_statement . librdf_free_storage . librdf_free_stream . librdf_free_uri . librdf_free_world . librdf_hash_to_string . librdf_internal_test_error . librdf_internal_test_warning . librdf_iterator_end . librdf_iterator_get_context . librdf_iterator_get_object . librdf_iterator_next . librdf_log_message_code . librdf_log_message_facility . librdf_log_message_level . librdf_log_message_locator . librdf_log_message_message . librdf_model_add . librdf_model_add_statement . librdf_model_add_statements . librdf_model_add_string_literal_statement . librdf_model_add_typed_literal_statement . librdf_model_as_stream . librdf_model_contains_context . librdf_model_contains_statement . librdf_model_context_add_statement . librdf_model_context_add_statements . librdf_model_context_as_stream . librdf_model_context_remove_statement . librdf_model_context_remove_statements . librdf_model_find_statements . librdf_model_find_statements_in_context . librdf_model_get_arc . librdf_model_get_arcs . librdf_model_get_arcs_in . librdf_model_get_arcs_out . librdf_model_get_contexts . librdf_model_get_feature . librdf_model_get_source . librdf_model_get_sources . librdf_model_get_target . librdf_model_get_targets . librdf_model_has_arc_in . librdf_model_has_arc_out . librdf_model_load . librdf_model_query_execute . librdf_model_remove_statement . librdf_model_set_feature . librdf_model_size . librdf_model_sync . librdf_model_to_string . librdf_model_transaction_commit . librdf_model_transaction_rollback . librdf_model_transaction_start . librdf_new_digest . librdf_new_hash . librdf_new_hash_from_array_of_strings . librdf_new_hash_from_string . librdf_new_model . librdf_new_model_from_model . librdf_new_model_with_options . librdf_new_node . librdf_new_node_from_blank_identifier . librdf_new_node_from_literal . librdf_new_node_from_node . librdf_new_node_from_normalised_uri_string . librdf_new_node_from_typed_literal . librdf_new_node_from_uri . librdf_new_node_from_uri_local_name . librdf_new_node_from_uri_string . librdf_new_parser . librdf_new_query . librdf_new_query_from_query . librdf_new_serializer . librdf_new_statement . librdf_new_statement_from_nodes . librdf_new_statement_from_statement . librdf_new_storage . librdf_new_storage_from_storage . librdf_new_uri . librdf_new_uri_from_filename . librdf_new_uri_from_uri . librdf_new_world . librdf_node_equals . librdf_node_get_blank_identifier . librdf_node_get_li_ordinal . librdf_node_get_literal_value . librdf_node_get_literal_value_as_latin1 . librdf_node_get_literal_value_datatype_uri . librdf_node_get_literal_value_is_wf_xml . librdf_node_get_literal_value_language . librdf_node_get_type . librdf_node_get_uri . librdf_node_is_blank . librdf_node_is_literal . librdf_node_is_resource . librdf_parser_check_name . librdf_parser_get_accept_header . librdf_parser_get_feature . librdf_parser_get_namespaces_seen_count . librdf_parser_get_namespaces_seen_prefix . librdf_parser_get_namespaces_seen_uri . librdf_parser_guess_name2 . librdf_parser_parse_as_stream . librdf_parser_parse_counted_string_as_stream . librdf_parser_parse_counted_string_into_model . librdf_parser_parse_into_model . librdf_parser_parse_string_as_stream . librdf_parser_parse_string_into_model . librdf_parser_set_feature . librdf_query_execute . librdf_query_get_limit . librdf_query_get_offset . librdf_query_results_as_stream . librdf_query_results_finished . librdf_query_results_get_binding_name . librdf_query_results_get_binding_value . librdf_query_results_get_binding_value_by_name . librdf_query_results_get_bindings_count . librdf_query_results_get_boolean . librdf_query_results_get_count . librdf_query_results_is_bindings . librdf_query_results_is_boolean . librdf_query_results_is_graph . librdf_query_results_is_syntax . librdf_query_results_next . librdf_query_results_to_file2 . librdf_query_results_to_string2 . librdf_query_set_limit . librdf_query_set_offset . librdf_serializer_check_name . librdf_serializer_get_feature . librdf_serializer_serialize_model_to_file . librdf_serializer_serialize_model_to_string . librdf_serializer_serialize_stream_to_file . librdf_serializer_serialize_stream_to_string . librdf_serializer_set_feature . librdf_serializer_set_namespace . librdf_short_copyright_string . librdf_short_copyright_string_get . librdf_statement_equals . librdf_statement_get_object . librdf_statement_get_predicate . librdf_statement_get_subject . librdf_statement_is_complete . librdf_statement_match . librdf_statement_set_object . librdf_statement_set_predicate . librdf_statement_set_subject . librdf_stream_end . librdf_stream_get_object . librdf_stream_next . librdf_uri_compare . librdf_uri_equals . librdf_uri_to_string . librdf_version_decimal . librdf_version_decimal_get . librdf_version_major . librdf_version_major_get . librdf_version_minor . librdf_version_minor_get . librdf_version_release . librdf_version_release_get . librdf_version_string . librdf_version_string_get . librdf_world_get_feature . librdf_world_open . librdf_world_set_feature . librdf_world_set_logger . mergeNamespace_roclet . parseFileIntoModel . raptor_locator_byte . raptor_locator_column . raptor_locator_file . raptor_locator_line . raptor_locator_uri . raptor_version_decimal . raptor_version_decimal_get . raptor_version_major . raptor_version_major_get . raptor_version_minor . raptor_version_minor_get . raptor_version_release . raptor_version_release_get . raptor_version_string . raptor_version_string_get . rasqal_version_decimal . rasqal_version_decimal_get . rasqal_version_major . rasqal_version_major_get . rasqal_version_minor . rasqal_version_minor_get . rasqal_version_release . rasqal_version_release_get . rasqal_version_string . rasqal_version_string_get . redland . roclet_output.roclet_mergeNamespace . roclet_process.roclet_mergeNamespace . serializeToCharacter . serializeToFile . setNameSpace . setQueryResultsLimit . sub-ExternalReference-method . subset-ExternalReference-method . writeResults . 
Some associated R codes: Model.R . Node.R . Parser.R . Query.R . QueryResults.R . Serializer.R . Statement.R . Storage.R . World.R . mergeNamespace_roclet.R . redland-package.R . redland.R . util.R .  Full redland package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA