Group
Extension

Matches 1

RDF-Prefixes ( T/TO/TOBYINK/RDF-Prefixes-0.005.tar.gz, TOBYINK, 2014; MetaCPAN )
RDF-Prefixes/lib/RDF/Prefixes.pm ( view source; MetaCPAN )


sub to_hashref
{
	my ($self) = @_;
	$self->[IDX_USED] ||= {};
	return $self->[IDX_USED];
}

*TO_JSON = \&to_hashref;

sub rdfa
{
	my ($self) = @_;
	my $rv;
	foreach my $prefix (sort keys %$self)
	{
("%s => %s\n", $prefix, $context->{$prefix});
  }

=item C<< TO_JSON >>

A synonym for to_hashref, provided for the benefit of the L<JSON> package.

=item C<< rdfa >>

Return the same data as C<to_has

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.