initialize-ProvRels: Initialize a provenance relationship object.

Description Usage Arguments Details See Also

Description

Initialize a provenance relationship object.

Usage

1
2
3
4
5
## S4 method for signature 'ProvRels'
initialize(.Object, executionId = as.character(NA),
  subject = as.character(NA), predicate = as.character(NA),
  object = as.character(0), subjectType = as.character(NA),
  objectType = as.character(NA), dataTypeURI = as.character(NA))

Arguments

.Object

a "ProvRels" object

executionId

a "character", the execution identifier for an execution

subject

a "character", the<BS>subject of the provenance relationship

predicate

a "character", the predicate of the provenance relationship

object

a "character", the object of the provenance relationship

subjectType

a "character", the RDF node type of the subject, i.e. "url", "blank"

objectType

a "character", the RDF node type of the object i.e. "url", "blank"

dataTypeURI

a "character", the RDF data type of the object, i.e. "xsd:string"

Details

This method is used internally by the recordr package.

See Also

ProvRels class description


NCEAS/recordr documentation built on May 7, 2019, 5:59 p.m.