+ + +
+The OntoUML JSON2Graph Transformation
- -The OntoUML JSON2Graph (ontouml-json2graph) decodes a JSON file that complies with the ontouml-schema (e.g., the ones exported by the ontouml-vp-plugin) to a graph file that complies with the ontouml-vocabulary. Optionally, the user can enable basic semantic and syntactical verifications to improve the transformation results.
-Being released as a package, the transformation can be used as an executable script or imported as a library into another Python project.
+ +The OntoUML JSON2Graph (ontouml-json2graph) decodes a JSON file that complies with the ontouml-schema (e.g., the ones exported by the ontouml-vp-plugin) to a graph file that complies with the ontouml-vocabulary.
+When transforming a model, you can either represent only the model’s core concepts, or include all its information, including diagrammatical elements, as part of the knowledge graph. Additionally, users have the choice to enable basic semantic and syntactical verifications, ensuring enhanced and accurate transformation results.
This application was constructed with RDFLib using Python 3.11.4. The generated graph file can be serialized in the diverse formats supported by the RDFLib, which are Turtle, RDF/XML, JSON-LD, N-Triples, Notation-3, Trig, Trix, and N-Quads.
-This project complete docstring-generated documentation is available for inquiries.
+📦 PyPI Package: The transformation is conveniently available as a PyPI package, allowing users to utilize it as an executable script or import it as a library into other Python projects.
+📚 Documentation: For inquiries and more information, you can refer to the complete docstring-generated documentation available for this project.
Contents
@@ -134,6 +139,7 @@Installation
Usage
After being installed, the OntoUML JSON2Graph Decoder can be used as an executable script or imported as a library into another Python project.
+The output of the transformation, i.e., the graph file, will be saved into a directory named results
in the same path in which the software was executed.
Executing as a Script
For executing the software, run the following command on the terminal inside the project’s folder:
@@ -241,7 +247,7 @@ Development Contributionpyproject.toml file to present information to users. If any change is made to that file, the setup_metadata.py
file, located inside the project’s root folder must be executed to update the transformation’s data.
The ontouml-json2graph package was developed using test-driven-based development. Multiple tests are available inside the following folder: ontouml-json2graph/json2graph/tests.
-Documentation regarding the text is also available.
+Documentation regarding the text is also available.
Author
diff --git a/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt b/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt
index 192cec0..05f2373 100644
--- a/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt
+++ b/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt
@@ -75,7 +75,7 @@ Attributes
:type json_data: dict
:param language: Language tag to be added to the ontology's concepts.
:type language: str
- :param execution_mode: Information about execution mode. Valid values are 'production' and 'test'.
+ :param execution_mode: Information about execution mode. Valid values are 'script', 'import', and 'test'.
:type execution_mode: str
:return: Knowledge graph that complies with the OntoUML Vocabulary
:rtype: Graph
diff --git a/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt b/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt
index 844ee86..36c39b8 100644
--- a/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt
+++ b/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt
@@ -12,7 +12,7 @@
Module Contents
---------------
-.. py:data:: this_file_dir
+.. py:data:: package_dir
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js
index 641c4d9..2281e7d 100644
--- a/docs/_static/documentation_options.js
+++ b/docs/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '2023.08.02',
+ VERSION: '1.0.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/autoapi/index.html b/docs/autoapi/index.html
index dd6649b..0a6f510 100644
--- a/docs/autoapi/index.html
+++ b/docs/autoapi/index.html
@@ -4,7 +4,7 @@
- API Reference — ontouml-json2graph 2023.08.02 documentation
+ API Reference — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/decode/index.html b/docs/autoapi/json2graph/decode/index.html
index 28d4a9e..2441d83 100644
--- a/docs/autoapi/json2graph/decode/index.html
+++ b/docs/autoapi/json2graph/decode/index.html
@@ -4,7 +4,7 @@
- json2graph.decode — ontouml-json2graph 2023.08.02 documentation
+ json2graph.decode — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/index.html b/docs/autoapi/json2graph/index.html
index 4d34211..66845d3 100644
--- a/docs/autoapi/json2graph/index.html
+++ b/docs/autoapi/json2graph/index.html
@@ -4,7 +4,7 @@
- json2graph — ontouml-json2graph 2023.08.02 documentation
+ json2graph — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/arguments/index.html b/docs/autoapi/json2graph/modules/arguments/index.html
index cee5aed..7e9dfb4 100644
--- a/docs/autoapi/json2graph/modules/arguments/index.html
+++ b/docs/autoapi/json2graph/modules/arguments/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.arguments — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.arguments — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_general/index.html b/docs/autoapi/json2graph/modules/decoder/decode_general/index.html
index 5c7cbc4..4095973 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_general/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_general/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_general — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_general — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_main/index.html b/docs/autoapi/json2graph/modules/decoder/decode_main/index.html
index 54e6edb..39bbafe 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_main/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_main/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_main — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_main — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
@@ -184,7 +184,7 @@ Attributes
json_data (dict) – Input JSON data loaded as a dictionary.
language (str) – Language tag to be added to the ontology’s concepts.
-execution_mode (str) – Information about execution mode. Valid values are ‘production’ and ‘test’.
+execution_mode (str) – Information about execution mode. Valid values are ‘script’, ‘import’, and ‘test’.
Returns:
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html
index 316a6d4..472c9d9 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_class — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_class — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html
index f8673e2..f9904f4 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_diagram — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_diagram — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html
index 5e4994d..0287ed1 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_elementview — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_elementview — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html
index 978c620..7724b71 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_generalization — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_generalization — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html
index 4189472..b2f23b5 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_generalizationset — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_generalizationset — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html
index d709d06..ecec848 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_package — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_package — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html
index 86c9076..3f8170d 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_path — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_path — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html
index fb78a52..c1f14c2 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_project — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_project — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html
index 6fbeaa1..ba4ca94 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_property — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_property — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html
index 6635899..9bb291d 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_rectangularshape — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_rectangularshape — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html
index f1fca7e..8d12312 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_relation — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_relation — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/index.html b/docs/autoapi/json2graph/modules/decoder/index.html
index ced13e9..2fb74a6 100644
--- a/docs/autoapi/json2graph/modules/decoder/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/errors/index.html b/docs/autoapi/json2graph/modules/errors/index.html
index e13ceed..b74fdca 100644
--- a/docs/autoapi/json2graph/modules/errors/index.html
+++ b/docs/autoapi/json2graph/modules/errors/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.errors — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.errors — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/globals/index.html b/docs/autoapi/json2graph/modules/globals/index.html
index 6530f63..b24deb3 100644
--- a/docs/autoapi/json2graph/modules/globals/index.html
+++ b/docs/autoapi/json2graph/modules/globals/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.globals — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.globals — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
@@ -96,8 +96,8 @@
Module Contents
diff --git a/docs/autoapi/json2graph/modules/index.html b/docs/autoapi/json2graph/modules/index.html
index 8091943..e9999dc 100644
--- a/docs/autoapi/json2graph/modules/index.html
+++ b/docs/autoapi/json2graph/modules/index.html
@@ -4,7 +4,7 @@
- json2graph.modules — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/input_output/index.html b/docs/autoapi/json2graph/modules/input_output/index.html
index 30394b8..edba4ef 100644
--- a/docs/autoapi/json2graph/modules/input_output/index.html
+++ b/docs/autoapi/json2graph/modules/input_output/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.input_output — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.input_output — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/logger/index.html b/docs/autoapi/json2graph/modules/logger/index.html
index 8984752..103e192 100644
--- a/docs/autoapi/json2graph/modules/logger/index.html
+++ b/docs/autoapi/json2graph/modules/logger/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.logger — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.logger — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/messages/index.html b/docs/autoapi/json2graph/modules/messages/index.html
index 1c85759..2f161ec 100644
--- a/docs/autoapi/json2graph/modules/messages/index.html
+++ b/docs/autoapi/json2graph/modules/messages/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.messages — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.messages — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/sparql_queries/index.html b/docs/autoapi/json2graph/modules/sparql_queries/index.html
index 5d063d7..cdd6879 100644
--- a/docs/autoapi/json2graph/modules/sparql_queries/index.html
+++ b/docs/autoapi/json2graph/modules/sparql_queries/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.sparql_queries — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.sparql_queries — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/utils_general/index.html b/docs/autoapi/json2graph/modules/utils_general/index.html
index da696b1..56d9847 100644
--- a/docs/autoapi/json2graph/modules/utils_general/index.html
+++ b/docs/autoapi/json2graph/modules/utils_general/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.utils_general — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.utils_general — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/utils_graph/index.html b/docs/autoapi/json2graph/modules/utils_graph/index.html
index db3e9ba..45ae853 100644
--- a/docs/autoapi/json2graph/modules/utils_graph/index.html
+++ b/docs/autoapi/json2graph/modules/utils_graph/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.utils_graph — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.utils_graph — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/resources/index.html b/docs/autoapi/json2graph/resources/index.html
index e1d3224..81121dd 100644
--- a/docs/autoapi/json2graph/resources/index.html
+++ b/docs/autoapi/json2graph/resources/index.html
@@ -4,7 +4,7 @@
- json2graph.resources — ontouml-json2graph 2023.08.02 documentation
+ json2graph.resources — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html b/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html
index 80f744c..280da55 100644
--- a/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html
+++ b/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html
@@ -4,7 +4,7 @@
- json2graph.tests.deprecated_test_clear — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests.deprecated_test_clear — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/index.html b/docs/autoapi/json2graph/tests/index.html
index 52d86c6..d2d317d 100644
--- a/docs/autoapi/json2graph/tests/index.html
+++ b/docs/autoapi/json2graph/tests/index.html
@@ -4,7 +4,7 @@
- json2graph.tests — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/test_aux/index.html b/docs/autoapi/json2graph/tests/test_aux/index.html
index 19c3720..c091c7f 100644
--- a/docs/autoapi/json2graph/tests/test_aux/index.html
+++ b/docs/autoapi/json2graph/tests/test_aux/index.html
@@ -4,7 +4,7 @@
- json2graph.tests.test_aux — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests.test_aux — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/test_main/index.html b/docs/autoapi/json2graph/tests/test_main/index.html
index 4e4e2be..767a6d9 100644
--- a/docs/autoapi/json2graph/tests/test_main/index.html
+++ b/docs/autoapi/json2graph/tests/test_main/index.html
@@ -4,7 +4,7 @@
- json2graph.tests.test_main — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests.test_main — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/genindex.html b/docs/genindex.html
index c5166a1..4222853 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -3,7 +3,7 @@
- Index — ontouml-json2graph 2023.08.02 documentation
+ Index — ontouml-json2graph 1.0.2 documentation
@@ -14,7 +14,7 @@
-
+
@@ -566,10 +566,12 @@ O
P
results
in the same path in which the software was executed.Executing as a Script
For executing the software, run the following command on the terminal inside the project’s folder:
@@ -241,7 +247,7 @@Development Contributionpyproject.toml file to present information to users. If any change is made to that file, the setup_metadata.py
file, located inside the project’s root folder must be executed to update the transformation’s data.
The ontouml-json2graph package was developed using test-driven-based development. Multiple tests are available inside the following folder: ontouml-json2graph/json2graph/tests.
-Documentation regarding the text is also available.
+Documentation regarding the text is also available.
Author
diff --git a/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt b/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt index 192cec0..05f2373 100644 --- a/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt +++ b/docs/_sources/autoapi/json2graph/modules/decoder/decode_main/index.rst.txt @@ -75,7 +75,7 @@ Attributes :type json_data: dict :param language: Language tag to be added to the ontology's concepts. :type language: str - :param execution_mode: Information about execution mode. Valid values are 'production' and 'test'. + :param execution_mode: Information about execution mode. Valid values are 'script', 'import', and 'test'. :type execution_mode: str :return: Knowledge graph that complies with the OntoUML Vocabulary :rtype: Graph diff --git a/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt b/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt index 844ee86..36c39b8 100644 --- a/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt +++ b/docs/_sources/autoapi/json2graph/modules/globals/index.rst.txt @@ -12,7 +12,7 @@ Module Contents --------------- -.. py:data:: this_file_dir +.. py:data:: package_dir diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 641c4d9..2281e7d 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '2023.08.02', + VERSION: '1.0.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/autoapi/index.html b/docs/autoapi/index.html index dd6649b..0a6f510 100644 --- a/docs/autoapi/index.html +++ b/docs/autoapi/index.html @@ -4,7 +4,7 @@ -Attributes
json_data (dict) – Input JSON data loaded as a dictionary.
language (str) – Language tag to be added to the ontology’s concepts.
-execution_mode (str) – Information about execution mode. Valid values are ‘production’ and ‘test’.
+execution_mode (str) – Information about execution mode. Valid values are ‘script’, ‘import’, and ‘test’.
Returns:
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html
index 316a6d4..472c9d9 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_class/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_class — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_class — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html
index f8673e2..f9904f4 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_diagram/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_diagram — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_diagram — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html
index 5e4994d..0287ed1 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_elementview/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_elementview — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_elementview — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html
index 978c620..7724b71 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalization/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_generalization — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_generalization — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html
index 4189472..b2f23b5 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_generalizationset/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_generalizationset — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_generalizationset — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html
index d709d06..ecec848 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_package/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_package — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_package — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html
index 86c9076..3f8170d 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_path/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_path — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_path — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html
index fb78a52..c1f14c2 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_project/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_project — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_project — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html
index 6fbeaa1..ba4ca94 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_property/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_property — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_property — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html
index 6635899..9bb291d 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_rectangularshape/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_rectangularshape — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_rectangularshape — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html b/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html
index f1fca7e..8d12312 100644
--- a/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/decode_obj_relation/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder.decode_obj_relation — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder.decode_obj_relation — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/decoder/index.html b/docs/autoapi/json2graph/modules/decoder/index.html
index ced13e9..2fb74a6 100644
--- a/docs/autoapi/json2graph/modules/decoder/index.html
+++ b/docs/autoapi/json2graph/modules/decoder/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.decoder — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.decoder — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/errors/index.html b/docs/autoapi/json2graph/modules/errors/index.html
index e13ceed..b74fdca 100644
--- a/docs/autoapi/json2graph/modules/errors/index.html
+++ b/docs/autoapi/json2graph/modules/errors/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.errors — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.errors — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/globals/index.html b/docs/autoapi/json2graph/modules/globals/index.html
index 6530f63..b24deb3 100644
--- a/docs/autoapi/json2graph/modules/globals/index.html
+++ b/docs/autoapi/json2graph/modules/globals/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.globals — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.globals — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
@@ -96,8 +96,8 @@
Module Contents
diff --git a/docs/autoapi/json2graph/modules/index.html b/docs/autoapi/json2graph/modules/index.html
index 8091943..e9999dc 100644
--- a/docs/autoapi/json2graph/modules/index.html
+++ b/docs/autoapi/json2graph/modules/index.html
@@ -4,7 +4,7 @@
- json2graph.modules — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/input_output/index.html b/docs/autoapi/json2graph/modules/input_output/index.html
index 30394b8..edba4ef 100644
--- a/docs/autoapi/json2graph/modules/input_output/index.html
+++ b/docs/autoapi/json2graph/modules/input_output/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.input_output — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.input_output — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/logger/index.html b/docs/autoapi/json2graph/modules/logger/index.html
index 8984752..103e192 100644
--- a/docs/autoapi/json2graph/modules/logger/index.html
+++ b/docs/autoapi/json2graph/modules/logger/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.logger — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.logger — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/messages/index.html b/docs/autoapi/json2graph/modules/messages/index.html
index 1c85759..2f161ec 100644
--- a/docs/autoapi/json2graph/modules/messages/index.html
+++ b/docs/autoapi/json2graph/modules/messages/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.messages — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.messages — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/sparql_queries/index.html b/docs/autoapi/json2graph/modules/sparql_queries/index.html
index 5d063d7..cdd6879 100644
--- a/docs/autoapi/json2graph/modules/sparql_queries/index.html
+++ b/docs/autoapi/json2graph/modules/sparql_queries/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.sparql_queries — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.sparql_queries — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/utils_general/index.html b/docs/autoapi/json2graph/modules/utils_general/index.html
index da696b1..56d9847 100644
--- a/docs/autoapi/json2graph/modules/utils_general/index.html
+++ b/docs/autoapi/json2graph/modules/utils_general/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.utils_general — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.utils_general — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/modules/utils_graph/index.html b/docs/autoapi/json2graph/modules/utils_graph/index.html
index db3e9ba..45ae853 100644
--- a/docs/autoapi/json2graph/modules/utils_graph/index.html
+++ b/docs/autoapi/json2graph/modules/utils_graph/index.html
@@ -4,7 +4,7 @@
- json2graph.modules.utils_graph — ontouml-json2graph 2023.08.02 documentation
+ json2graph.modules.utils_graph — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/resources/index.html b/docs/autoapi/json2graph/resources/index.html
index e1d3224..81121dd 100644
--- a/docs/autoapi/json2graph/resources/index.html
+++ b/docs/autoapi/json2graph/resources/index.html
@@ -4,7 +4,7 @@
- json2graph.resources — ontouml-json2graph 2023.08.02 documentation
+ json2graph.resources — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html b/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html
index 80f744c..280da55 100644
--- a/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html
+++ b/docs/autoapi/json2graph/tests/deprecated_test_clear/index.html
@@ -4,7 +4,7 @@
- json2graph.tests.deprecated_test_clear — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests.deprecated_test_clear — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/index.html b/docs/autoapi/json2graph/tests/index.html
index 52d86c6..d2d317d 100644
--- a/docs/autoapi/json2graph/tests/index.html
+++ b/docs/autoapi/json2graph/tests/index.html
@@ -4,7 +4,7 @@
- json2graph.tests — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/test_aux/index.html b/docs/autoapi/json2graph/tests/test_aux/index.html
index 19c3720..c091c7f 100644
--- a/docs/autoapi/json2graph/tests/test_aux/index.html
+++ b/docs/autoapi/json2graph/tests/test_aux/index.html
@@ -4,7 +4,7 @@
- json2graph.tests.test_aux — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests.test_aux — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/autoapi/json2graph/tests/test_main/index.html b/docs/autoapi/json2graph/tests/test_main/index.html
index 4e4e2be..767a6d9 100644
--- a/docs/autoapi/json2graph/tests/test_main/index.html
+++ b/docs/autoapi/json2graph/tests/test_main/index.html
@@ -4,7 +4,7 @@
- json2graph.tests.test_main — ontouml-json2graph 2023.08.02 documentation
+ json2graph.tests.test_main — ontouml-json2graph 1.0.2 documentation
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/genindex.html b/docs/genindex.html
index c5166a1..4222853 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -3,7 +3,7 @@
- Index — ontouml-json2graph 2023.08.02 documentation
+ Index — ontouml-json2graph 1.0.2 documentation
@@ -14,7 +14,7 @@
-
+
@@ -566,10 +566,12 @@ O
P
json_data (dict) – Input JSON data loaded as a dictionary.
language (str) – Language tag to be added to the ontology’s concepts.
execution_mode (str) – Information about execution mode. Valid values are ‘production’ and ‘test’.
execution_mode (str) – Information about execution mode. Valid values are ‘script’, ‘import’, and ‘test’.
Module Contents
-
diff --git a/docs/autoapi/json2graph/modules/index.html b/docs/autoapi/json2graph/modules/index.html
index 8091943..e9999dc 100644
--- a/docs/autoapi/json2graph/modules/index.html
+++ b/docs/autoapi/json2graph/modules/index.html
@@ -4,7 +4,7 @@
-