Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-rdflib-doc-7.1.1-2.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python-rdflib-doc Distribution: openSUSE Tumbleweed
Version: 7.1.1 Vendor: openSUSE
Release: 2.3 Build date: Fri Nov 22 09:39:23 2024
Group: Unspecified Build host: reproducible
Size: 13075002 Source RPM: python-rdflib-doc-7.1.1-2.3.src.rpm
Packager: http://bugs.opensuse.org
Url: http://rdflib.net/
Summary: A Python library for working with RDF
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information. The library contains an RDF/XML
parser/serializer that conforms to the RDF/XML Syntax Specification (Revised).
The library also contains both in-memory and persistent Graph backends.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Nov 22 2024 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Mon Oct 28 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Add sphinx8.patch to build doc with latest sphinx, gh#RDFLib/rdflib#2956
  - Update to 7.1.1:
    * This minor release removes the dependency on some only Python
      packages, in particular six which is a problem for some Linux
      distributions that ship RDFLib.
    * Replace html5lib with html5rdf, make it an optional dependency PR #2951
    * Prevent crash when comparing ill-typed numeric types. PR #2949
    * Fix parser bug and add test PR #2943
    * Fix import ordering in get_merged_prs. PR #2947
  - 7.1.0:
    * There are no major changes in this release over 7.0.0 and this
      release can be used in place of 7.0.0 without much worry about
      altered behaviour.
* Wed Jul 03 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Create doc subpackage with _multibuild to move
    python3-sphnix-autodoc-typehints build requirement out of ring1
* Tue Feb 27 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 7.0.0:
    * BREAKING CHANGE: drop support for python 3.7 (#2436)
    * feat: add curie method to NamespaceManager (#2365)
    * feat: add optional target_graph argument to Graph.cbd and use it for
      DESCRIBE queries (#2322)
    * feat: Don't generate prefixes for unknown URIs (#2467)
    * feat: Longturtle improvements (#2500)
    * fix: SPARQL count with optionals (#2448)
    * fix: GROUP_CONCAT handling of empty separator (issue) (#2474)
    * fix: add NORMALIZE_LITERALS to rdflib.__all__ (#2489)
    * fix: correct imports and __all__ (#2340)
    * fix: dbpedia URL to use https instead of http (#2444)
    * fix: eliminate bare except: (#2350)
    * fix: eliminate some mutable default arguments in SPARQL code (#2301)
    * fix: formatting of SequencePath and AlternativePath (#2504)
    * fix: handling of rdf:HTML literals (#2490)
    * fix: HTTP 308 Permanent Redirect status code handling (#2389)
    * fix: lexical-to-value mapping of rdf:HTML literals (#2483)
    * fix: TriG handling of GRAPH keyword without a graph ID (#2469)
    * fix: TriG parser error handling for nested graphs (#2468)
  - Switch to autosetup and pyproject macros.
  - Shift docs build to the install phase, the module needs to be queryable.
  - Drop patch reproducible.patch, included.
* Wed Dec 13 2023 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch for reproducible builds (boo#1062303)
* Mon Feb 07 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 6.1.1:
    * add support for Python 3.10
    * updates the test suite to pytest (from nose)
    * tidies up a lot of continuous integration
    * gets more tests tested, not skipped
    * implements lots of mypy tests
    * updates several parsers and serializers
    * supports the new HexTuples format!
    * drop support for Python 2 and Python 3 < 3.7.
    * improved testing with mock SPARQL stores
  - Drop unneeded BuildRequires on python3-2to3
* Mon Jan 11 2021 Adam Mizerski <adam@mizerski.pl>
  - removed unneeded 'Requires' dependencies
* Tue May 19 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Sun Apr 19 2020 Robert Frohl <rfrohl@suse.com>
  -  Update to version 5.0.0
    * General Bugs Fixed:
    - n3 parser exponent syntax of floats with leading dot
    - Change is comparison to == for tuple
    - Added _parseBoolean function to enforce correct Lexical-to-value mapping
    * SPARQL Fixes:
    - CONSTRUCT resolve with initBindings fixes
* Sun Apr 05 2020 Robert Frohl <rfrohl@suse.com>
  - Update to version 5.0.0rc1
    * General Bugs Fixed:
    - NTriples fails to parse URIs with only a scheme
    - Cannot clone on windows - Remove colons from test result files.
    - Add requirement for requests to setup.py
    - fixed URIRef including native unicode characters
    - DCTERMS.format not working
    - infixowl.manchesterSyntax do not encode strings
    - Fix blank node label to not contain '_:' during parsing
    - rename new SPARQLWrapper to SPARQLConnector
    - Unquote and Uriquote Literal Datatype.
    - Parsing nquads
    - ntriples spec allows for upper-cased lang tag
    - Adds escaped single quote to literal parser
    - N3 parse error on single quote within single quotes
    - RGDA1 graph canonicalization sometimes still collapses distinct BNodes
    - Accept header should use a q parameter
    - Incompatibility with Python3: unichr
    - namespace.py include colon in ALLOWED_NAME_CHARS
    - namespace.py fix compute_qname missing namespaces
    - RDFa parsing Error! __init__() got an unexpected keyword argument 'encoding'
    - Bugfix: term.Literal.__add__
    - Microdata to rdf second edition bak
    * Enhanced Features:
    - Register additional serializer plugins for SPARQL mime types.
    - Allows RDF terms introduced by JSON-LD 1.1
    - make SPARQLConnector work with DBpedia
    - ClosedNamespace returns right exception for way of access
    - Not adding all namespaces for n3 serializer
    - Adds basic support of xsd:duration
    - Add possibility to set authority and basepath to skolemize graph
    - Change notation3 list realization to non-recursive function.
    - Suppress warning for not using custom encoding.
    - Add support to parsing large xml inputs
    - improve hash efficiency by directly using str/unicode hash
    - Added the csvw prefix to the RDFa initial context.
    - syncing changes from pyMicrodata
    - Microdata parser: updated the parser to the latest version of the microdata->rdf note
    - Literal.toPython() support for xsd:hexBinary
    * SPARQL Fixes:
    - Total order patch patch
    - use <<= instead of deprecated <<
    - RDF Literal "1"^^xsd:boolean should not coerce to True
    - Makes NOW() return an UTC date
    - NOW() SPARQL should return an xsd:dateTime with a timezone
    - fix property paths bug
    - MulPath: correct behaviour of n3()
    - Literal total ordering
    - Remove SPARQLWrapper dependency
    - made UNION faster by not preventing duplicates
    - added a hook to add custom functions to SPARQL
    - Use <<= instead of deprecated << in SPARQL parser
    - Custom FILTER function for SPARQL engine

Files

/usr/share/doc/packages/python-rdflib-doc
/usr/share/doc/packages/python-rdflib-doc/html
/usr/share/doc/packages/python-rdflib-doc/html/CODE_OF_CONDUCT.html
/usr/share/doc/packages/python-rdflib-doc/html/CONTRIBUTING.html
/usr/share/doc/packages/python-rdflib-doc/html/_images
/usr/share/doc/packages/python-rdflib-doc/html/_images/datatype_hierarchy.png
/usr/share/doc/packages/python-rdflib-doc/html/_images/plugins-diagram.svg
/usr/share/doc/packages/python-rdflib-doc/html/_images/term_class_hierarchy.svg
/usr/share/doc/packages/python-rdflib-doc/html/_modules
/usr/share/doc/packages/python-rdflib-doc/html/_modules/examples
/usr/share/doc/packages/python-rdflib-doc/html/_modules/examples/berkeleydb_example.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/examples/custom_eval.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/examples/secure_with_audit.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/examples/secure_with_urlopen.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/index.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/collection.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/compare.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/compat.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/container.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/events.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/exceptions.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/extras
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/extras/cmdlineutils.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/extras/describer.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/extras/external_graph_libs.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/extras/infixowl.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/extras/shacl.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/graph.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/namespace.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/parser.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/paths.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugin.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/RDFVOC.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/hext.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/jsonld.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/notation3.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/nquads.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/ntriples.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/patch.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/rdfxml.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/trig.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/trix.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/hext.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/jsonld.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/longturtle.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/n3.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/nquads.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/nt.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/patch.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/rdfxml.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/trig.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/trix.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/turtle.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/serializers/xmlwriter.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/shared
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/shared/jsonld
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/shared/jsonld/context.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/shared/jsonld/errors.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/shared/jsonld/util.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/aggregates.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/algebra.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/datatypes.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/evaluate.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/operators.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/parser.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/parserutils.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/processor.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results/csvresults.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results/graph.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results/jsonresults.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results/rdfresults.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results/tsvresults.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results/txtresults.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/results/xmlresults.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/sparql.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/sparql/update.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores/auditable.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores/berkeleydb.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores/concurrent.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores/memory.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores/regexmatching.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores/sparqlconnector.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/plugins/stores/sparqlstore.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/query.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/resource.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/serializer.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/store.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/term.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools/chunk_serializer.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools/csv2rdf.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools/defined_namespace_creator.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools/graphisomorphism.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools/rdf2dot.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools/rdfpipe.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/tools/rdfs2dot.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/util.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/void.html
/usr/share/doc/packages/python-rdflib-doc/html/_modules/rdflib/xsd_datetime.html
/usr/share/doc/packages/python-rdflib-doc/html/_sources
/usr/share/doc/packages/python-rdflib-doc/html/_sources/CODE_OF_CONDUCT.md.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/CONTRIBUTING.md.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/examples.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/modules.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.extras.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.namespace.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.parsers.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.serializers.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.shared.jsonld.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.shared.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.sparql.results.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.sparql.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.plugins.stores.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/apidocs/rdflib.tools.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/changelog.md.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/decisions
/usr/share/doc/packages/python-rdflib-doc/html/_sources/decisions/20220826-default_branch.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/decisions/index.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/developers.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/docs.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/gettingstarted.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/intro_to_creating_rdf.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/intro_to_graphs.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/intro_to_parsing.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/intro_to_sparql.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/merging.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/namespaces_and_bindings.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/persistence.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/persisting_n3_terms.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/plugin_parsers.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/plugin_query_results.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/plugin_serializers.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/plugin_stores.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/plugins.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/rdf_terms.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/security_considerations.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/type_hints.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/upgrade4to5.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/upgrade5to6.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/upgrade6to7.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_sources/utilities.rst.txt
/usr/share/doc/packages/python-rdflib-doc/html/_static
/usr/share/doc/packages/python-rdflib-doc/html/_static/ContextHierarchy.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/RDFlib-500.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/RDFlib.ico
/usr/share/doc/packages/python-rdflib-doc/html/_static/RDFlib.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/RDFlib.svg
/usr/share/doc/packages/python-rdflib-doc/html/_static/basic.css
/usr/share/doc/packages/python-rdflib-doc/html/_static/classic.css
/usr/share/doc/packages/python-rdflib-doc/html/_static/datatype_hierarchy.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/default.css
/usr/share/doc/packages/python-rdflib-doc/html/_static/doctools.js
/usr/share/doc/packages/python-rdflib-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-rdflib-doc/html/_static/file.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/headerbg.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/language_data.js
/usr/share/doc/packages/python-rdflib-doc/html/_static/logo-rdflib.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/minus.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/plugins-diagram.svg
/usr/share/doc/packages/python-rdflib-doc/html/_static/plus.png
/usr/share/doc/packages/python-rdflib-doc/html/_static/pygments.css
/usr/share/doc/packages/python-rdflib-doc/html/_static/pyramid.css
/usr/share/doc/packages/python-rdflib-doc/html/_static/rtd.css
/usr/share/doc/packages/python-rdflib-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-rdflib-doc/html/_static/sidebar.js
/usr/share/doc/packages/python-rdflib-doc/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python-rdflib-doc/html/_static/term_class_hierarchy.plantuml
/usr/share/doc/packages/python-rdflib-doc/html/_static/term_class_hierarchy.svg
/usr/share/doc/packages/python-rdflib-doc/html/apidocs
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/examples.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/modules.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.extras.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.namespace.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.parsers.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.serializers.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.shared.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.shared.jsonld.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.sparql.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.sparql.results.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.plugins.stores.html
/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.tools.html
/usr/share/doc/packages/python-rdflib-doc/html/changelog.html
/usr/share/doc/packages/python-rdflib-doc/html/decisions
/usr/share/doc/packages/python-rdflib-doc/html/decisions/20220826-default_branch.html
/usr/share/doc/packages/python-rdflib-doc/html/decisions/index.html
/usr/share/doc/packages/python-rdflib-doc/html/developers.html
/usr/share/doc/packages/python-rdflib-doc/html/docs.html
/usr/share/doc/packages/python-rdflib-doc/html/genindex.html
/usr/share/doc/packages/python-rdflib-doc/html/gettingstarted.html
/usr/share/doc/packages/python-rdflib-doc/html/index.html
/usr/share/doc/packages/python-rdflib-doc/html/intro_to_creating_rdf.html
/usr/share/doc/packages/python-rdflib-doc/html/intro_to_graphs.html
/usr/share/doc/packages/python-rdflib-doc/html/intro_to_parsing.html
/usr/share/doc/packages/python-rdflib-doc/html/intro_to_sparql.html
/usr/share/doc/packages/python-rdflib-doc/html/merging.html
/usr/share/doc/packages/python-rdflib-doc/html/namespaces_and_bindings.html
/usr/share/doc/packages/python-rdflib-doc/html/objects.inv
/usr/share/doc/packages/python-rdflib-doc/html/persistence.html
/usr/share/doc/packages/python-rdflib-doc/html/persisting_n3_terms.html
/usr/share/doc/packages/python-rdflib-doc/html/plugin_parsers.html
/usr/share/doc/packages/python-rdflib-doc/html/plugin_query_results.html
/usr/share/doc/packages/python-rdflib-doc/html/plugin_serializers.html
/usr/share/doc/packages/python-rdflib-doc/html/plugin_stores.html
/usr/share/doc/packages/python-rdflib-doc/html/plugins.html
/usr/share/doc/packages/python-rdflib-doc/html/py-modindex.html
/usr/share/doc/packages/python-rdflib-doc/html/rdf_terms.html
/usr/share/doc/packages/python-rdflib-doc/html/search.html
/usr/share/doc/packages/python-rdflib-doc/html/searchindex.js
/usr/share/doc/packages/python-rdflib-doc/html/security_considerations.html
/usr/share/doc/packages/python-rdflib-doc/html/type_hints.html
/usr/share/doc/packages/python-rdflib-doc/html/upgrade4to5.html
/usr/share/doc/packages/python-rdflib-doc/html/upgrade5to6.html
/usr/share/doc/packages/python-rdflib-doc/html/upgrade6to7.html
/usr/share/doc/packages/python-rdflib-doc/html/utilities.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Feb 9 01:37:00 2025