xml2rdf: RDF-ization of a Single XML File

Description Usage Arguments Value

View source: R/xml.R

Description

Converts an XML file to RDF and submits it to a triple store. Writes the serialization in a file in the file system.

Usage

1
2
xml2rdf(filename, xml_schema, access_options, serialization_dir, reprocess,
  dry, grbio, taxon_discovery)

Arguments

filename

locator, e.g. file path or URL, of the XML resource

xml_schema

XML schema of the XML resource; one of taxpub taxonx or plazi_int

access_options

endpoint to database to which to submit

serialization_dir

directory where to dump intermediate serializations

reprocess

logical

serialization_format

default is "turtle"

Value

logical. TRUE if everything went OK. FALSE if there was a problem


pensoft/ropenbio documentation built on Dec. 17, 2020, 5:50 a.m.