librdf_model_add_typed_literal_statement: Create and add a new statement about a typed literal to the...

librdf_model_add_typed_literal_statementR Documentation

Create and add a new statement about a typed literal to the model.

Description

Create and add a new statement about a typed literal to the model.

Usage

librdf_model_add_typed_literal_statement ( model,
	subject,
	predicate,
	string,
	inStrOrNull,
	inUriOrNull,
	.copy )

Arguments

model

model object ("_p_librdf_model_s")

subject

librdf_node of subject ("_p_librdf_node_s")

predicate

librdf_node of predicate ("_p_librdf_node_s")

string

string literal content ("character")

inStrOrNull

language of literal ("character")

inUriOrNull

datatype librdf_uri ("_p_librdf_uri_s")

.copy

NA

Value

integer

References

https://librdf.org/docs/

See Also

This R function is a wrapper function that directly calls the the Redland RDF C libraries. For more information about Redland RDF, view the online documentation indicated in the 'References' section.


redland documentation built on May 31, 2023, 6:32 p.m.