Learn R Programming

redland (version 1.0.17-18)

initialize,Parser-method: Initialize a Parser object.

Description

A Parser object is initialized for a specific RDF serialization.

Usage

# S4 method for Parser
initialize(
  .Object,
  world,
  name = "rdfxml",
  mimeType = "application/rdf+xml",
  typeUri = as.character(NA)
)

Value

the Parser object

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