iolanta 2.1.16__tar.gz → 2.1.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iolanta-2.1.16 → iolanta-2.1.17}/PKG-INFO +1 -1
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/page_switcher.py +1 -1
- {iolanta-2.1.16 → iolanta-2.1.17}/pyproject.toml +1 -1
- {iolanta-2.1.16 → iolanta-2.1.17}/README.md +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/base_plugin.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/formatters/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/formatters/choose.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/formatters/csv.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/formatters/json.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/formatters/pretty.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/main.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/models.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/cli/pretty_print.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/context.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/conversions.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/data/context.yaml +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/data/graph-triples.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/data/iolanta.yaml +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/data/textual-browser.yaml +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/declension/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/declension/data/declension.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/declension/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/declension/sparql/declension.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/ensure_is_context.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/entry_points.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/errors.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/cli/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/cli/base.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/cli/default.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/cli/record.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/cli/sparql/link.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/cli/sparql/record.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/errors.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/foaf_person_title/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/foaf_person_title/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/foaf_person_title/sparql/names.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/generic/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/generic/bool_literal.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/generic/date_literal.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/generic/default.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/generic/sparql/default.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/html/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/html/base.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/html/code_literal.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/html/default.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/icon.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/locator/sparql/get-query-to-facet.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/locator.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/inference/blocks.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/inference/has-task-default-type.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/inference/task.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/inference/unblocked.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/mermaid_roadmap.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/sparql/edges.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mermaid_roadmap/sparql/nodes.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mkdocs_material_insiders_markdown/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mkdocs_material_insiders_markdown/data/mkdocs_material_insiders_markdown.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mkdocs_material_insiders_markdown/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mkdocs_material_insiders_markdown/templates/datatype.jinja2.md +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/page_title.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/qname.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/ask_result_csv.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/ask_result_json.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/ask_result_table.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/construct_result_csv.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/construct_result_json.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/construct_result_table.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/data/query_result.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/select_result_csv.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/select_result_json.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/query/select_result_table.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/app.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/history.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/home.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/location.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/models.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_browser/page.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_class/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_class/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_class/sparql/instances.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_class/textual-class.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/sparql/inverse-properties.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/sparql/label.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/sparql/nodes-for-property.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/sparql/properties.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/tcss/default.tcss +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/templates/default.md +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/textual-inverse-properties.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/triple_uri_ref.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/widgets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graph/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graph/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graph/sparql/triples.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graph_triples.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graphs/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graphs/data/textual_graphs.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graphs/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_graphs/sparql/graphs.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_link/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_link/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/models.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/nanopublication_widget.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/term_list_widget.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/term_widget.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_no_facet_found.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_ontology/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_ontology/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_ontology/sparql/terms.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_ontology/sparql/visualization-vocab.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_property_pairs_table.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_provenance/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_provenance/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_provenance/sparql/graphs.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_provenance/sparql/triples.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/title/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/title/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/title/sparql/title.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/title/title.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/wikibase_statement_title/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/wikibase_statement_title/facets.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/wikibase_statement_title/sparql/statement-title.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/iolanta.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/labeled_triple_set/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/labeled_triple_set/data/labeled_triple_set.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/labeled_triple_set/labeled_triple_set.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/labeled_triple_set/sparql/triples.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mcp/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mcp/cli.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mermaid/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mermaid/facet.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mermaid/mermaid.yamlld +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mermaid/models.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mermaid/sparql/ask-has-triples.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mermaid/sparql/graph.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/mermaid/sparql/subgraphs.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/models.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/namespaces.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/node_to_qname.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/parse_quads.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/plugin.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/query_result.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/reformat_blank_nodes.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/resolvers/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/resolvers/base.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/resolvers/dispatch.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/resolvers/pypi.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/resolvers/python_import.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/cli.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/inference/wikidata-prop-label.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/inference/wikidata-statement-label.sparql +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/processor.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/redirects.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/sparqlspace.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/widgets/__init__.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/widgets/description.py +0 -0
- {iolanta-2.1.16 → iolanta-2.1.17}/iolanta/widgets/mixin.py +0 -0
|
@@ -160,7 +160,7 @@ class PageSwitcher(IolantaWidgetMixin, ContentSwitcher): # noqa: WPS214, WPS338
|
|
|
160
160
|
renderable=renderable,
|
|
161
161
|
flip_options=flip_options,
|
|
162
162
|
facet_iri=facet_iri,
|
|
163
|
-
is_reload=is_reload,
|
|
163
|
+
is_reload=is_reload,
|
|
164
164
|
)
|
|
165
165
|
|
|
166
166
|
def on_worker_state_changed( # noqa: WPS210
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/mkdocs_material_insiders_markdown/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/sparql/inverse-properties.sparql
RENAMED
|
File without changes
|
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/sparql/nodes-for-property.sparql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_default/textual-inverse-properties.yamlld
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/nanopublication_widget.py
RENAMED
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_nanopublication/term_list_widget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/facets/textual_ontology/sparql/visualization-vocab.sparql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.16 → iolanta-2.1.17}/iolanta/sparqlspace/inference/wikidata-statement-label.sparql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|