NAME
RDF::SKOS::Scheme - SKOS - Concept Scheme Class
SYNOPSIS
use RDF::SKOS;
my $skos = new RDF::SKOS;
# ...
my @ss = $skos->schemes;
#
my $scheme = $skos->scheme ('some_scheme');
my @tops = $scheme->topConcepts;
DESCRIPTION
This class simply captures a SKOS scheme. Nothing exciting.
INTERFACE
Constructor
The constructor expects as first parameter the SKOS object itself, then the ID of the scheme.
Methods
- topConcepts
-
@cs = $scheme->topConcepts
This returns a list of RDF::SKOS::Concept objects.
AUTHOR
Robert Barta, <drrho at cpan.org>
BUGS
Please report any bugs or feature requests to bug-rdf-skos at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RDF-SKOS. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2009 Robert Barta, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.