librdf_uri_equals {redland} | R Documentation |
Compare two librdf_uri objects for equality.
Description
Compare two librdf_uri objects for equality.
Usage
librdf_uri_equals ( first_uri,
second_uri,
.copy )
Arguments
first_uri |
librdf_uri object 1 ("_p_librdf_uri_s") |
second_uri |
librdf_uri object 2 ("_p_librdf_uri_s") |
.copy |
NA |
Value
integer
References
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.
[Package redland version 1.0.17-18 Index]