RDF-Query 2.002 Deleted
Kwalitee Issues
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: RDF-Query-2.002/lib/RDF/Query/Parser/SPARQL.pm -- Around line 24: =over without closing =back
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| RDF::Query | An RDF query implementation of SPARQL/RDQL in Perl for use with RDF::Redland and RDF::Core. | 2.002 | metacpan |
| RDF::Query::Algebra | 2.002 | metacpan | |
| RDF::Query::Algebra::Aggregate | Algebra class for aggregate patterns | 2.002 | metacpan |
| RDF::Query::Algebra::BasicGraphPattern | Algebra class for BasicGraphPattern patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Distinct | Algebra class for distinct query results | 2.002 | metacpan |
| RDF::Query::Algebra::Filter | Algebra class for Filter expressions | 2.002 | metacpan |
| RDF::Query::Algebra::GroupGraphPattern | Algebra class for GroupGraphPattern patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Limit | Algebra class for limiting query results | 2.002 | metacpan |
| RDF::Query::Algebra::NamedGraph | Algebra class for NamedGraph patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Offset | Algebra class for offseting query results | 2.002 | metacpan |
| RDF::Query::Algebra::Optional | Algebra class for Optional patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Quad | Algebra class for Quad patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Service | Algebra class for SERVICE (federation) patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Sort | Algebra class for sorting | 2.002 | metacpan |
| RDF::Query::Algebra::TimeGraph | Algebra class for temporal patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Triple | Algebra class for Triple patterns | 2.002 | metacpan |
| RDF::Query::Algebra::Union | Algebra class for Union patterns | 2.002 | metacpan |
| RDF::Query::Compiler::SQL | Compile a SPARQL query directly to SQL. | 2.002 | metacpan |
| RDF::Query::Error | Error classes for RDF::Query. | 2.002 | metacpan |
| RDF::Query::Expression | Class for Expr expressions | 2.002 | metacpan |
| RDF::Query::Expression::Alias | Class for aliasing expressions with variable names | 2.002 | metacpan |
| RDF::Query::Expression::Binary | Algebra class for binary expressions | 2.002 | metacpan |
| RDF::Query::Expression::Function | Class for Function expressions | 2.002 | metacpan |
| RDF::Query::Expression::Nary | Class for n-ary expressions | 2.002 | metacpan |
| RDF::Query::Expression::Unary | Class for unary expressions | 2.002 | metacpan |
| RDF::Query::Functions | Standard Extension Functions | 2.002 | metacpan |
| RDF::Query::Model | Model base class | 2.002 | metacpan |
| RDF::Query::Model::RDFCore | 2.002 | metacpan | |
| RDF::Query::Model::RDFTrine | 2.002 | metacpan | |
| RDF::Query::Model::RDFTrine::BasicGraphPattern | Algebra class for BasicGraphPattern patterns | 2.002 | metacpan |
| RDF::Query::Model::Redland | 2.002 | metacpan | |
| RDF::Query::Node | Base class for RDF Nodes | metacpan | |
| RDF::Query::Node::Blank | RDF Node class for blank nodes | 2.002 | metacpan |
| RDF::Query::Node::Literal | RDF Node class for literals | 2.002 | metacpan |
| RDF::Query::Node::Resource | RDF Node class for resources | 2.002 | metacpan |
| RDF::Query::Node::Variable | RDF Node class for variables | 2.002 | metacpan |
| RDF::Query::Parser | Parser base class | 2.002 | metacpan |
| RDF::Query::Parser::RDQL | An RDQL parser for RDF::Query | 2.002 | metacpan |
| RDF::Query::Parser::SPARQL | SPARQL Parser. | 2.002 | metacpan |
| RDF::Query::Parser::SPARQLP | Extended SPARQL Parser. | 2.002 | metacpan |
| RDF::Query::Temporal | tSPARQL temporal extensions to the RDF::Query engine. | metacpan |
Provides
| Name | File | View |
|---|---|---|
| RDF::Query::Error::ComparisonError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::CompilationError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::ExecutionError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::FilterEvaluationError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::MethodError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::MethodInvocationError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::ModelError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::ParseError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::QueryPatternError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::QuerySyntaxError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::SerializationError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::SimpleQueryPatternError | lib/RDF/Query/Error.pm | metacpan |
| RDF::Query::Error::TypeError | lib/RDF/Query/Error.pm | metacpan |