iolanta 2.1.8__tar.gz → 2.1.9__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.8 → iolanta-2.1.9}/PKG-INFO +1 -1
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/data/iolanta.yaml +3 -3
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/namespaces.py +2 -2
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/sparqlspace/processor.py +5 -3
- {iolanta-2.1.8 → iolanta-2.1.9}/pyproject.toml +1 -1
- {iolanta-2.1.8 → iolanta-2.1.9}/README.md +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/base_plugin.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/formatters/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/formatters/choose.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/formatters/csv.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/formatters/json.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/formatters/pretty.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/main.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/models.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/cli/pretty_print.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/context.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/conversions.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/data/context.yaml +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/data/graph-triples.yamlld +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/data/textual-browser.yaml +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/declension/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/declension/data/declension.yamlld +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/declension/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/declension/sparql/declension.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/ensure_is_context.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/entry_points.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/errors.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/cli/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/cli/base.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/cli/default.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/cli/record.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/cli/sparql/link.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/cli/sparql/record.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/errors.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/foaf_person_title/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/foaf_person_title/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/foaf_person_title/sparql/names.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/generic/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/generic/bool_literal.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/generic/date_literal.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/generic/default.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/generic/sparql/default.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/html/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/html/base.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/html/code_literal.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/html/default.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/icon.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/locator/sparql/get-query-to-facet.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/locator.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/mkdocs_material_insiders_markdown/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/mkdocs_material_insiders_markdown/data/mkdocs_material_insiders_markdown.yamlld +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/mkdocs_material_insiders_markdown/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/mkdocs_material_insiders_markdown/templates/datatype.jinja2.md +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/page_title.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/qname.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/app.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/history.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/home.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/location.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/models.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/page.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_browser/page_switcher.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_class/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_class/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_class/sparql/instances.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_class/textual-class.yamlld +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/sparql/inverse-properties.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/sparql/label.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/sparql/nodes-for-property.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/sparql/properties.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/tcss/default.tcss +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/templates/default.md +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/triple_uri_ref.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/widgets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graph/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graph/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graph/sparql/triples.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graph_triples.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graphs/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graphs/data/textual_graphs.yamlld +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graphs/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_graphs/sparql/graphs.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_link/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_link/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_nanopublication/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_nanopublication/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_nanopublication/models.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_nanopublication/nanopublication_widget.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_nanopublication/term_list_widget.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_nanopublication/term_widget.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_no_facet_found.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_ontology/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_ontology/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_ontology/sparql/terms.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_ontology/sparql/visualization-vocab.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_property_pairs_table.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_provenance/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_provenance/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_provenance/sparql/graphs.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_provenance/sparql/triples.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/title/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/title/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/title/sparql/title.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/wikibase_statement_title/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/wikibase_statement_title/facets.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/wikibase_statement_title/sparql/statement-title.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/iolanta.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/labeled_triple_set/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/labeled_triple_set/data/labeled_triple_set.yamlld +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/labeled_triple_set/labeled_triple_set.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/labeled_triple_set/sparql/triples.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mcp/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mcp/cli.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mcp/prompts/nanopublication_assertion_authoring_rules.md +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mcp/prompts/rules.md +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mermaid/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mermaid/facet.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mermaid/mermaid.yamlld +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mermaid/models.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mermaid/sparql/ask-has-triples.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mermaid/sparql/graph.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mermaid/sparql/subgraphs.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/models.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/node_to_qname.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/parse_quads.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/plugin.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/query_result.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/reformat_blank_nodes.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/resolvers/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/resolvers/base.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/resolvers/dispatch.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/resolvers/pypi.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/resolvers/python_import.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/sparqlspace/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/sparqlspace/cli.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/sparqlspace/inference/wikidata-prop-label.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/sparqlspace/inference/wikidata-statement-label.sparql +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/sparqlspace/sparqlspace.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/widgets/__init__.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/widgets/description.py +0 -0
- {iolanta-2.1.8 → iolanta-2.1.9}/iolanta/widgets/mixin.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"@context":
|
|
2
2
|
"@import": https://json-ld.org/contexts/dollar-convenience.jsonld
|
|
3
|
-
vann:
|
|
4
|
-
foaf:
|
|
5
|
-
owl:
|
|
3
|
+
vann: http://purl.org/vocab/vann/
|
|
4
|
+
foaf: http://xmlns.com/foaf/0.1/
|
|
5
|
+
owl: http://www.w3.org/2002/07/owl#
|
|
6
6
|
iolanta: https://iolanta.tech/
|
|
7
7
|
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
|
|
8
8
|
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
@@ -32,11 +32,11 @@ class DCTERMS(rdflib.DCTERMS):
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
class VANN(rdflib.VANN):
|
|
35
|
-
|
|
35
|
+
...
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
class FOAF(rdflib.FOAF):
|
|
39
|
-
|
|
39
|
+
...
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
class XSD(rdflib.XSD):
|
|
@@ -58,7 +58,7 @@ REDIRECTS = MappingProxyType({
|
|
|
58
58
|
# FIXME This is presently hardcoded; we need to
|
|
59
59
|
# - either find a way to resolve these URLs automatically,
|
|
60
60
|
# - or create a repository of those redirects online.
|
|
61
|
-
'
|
|
61
|
+
'http://purl.org/vocab/vann/': URIRef(
|
|
62
62
|
'https://vocab.org/vann/vann-vocab-20100607.rdf',
|
|
63
63
|
),
|
|
64
64
|
URIRef(DC): URIRef(DCTERMS),
|
|
@@ -66,8 +66,10 @@ REDIRECTS = MappingProxyType({
|
|
|
66
66
|
URIRef(RDFS): URIRef(RDFS),
|
|
67
67
|
URIRef(OWL): URIRef(OWL),
|
|
68
68
|
|
|
69
|
-
#
|
|
70
|
-
URIRef('https
|
|
69
|
+
# Redirect FOAF namespace to GitHub mirror
|
|
70
|
+
URIRef('https?://xmlns.com/foaf/0.1/.+'): URIRef(
|
|
71
|
+
'https://raw.githubusercontent.com/foaf/foaf/refs/heads/master/xmlns.com/htdocs/foaf/0.1/index.rdf',
|
|
72
|
+
),
|
|
71
73
|
URIRef('https://www.nanopub.org/nschema'): URIRef(
|
|
72
74
|
'https://www.nanopub.net/nschema#',
|
|
73
75
|
),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.8 → iolanta-2.1.9}/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
|
{iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_default/sparql/inverse-properties.sparql
RENAMED
|
File without changes
|
|
File without changes
|
{iolanta-2.1.8 → iolanta-2.1.9}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.8 → iolanta-2.1.9}/iolanta/facets/textual_nanopublication/nanopublication_widget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iolanta-2.1.8 → iolanta-2.1.9}/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
|
{iolanta-2.1.8 → iolanta-2.1.9}/iolanta/mcp/prompts/nanopublication_assertion_authoring_rules.md
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
|
{iolanta-2.1.8 → iolanta-2.1.9}/iolanta/sparqlspace/inference/wikidata-statement-label.sparql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|