LICENSE
README.md
pyproject.toml
src/web_algebra/__init__.py
src/web_algebra/__main__.py
src/web_algebra/client.py
src/web_algebra/json_result.py
src/web_algebra/main.py
src/web_algebra/mcp_tool.py
src/web_algebra/operation.py
src/web_algebra/server.py
src/web_algebra.egg-info/PKG-INFO
src/web_algebra.egg-info/SOURCES.txt
src/web_algebra.egg-info/dependency_links.txt
src/web_algebra.egg-info/entry_points.txt
src/web_algebra.egg-info/requires.txt
src/web_algebra.egg-info/top_level.txt
src/web_algebra/operations/__init__.py
src/web_algebra/operations/bindings.py
src/web_algebra/operations/current.py
src/web_algebra/operations/execute.py
src/web_algebra/operations/filter.py
src/web_algebra/operations/for_each.py
src/web_algebra/operations/merge.py
src/web_algebra/operations/resolve_uri.py
src/web_algebra/operations/sparql_string.py
src/web_algebra/operations/str.py
src/web_algebra/operations/struuid.py
src/web_algebra/operations/uri.py
src/web_algebra/operations/value.py
src/web_algebra/operations/variable.py
src/web_algebra/operations/linked_data/__init__.py
src/web_algebra/operations/linked_data/get.py
src/web_algebra/operations/linked_data/patch.py
src/web_algebra/operations/linked_data/post.py
src/web_algebra/operations/linked_data/put.py
src/web_algebra/operations/linkeddatahub/__init__.py
src/web_algebra/operations/linkeddatahub/add_generic_service.py
src/web_algebra/operations/linkeddatahub/add_result_set_chart.py
src/web_algebra/operations/linkeddatahub/add_select.py
src/web_algebra/operations/linkeddatahub/add_view.py
src/web_algebra/operations/linkeddatahub/create_container.py
src/web_algebra/operations/linkeddatahub/create_item.py
src/web_algebra/operations/linkeddatahub/list.py
src/web_algebra/operations/linkeddatahub/content/__init__.py
src/web_algebra/operations/linkeddatahub/content/add_object_block.py
src/web_algebra/operations/linkeddatahub/content/add_xhtml_block.py
src/web_algebra/operations/linkeddatahub/content/generate_class_containers.py
src/web_algebra/operations/linkeddatahub/content/generate_ontology_views.py
src/web_algebra/operations/linkeddatahub/content/generate_portal.py
src/web_algebra/operations/linkeddatahub/content/remove_block.py
src/web_algebra/operations/schema/__init__.py
src/web_algebra/operations/schema/extract_classes.py
src/web_algebra/operations/schema/extract_datatype_properties.py
src/web_algebra/operations/schema/extract_object_properties.py
src/web_algebra/operations/schema/extract_ontology.py
src/web_algebra/operations/sparql/__init__.py
src/web_algebra/operations/sparql/construct.py
src/web_algebra/operations/sparql/describe.py
src/web_algebra/operations/sparql/select.py
src/web_algebra/operations/sparql/substitute.py
src/web_algebra/operations/string/__init__.py
src/web_algebra/operations/string/concat.py
src/web_algebra/operations/string/encode_for_uri.py
src/web_algebra/operations/string/replace.py
tests/test_web_algebra.py