initialize,Parser-method {redland} | R Documentation |
Initialize a Parser object.
Description
A Parser object is initialized for a specific RDF serialization.
Usage
## S4 method for signature 'Parser'
initialize(
.Object,
world,
name = "rdfxml",
mimeType = "application/rdf+xml",
typeUri = as.character(NA)
)
Arguments
.Object |
the Parser object |
world |
a World object |
name |
name of the parser factory to use |
mimeType |
a mime type of the syntax of the model |
typeUri |
a URI for the syntax of the model |
Details
The serialization format that are supported by
Value
the Parser object
[Package redland version 1.0.17-18 Index]