Search results for "module:URI::Heuristic"
URI::Heuristic - Expand URI using heuristics
This module provides functions that expand strings into real absolute URIs using some built-in heuristics. Strings that already represent absolute URIs (i.e. that start with a "scheme:" part) are never modified and are returned unchanged. The main us...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI - Uniform Resource Identifiers (absolute and relative)
This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::BNode - RDF blank node identifiers which are also URI objects
This module has two purposes: 1 Provide a reliable factory interface for generating RDF blank nodes (via random UUIDs permuted through Data::UUID::NCName). 2 When an RDF blank node class is a subclass of URI, you can use identity tests to make more r...
DORIAN/URI-BNode-0.06 - 04 Nov 2013 02:39:17 UTC