
util.pl
mint_node_uri(+Strategy, +Type, -URI) is det
- URI is a new URI in the publish_ns namespace of Strategy, with a
Local part that is equal to
gensym(Type, Local)
, such that URI is not already a RDF subject or RDF named graph. assert_user_provenance(+Resource, -NamedGraph)
- Assert provenance about create process.
http:convert_parameter(+Type, +In, -URI) is semidet[multifile]
- HTTP parameter conversion for the following types:
- uri
- This conversion accepts NS:Local and absolute URIs.
now_xsd(-Text:atom)
- Text is the current time in xsd:dateTime format.
xsd_timestamp(+Time:timestamp, -Text:atom) is det
- Generate a description of a Time in xsd:dateTime format
list_offset(+List, +N, -SmallerList)
- SmallerList starts at the nth element of List.
list_limit(+List, +N, -SmallerList, -Rest)
- SmallerList ends at the nth element of List.
sort_by_arg(+ListOfTerms, +Arg, -SortedList)
- SortedList contains the Terms from ListOfTerms sorted by their nth Arg.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.