RDF::SN(3pm) | User Contributed Perl Documentation | RDF::SN(3pm) |
RDF::SN - Short names for URIs with prefixes from prefix.cc
use RDF::SN; $abbrev = RDF::SN->new('20190227'); $abbrev->qname('http://www.w3.org/2000/01/rdf-schema#type'); # rdfs:type
This module supports abbreviating URIs as short names (aka qualified names), so its the counterpart of RDF::NS.
Create a lookup hash from a mapping hash of namespace URIs to prefixes (RDF::NS). If multiple prefixes exist, the shortest is used. If multiple prefixes with same length exist, the first in alphabetical order is used.
Returns a prefix and local name (as list in list context, concatenated by ":" in scalar context) if the URI can be abbreviated with given namespaces.
This software is copyright (c) 2013- by Jakob Voss.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-12-06 | perl v5.36.0 |