iolanta 2.1.17__tar.gz → 2.1.18__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.17 → iolanta-2.1.18}/PKG-INFO +1 -1
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/main.py +3 -1
- {iolanta-2.1.17 → iolanta-2.1.18}/pyproject.toml +1 -1
- {iolanta-2.1.17 → iolanta-2.1.18}/README.md +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/base_plugin.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/formatters/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/formatters/choose.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/formatters/csv.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/formatters/json.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/formatters/pretty.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/models.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/cli/pretty_print.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/context.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/conversions.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/data/context.yaml +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/data/graph-triples.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/data/iolanta.yaml +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/data/textual-browser.yaml +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/declension/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/declension/data/declension.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/declension/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/declension/sparql/declension.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/ensure_is_context.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/entry_points.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/errors.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/cli/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/cli/base.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/cli/default.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/cli/record.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/cli/sparql/link.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/cli/sparql/record.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/errors.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/foaf_person_title/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/foaf_person_title/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/foaf_person_title/sparql/names.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/generic/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/generic/bool_literal.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/generic/date_literal.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/generic/default.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/generic/sparql/default.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/html/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/html/base.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/html/code_literal.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/html/default.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/icon.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/locator/sparql/get-query-to-facet.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/locator.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/inference/blocks.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/inference/has-task-default-type.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/inference/task.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/inference/unblocked.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/mermaid_roadmap.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/sparql/edges.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mermaid_roadmap/sparql/nodes.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mkdocs_material_insiders_markdown/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mkdocs_material_insiders_markdown/data/mkdocs_material_insiders_markdown.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mkdocs_material_insiders_markdown/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/mkdocs_material_insiders_markdown/templates/datatype.jinja2.md +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/page_title.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/qname.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/ask_result_csv.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/ask_result_json.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/ask_result_table.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/construct_result_csv.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/construct_result_json.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/construct_result_table.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/data/query_result.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/select_result_csv.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/select_result_json.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/query/select_result_table.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/app.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/history.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/home.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/location.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/models.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/page.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_browser/page_switcher.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_class/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_class/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_class/sparql/instances.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_class/textual-class.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/sparql/inverse-properties.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/sparql/label.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/sparql/nodes-for-property.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/sparql/properties.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/tcss/default.tcss +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/templates/default.md +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/textual-inverse-properties.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/triple_uri_ref.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/widgets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graph/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graph/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graph/sparql/triples.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graph_triples.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graphs/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graphs/data/textual_graphs.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graphs/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_graphs/sparql/graphs.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_link/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_link/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_nanopublication/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_nanopublication/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_nanopublication/models.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_nanopublication/nanopublication_widget.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_nanopublication/term_list_widget.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_nanopublication/term_widget.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_no_facet_found.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_ontology/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_ontology/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_ontology/sparql/terms.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_ontology/sparql/visualization-vocab.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_property_pairs_table.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_provenance/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_provenance/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_provenance/sparql/graphs.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_provenance/sparql/triples.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/title/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/title/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/title/sparql/title.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/title/title.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/wikibase_statement_title/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/wikibase_statement_title/facets.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/wikibase_statement_title/sparql/statement-title.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/iolanta.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/labeled_triple_set/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/labeled_triple_set/data/labeled_triple_set.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/labeled_triple_set/labeled_triple_set.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/labeled_triple_set/sparql/triples.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mcp/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mcp/cli.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mermaid/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mermaid/facet.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mermaid/mermaid.yamlld +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mermaid/models.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mermaid/sparql/ask-has-triples.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mermaid/sparql/graph.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/mermaid/sparql/subgraphs.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/models.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/namespaces.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/node_to_qname.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/parse_quads.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/plugin.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/query_result.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/reformat_blank_nodes.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/resolvers/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/resolvers/base.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/resolvers/dispatch.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/resolvers/pypi.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/resolvers/python_import.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/sparqlspace/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/sparqlspace/cli.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/sparqlspace/inference/wikidata-prop-label.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/sparqlspace/inference/wikidata-statement-label.sparql +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/sparqlspace/processor.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/sparqlspace/redirects.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/sparqlspace/sparqlspace.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/widgets/__init__.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/widgets/description.py +0 -0
- {iolanta-2.1.17 → iolanta-2.1.18}/iolanta/widgets/mixin.py +0 -0
|
@@ -183,10 +183,12 @@ def render_and_return(
|
|
|
183
183
|
# URIRef - determine project_root if it's a file:// URI
|
|
184
184
|
if str(node).startswith("file://"):
|
|
185
185
|
path = Path(str(node).replace("file://", ""))
|
|
186
|
+
# Load current directory (like CLI AI agents): use parent if path is a file
|
|
187
|
+
project_root = path.parent if path.is_file() else path
|
|
186
188
|
iolanta: Iolanta = Iolanta(
|
|
187
189
|
language=Literal(language),
|
|
188
190
|
logger=logger,
|
|
189
|
-
project_root=
|
|
191
|
+
project_root=project_root,
|
|
190
192
|
)
|
|
191
193
|
else:
|
|
192
194
|
iolanta: Iolanta = Iolanta(
|
|
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.17 → iolanta-2.1.18}/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
|
|
File without changes
|
{iolanta-2.1.17 → iolanta-2.1.18}/iolanta/facets/textual_default/sparql/inverse-properties.sparql
RENAMED
|
File without changes
|
|
File without changes
|
{iolanta-2.1.17 → iolanta-2.1.18}/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.17 → iolanta-2.1.18}/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.17 → iolanta-2.1.18}/iolanta/facets/textual_nanopublication/nanopublication_widget.py
RENAMED
|
File without changes
|
{iolanta-2.1.17 → iolanta-2.1.18}/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.17 → iolanta-2.1.18}/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.17 → iolanta-2.1.18}/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
|