fidentifier: Identifier Constructor via a List of Lookup Functions

Description Usage Arguments

View source: R/identifier.R

Description

Identifier Constructor via a List of Lookup Functions

Usage

1
fidentifier(fun, ..., prefixes)

Arguments

fun

list of lookup functions to be tried. The functions should have the same arguments (see ... below). As soon as we have a unique match the function execution halts. If there is no match, a URI with the base prefix (the one indiciated by "_base") and a UUID will be generated.

...

arguments to be passed to every lookup function. The arguments must be "representable", i.e. either a literal or a identifier

prefixes

Named character that contains the prefixes to be used for identifier construction after each lookup.


vsenderov/rdf4r documentation built on May 3, 2019, 4:02 p.m.