Parser-initialize: Initialize a Parser object.

initialize,Parser-methodR 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


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