iolanta 1.2.11__tar.gz → 2.0.0__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-1.2.11 → iolanta-2.0.0}/PKG-INFO +1 -2
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/main.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/facet.py +1 -20
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/page_title.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/page_switcher.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_class/facets.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/widgets.py +2 -2
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_graph/facets.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_graph_triples.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_nanopublication/nanopublication_widget.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_nanopublication/term_list_widget.py +1 -1
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/iolanta.py +2 -3
- {iolanta-1.2.11 → iolanta-2.0.0}/pyproject.toml +1 -2
- iolanta-1.2.11/iolanta/stack.py +0 -11
- {iolanta-1.2.11 → iolanta-2.0.0}/README.md +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/base_plugin.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/formatters/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/formatters/choose.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/formatters/csv.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/formatters/json.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/formatters/pretty.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/models.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cli/pretty_print.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/context.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/conversions.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cyberspace/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cyberspace/inference/wikibase-claim.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cyberspace/inference/wikibase-statement-property.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/cyberspace/processor.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/data/cli.yaml +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/data/context.yaml +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/data/html.yaml +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/data/iolanta.yaml +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/data/textual-browser.yaml +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/ensure_is_context.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/entry_points.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/errors.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/cli/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/cli/base.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/cli/default.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/cli/record.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/cli/sparql/link.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/cli/sparql/record.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/errors.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/foaf_person_title/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/foaf_person_title/facet.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/foaf_person_title/sparql/names.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/generic/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/generic/bool_literal.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/generic/date_literal.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/generic/default.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/generic/sparql/default.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/html/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/html/base.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/html/code_literal.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/html/default.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/icon.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/locator.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/qname.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/app.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/facet.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/history.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/home.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/location.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/models.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_browser/page.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_class/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_class/sparql/instances.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/facets.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/sparql/inverse-properties.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/sparql/label.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/sparql/nodes-for-property.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/sparql/properties.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/tcss/default.tcss +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/templates/default.md +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/triple_uri_ref.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_graph/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_graph/sparql/triples.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_link/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_link/facet.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_nanopublication/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_nanopublication/facet.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_nanopublication/models.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_nanopublication/term_widget.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_ontology/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_ontology/facets.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_ontology/sparql/terms.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_ontology/sparql/visualization-vocab.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_provenance/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_provenance/facets.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_provenance/sparql/graphs.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_provenance/sparql/triples.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/title/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/title/facets.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/title/sparql/title.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/wikibase_statement_title/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/wikibase_statement_title/facets.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/wikibase_statement_title/sparql/statement-title.sparql +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/base.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/data_type_choice.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/dict_loader.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/errors.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/http.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/local_directory.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/local_file.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/loaders/scheme_choice.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/models.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/namespaces.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/node_to_qname.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parse_quads.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parsers/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parsers/base.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parsers/dict_parser.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parsers/errors.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parsers/json.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parsers/markdown.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/parsers/yaml.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/plugin.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/reformat_blank_nodes.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/resolvers/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/resolvers/base.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/resolvers/python_import.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/shortcuts.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/widgets/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/iolanta/widgets/mixin.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/ldflex/__init__.py +0 -0
- {iolanta-1.2.11 → iolanta-2.0.0}/ldflex/ldflex.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iolanta
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: Semantic Web browser
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Anatoly Scherbakov
|
|
@@ -19,7 +19,6 @@ Requires-Dist: diskcache (>=5.6.3)
|
|
|
19
19
|
Requires-Dist: documented (>=0.1.1)
|
|
20
20
|
Requires-Dist: dominate (>=2.6.0)
|
|
21
21
|
Requires-Dist: funcy (>=2.0)
|
|
22
|
-
Requires-Dist: iolanta-tables (>=0.1.7,<0.2.0) ; extra == "all"
|
|
23
22
|
Requires-Dist: loguru (>=0.7.3)
|
|
24
23
|
Requires-Dist: more-itertools (>=9.0.0)
|
|
25
24
|
Requires-Dist: nanopub (>=2.0.1)
|
|
@@ -7,7 +7,6 @@ from typing import Any, Generic, Iterable, List, Optional, TypeVar, Union
|
|
|
7
7
|
from rdflib.term import BNode, Literal, Node, URIRef
|
|
8
8
|
|
|
9
9
|
from iolanta.models import NotLiteralNode, Triple, TripleTemplate
|
|
10
|
-
from iolanta.stack import Stack
|
|
11
10
|
from ldflex import LDFlex
|
|
12
11
|
from ldflex.ldflex import QueryResult, SPARQLQueryArgument
|
|
13
12
|
|
|
@@ -21,7 +20,6 @@ class Facet(Generic[FacetOutput]):
|
|
|
21
20
|
iri: NotLiteralNode
|
|
22
21
|
iolanta: 'iolanta.Iolanta' = field(repr=False)
|
|
23
22
|
as_datatype: Optional[NotLiteralNode] = None
|
|
24
|
-
stack_children: List[Stack] = field(default_factory=list, repr=False)
|
|
25
23
|
|
|
26
24
|
@property
|
|
27
25
|
def stored_queries_path(self) -> Path:
|
|
@@ -58,15 +56,11 @@ class Facet(Generic[FacetOutput]):
|
|
|
58
56
|
as_datatype: NotLiteralNode,
|
|
59
57
|
) -> Any:
|
|
60
58
|
"""Shortcut to render something via iolanta."""
|
|
61
|
-
|
|
59
|
+
return self.iolanta.render(
|
|
62
60
|
node=node,
|
|
63
61
|
as_datatype=as_datatype,
|
|
64
62
|
)
|
|
65
63
|
|
|
66
|
-
self.stack_children.append(stack)
|
|
67
|
-
|
|
68
|
-
return rendered
|
|
69
|
-
|
|
70
64
|
def render_all(
|
|
71
65
|
self,
|
|
72
66
|
node: Node,
|
|
@@ -92,19 +86,6 @@ class Facet(Generic[FacetOutput]):
|
|
|
92
86
|
"""Preferred language for Iolanta output."""
|
|
93
87
|
return self.iolanta.language
|
|
94
88
|
|
|
95
|
-
@property
|
|
96
|
-
def stack(self):
|
|
97
|
-
"""
|
|
98
|
-
Return stack.
|
|
99
|
-
|
|
100
|
-
FIXME: I have no idea. Maybe delete this nonsense.
|
|
101
|
-
"""
|
|
102
|
-
return Stack(
|
|
103
|
-
node=self.iri,
|
|
104
|
-
facet=self,
|
|
105
|
-
children=self.stack_children,
|
|
106
|
-
)
|
|
107
|
-
|
|
108
89
|
def find_triple(
|
|
109
90
|
self,
|
|
110
91
|
triple: TripleTemplate,
|
|
@@ -60,7 +60,7 @@ class PropertyName(Widget, can_focus=True, inherit_bindings=False):
|
|
|
60
60
|
|
|
61
61
|
def render_title(self):
|
|
62
62
|
"""Render title in a separate thread."""
|
|
63
|
-
return self.app.iolanta.render(self.iri, DATATYPES.title)
|
|
63
|
+
return self.app.iolanta.render(self.iri, DATATYPES.title)
|
|
64
64
|
|
|
65
65
|
def render(self) -> RenderResult:
|
|
66
66
|
"""Render node title."""
|
|
@@ -202,7 +202,7 @@ class PropertiesContainer(Vertical):
|
|
|
202
202
|
widget.renderable = self.app.iolanta.render(
|
|
203
203
|
widget.iri,
|
|
204
204
|
as_datatype=DATATYPES.title,
|
|
205
|
-
)
|
|
205
|
+
)
|
|
206
206
|
|
|
207
207
|
def on_mount(self):
|
|
208
208
|
"""Initiate rendering in the background."""
|
|
@@ -45,7 +45,6 @@ from iolanta.parse_quads import parse_quads
|
|
|
45
45
|
from iolanta.parsers.yaml import YAML
|
|
46
46
|
from iolanta.plugin import Plugin
|
|
47
47
|
from iolanta.resolvers.python_import import PythonImportResolver
|
|
48
|
-
from iolanta.stack import Stack
|
|
49
48
|
from ldflex import LDFlex
|
|
50
49
|
|
|
51
50
|
|
|
@@ -318,7 +317,7 @@ class Iolanta: # noqa: WPS214
|
|
|
318
317
|
self,
|
|
319
318
|
node: Node,
|
|
320
319
|
as_datatype: NotLiteralNode,
|
|
321
|
-
) ->
|
|
320
|
+
) -> Any:
|
|
322
321
|
"""Find an Iolanta facet for a node and render it."""
|
|
323
322
|
node = normalize_term(node)
|
|
324
323
|
|
|
@@ -345,7 +344,7 @@ class Iolanta: # noqa: WPS214
|
|
|
345
344
|
)
|
|
346
345
|
|
|
347
346
|
try:
|
|
348
|
-
return facet.show()
|
|
347
|
+
return facet.show()
|
|
349
348
|
|
|
350
349
|
except Exception as err:
|
|
351
350
|
raise FacetError(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "iolanta"
|
|
3
|
-
version = "
|
|
3
|
+
version = "2.0.0"
|
|
4
4
|
description = "Semantic Web browser"
|
|
5
5
|
authors = ["Anatoly Scherbakov <altaisoft@gmail.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -26,7 +26,6 @@ owlrl = ">=6.0.2"
|
|
|
26
26
|
funcy = ">=2.0"
|
|
27
27
|
rich = ">=13.3.1"
|
|
28
28
|
textual = ">=0.83.0"
|
|
29
|
-
iolanta-tables = {version = "^0.1.7", optional = true}
|
|
30
29
|
yarl = ">=1.9.4"
|
|
31
30
|
boltons = ">=24.0.0"
|
|
32
31
|
yaml-ld = ">=1.1.7"
|
iolanta-1.2.11/iolanta/stack.py
DELETED
|
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-1.2.11 → iolanta-2.0.0}/iolanta/cyberspace/inference/wikibase-statement-property.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/sparql/inverse-properties.sparql
RENAMED
|
File without changes
|
|
File without changes
|
{iolanta-1.2.11 → iolanta-2.0.0}/iolanta/facets/textual_default/sparql/nodes-for-property.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
|
{iolanta-1.2.11 → iolanta-2.0.0}/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
|