makeRedlURI {Rredland}R Documentation

use the redland librdf system to define a URI object for further processing

Description

use the redland librdf system to define a URI object for further processing

Usage

makeRedlURI(uri, w)

Arguments

uri a character string defining a URI
w a redlWorld instance

Details

executes C code to create a Redland URI object and returns an instance of the redlURI S4 class defined in the Rredland package, which includes an external pointer to the Redland object

Value

an instance of redlURI

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

fi <- system.file("RDF/gopart.rdf", package="Rredland")
uu <- makeRedlURI(paste("file:",fi,sep=""))
uu

[Package Rredland version 1.8.0 Index]