cognite-neat 0.123.23__tar.gz → 0.123.25__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.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/PKG-INFO +1 -1
- cognite_neat-0.123.25/cognite/neat/_version.py +2 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_constants.py +5 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_rdf/_shared.py +88 -19
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/rdf_.py +37 -13
- cognite_neat-0.123.25/last_changelog_entry.md +3 -0
- cognite_neat-0.123.25/last_git_message.txt +21 -0
- cognite_neat-0.123.25/last_version.txt +1 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/pyproject.toml +1 -1
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conceptual/ontology.ttl +6 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/test_owl_importer.py +8 -2
- cognite_neat-0.123.25/tests/tests_unit/test_utils/test_rdf.py +92 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/uv.lock +1 -1
- cognite_neat-0.123.23/cognite/neat/_version.py +0 -2
- cognite_neat-0.123.23/last_changelog_entry.md +0 -4
- cognite_neat-0.123.23/last_git_message.txt +0 -29
- cognite_neat-0.123.23/last_version.txt +0 -1
- cognite_neat-0.123.23/tests/tests_unit/test_utils/test_rdf.py +0 -30
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.coveragerc +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.gemini/styleguide.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.github/CODEOWNERS +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.github/ISSUE_TEMPLATE/bug-report.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.github/ISSUE_TEMPLATE/feature-request.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.github/pull_request_template.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.github/renovate.json +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.github/workflows/code-quality.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.github/workflows/release.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.gitignore +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.pre-commit-config.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/.readthedocs.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/CODE_OF_CONDUCT.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/CONTRIBUTING.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/LICENSE +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/README.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cdf.toml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/codecov.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api/data_modeling_loaders.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api/neat_instances.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api/schema.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api/statistics.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api_client.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/data_modeling.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/neat_sequence.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/schema.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/statistics.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/testing.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_config.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/_constants.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/_shared.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/analysis/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/analysis/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/catalog/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/catalog/classic_model.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/catalog/conceptual-imf-data-model.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/catalog/hello_world_pump.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/_data_model2dms.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/_data_model2excel.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/_data_model2instance_template.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/_data_model2ontology.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/_data_model2yaml.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_base_file_reader.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_dict2data_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_dms2data_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_graph2data_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_rdf/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_rdf/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_rdf/_inference2rdata_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_rdf/_owl2data_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/importers/_spreadsheet2data_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/_base_unverified.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/_base_verified.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/_import_contexts.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/_types.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/conceptual/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/conceptual/_unverified.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/conceptual/_validation.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/conceptual/_verified.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/data_types.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/entities/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/entities/_constants.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/entities/_loaders.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/entities/_multi_value.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/entities/_single_value.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/entities/_types.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/entities/_wrapped.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/mapping/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/mapping/_classic2core.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/mapping/_classic2core.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/physical/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/physical/_exporter.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/physical/_unverified.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/physical/_validation.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/models/physical/_verified.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/transformers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/transformers/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/transformers/_converters.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/transformers/_mapping.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/transformers/_union_conceptual.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/transformers/_verification.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/_shared.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/_tracking/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/_tracking/base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/_tracking/log.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/examples/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_assets.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_classic.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_data_sets.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_events.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_files.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_labels.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_relationships.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_sequences.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_classic_cdf/_timeseries.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_dict.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_dms.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_dms_graph.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_raw.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/extractors/_rdf_file.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/loaders/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/loaders/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/loaders/_rdf2dms.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/loaders/_rdf_to_instance_space.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/queries/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/queries/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/queries/_queries.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/queries/_select.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/queries/_update.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/transformers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/transformers/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/transformers/_classic_cdf.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/transformers/_prune_graph.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/transformers/_rdfpath.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_instances/transformers/_value_type.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/_contextmanagers.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/_factory.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/errors/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/errors/_external.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/errors/_general.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/errors/_properties.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/errors/_resources.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/errors/_wrapper.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/formatters.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/warnings/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/warnings/_external.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/warnings/_general.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/warnings/_models.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/warnings/_properties.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/warnings/_resources.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_issues/warnings/user_modeling.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_shared.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_store/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_store/_data_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_store/_instance.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_store/_provenance.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_store/exceptions.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/auth.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/auxiliary.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/collection_.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/graph_transformations_report.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/io_.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/reader/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/reader/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/spreadsheet.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/tarjan.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/text.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/time_.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/upload.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_utils/xml_.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/plugins/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/plugins/_issues.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/plugins/_manager.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/plugins/data_model/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/plugins/data_model/importers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/plugins/data_model/importers/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_base.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_collector.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_drop.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_experimental.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_explore.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_fix.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_inspect.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_mapping.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_plugin.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_prepare.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_read.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_session/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_session/_data_model/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_session/_data_model/_read.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_session/_data_model/_routes.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_session/_data_model/_show.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_session/_data_model/_write.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_set.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_show.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_state/README.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_state.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_subset.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_template.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_to.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/_wizard.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/engine/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/engine/_import.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/engine/_interface.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/engine/_load.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/session/exceptions.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/dev.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/DataModelCDF.PNG +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/DataModelInstancesCDF.PNG +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/DataModelInstancesVizCDF.PNG +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/aml-dm-cdf.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/aml-dm.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/aml-instances-cdf.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/aml-instances-full.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms_typed.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated_with_typed.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/authorship.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/base-components.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/bid_capacity_data_model.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/change_validate_step.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/connecting_metadata_dm.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/connecting_metadata_populated.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/connecting_metadata_published_dm.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/container_spec.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/core_extension.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/core_extension_excel.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/core_extension_no_connection.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/core_extension_with_properties.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/data-exploration.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/data-model-nordic44.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/data-modeling-flow.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dexpi-dm-cdf.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dexpi-dm-viz.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dexpi-graph-viz.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dexpi-instance-cdf.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dexpi-transformed-graph-viz.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dm-classes.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dm-object-shapes.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dm-prefixes.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dm-source-to-solution-mapping.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dm2cdf-asset.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/dm2cdf-mapping.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/execution-history.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/export_dms_config.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/export_dms_executed.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/export_dms_workflow.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/features.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/graph-etl-flow.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/high-level-io.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/instances-nordic44.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/instances-sheet.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/key-aspects-of-neat.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/knowledge-graph-viz-filtering.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/knowledge-graph-viz.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/life_cycle_analitic_solution_export_dms.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/life_cycle_converter_model_analytic_solution_model.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/life_cycle_download_reference_model_analytic_soluteion_model.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/life_cycle_download_reference_model_analytic_solution_model_export.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/logo.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/metadata-sheet.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/multi-hop.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/neat-high-level.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/neat-two_flows.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/neat_shift_tab.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/neat_tab.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/prefixes-sheet.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/pump_hello_world_published.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf-in-nutshell.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf2cdf-graph-change.jpg +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf2cdf-graph-resurrect.jpg +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf2cdf-graph.jpg +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf2cdf-init-run-step1.jpg +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf2cdf-init-run-step2.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf2cdf-init-run.jpg +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/rdf2cdf-post-init.jpg +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/run_workflow.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/sheet2cdf-asset-hierarchy.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/sheet2cdf-running-workflow.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/sheet2cdf-transformation-rules-ui.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/sheet2cdf-upload-rules.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/sheet2cdf-workflow-steps.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/sheet2cdf-workflow.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/sheet2cdf-workflow.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/step-configurables.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/step-metrics.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/tutorial-notebooks-part-2_graph-capturing-sheet.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/validate_workflow.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/wf-ephemeral-mode.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/wf-overview.gif +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/wf-persistent-blocking-mode.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/wf-persistent-non-blocking.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/wf-start-mode-ui.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/wind_farm_classic_knowledge_graph.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/wind_farm_data_product_instances.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/work-in-progress.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/workflow-context.jpg +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/working_with_metadata_provenance.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/figs/working_with_metadata_published_dm.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/cdf-dms-architect-alice.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/dms-addition-svein-harald.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/dms-analytics-olav.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/dms-architect-rules-raw-filter-example.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/dms-architect-rules-template.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/dms-rebuild-olav.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/domain-expert-rules-template.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/expert-grid-emma.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/expert-wind-energy-jon.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/information-addition-svein-harald.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/information-analytics-olav-ref.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/information-analytics-olav.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/information-architect-david.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/rules/information-architect-rules-template.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-1-defining-data-model.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-1-download-rules-template.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-1-upload-gql-schema-to-cdf.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-2-graph-capturing-sheet.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-3-asset-hierarchy.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-3-decommissioning.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-3-relationships.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-3-resurrection.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/artifacts/videos/tutorial-4-asset-hierarchy.mp4 +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/data-modeling-principles.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/conceptual/overview.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/conceptual/reference.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/data_model.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/physical/enum.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/physical/overview.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/physical/properties.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/physical/reference.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/physical/views.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/excel_data_modeling/units.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/gettingstarted/installation.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/gettingstarted/why-neat.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/index.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/base.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/drop.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/fix.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/inspect.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/mapping.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/prepare.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/read.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/set.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/show.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/subset.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/template.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/NeatSession/to.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/issues/base.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/issues/errors.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/issues/user_model_warnings.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/issues/warnings.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/reference/overview.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/cold_start.ipynb +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/figs/data-modeling-flow.png +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model_expanded.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/files/wind_farm_prospecting_physical_data_model.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/from-conceptual-to-physical-via-CDM.ipynb +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_conceptual_wind_energy_WindFarmProspecting_v1.html +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_conceptual_wind_energy_WindFarmProspecting_v1_implements.html +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_physical_neat_playground_NeatHelloWorld_v1.html +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/my_first_model.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/data-modeling/physical-data-model.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/docs/tutorials/introduction/introduction.ipynb +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/mkdocs.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/clean_space.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/core_classic_mapping.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/create_classic_core_mapping_yaml.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/dependency_profiler.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/docs_generate_reference.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/docs_generate_unit.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/generate_steps_md.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/.gitignore +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/README.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/config.dev.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/neat_integration_runner/README.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/neat_integration_runner/auth/neat_cicd_testing.group.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/lift_pumps/classic/lift_pump_stations_root.Asset.csv +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/lift_pumps/data_sets/hierarchies.DataSet.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.csv +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Asset.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Label.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/MetMast.Asset.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/PowerGeneratingUnit.Label.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/Utsira.Asset.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01.Asset.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01_to_MetMast.Relationship.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02.Asset.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02_to_MetMast.Relationship.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/WindTurbine.Label.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/metMast.Label.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/planned_WT-01_2022-01-01.Event.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/classic/power_curve_manufacturer1.Sequence.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/data_sets/maintenance.DataSet.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/data_sets/source_ds.DataSet.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/data_sets/usecase_01.DataSet.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.FileMetadata.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.txt +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_forecast.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_production.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_forecast.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_production.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/manual_test_dms_importer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/migration.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/oxi_remote/README.md +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/oxi_remote/docker-compose.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/test_lookup_table.csv +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/scripts/windfarm_to_toolkit.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/config.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/conftest.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_graph/aml-raw-graph.ttl +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_graph/aml_example.aml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_graph/car.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_graph/dexpi-raw-graph.ttl +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_graph/dexpi_example.xml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_graph/iodd_Piab-piCOMPACT10X-20230509-IODD1.1.xml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_graph/low-quality-graph.ttl +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/assets.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/events.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/files.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/labels.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/relationships.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/sequence_rows.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/sequences.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/asset_centric_cdf/timeseries.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_instances/classic_windfarm.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conceptual/broken_concepts.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conceptual/dangling-properties.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conceptual/info-arch-car-rules.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conceptual/info_with_cdm_ref.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conceptual/information-unknown-value-type.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conceptual/only_concepts.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conversion/single_concept.conceptual.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/conversion/single_concept.physical.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/non_neat/cognite_core_v1.zip +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/non_neat/referencing_core/MyDescribable.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/non_neat/referencing_core/MyDescribable.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/non_neat/referencing_core/enterprise.datamodel.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/non_neat/windturbine.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/partial-model/complete.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/partial-model/part1.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/partial-model/part2.ttl +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/partial-model/part3.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/car_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/car_dms_rules_deprecated.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/dm_raw_filter.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/dm_view_space_different.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/dms-unknown-value-type.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/isa_plus_cdm.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/missing-in-model-value.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/mixed-up-version.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/physical_singleton_issue.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/pump_example_duplicated_resources.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/pump_example_with_missing_cells.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/pump_example_with_missing_cells_raise_issues.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/1.Production.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/10.SimNode.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/12.SimSubNode.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/13.SimEdge.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/14.Property.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/15.Coordinate.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/16.Coordinates.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/17.ModelExecutionEnvironment.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/18.Coordinate.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/19.Coordinates.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/2.SimulationModel.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/20.SimEdge.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/21.ProductionTimeseries.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/22.SimNode.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/23.Production.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/24.SimSubNode.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/25.SimulationResultFile.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/26.InputProperty.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/28.OutputProperty.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/29.Property.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/3.strongly-coupled-model.datamodel.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/30.SimulationModel.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/31.SimNodeAndEdge.view.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/5.my.space.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/6.ModelExecutionEnvironment.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/7.ProductionTimeseries.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/8.SimNodeAndEdge.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical/strongly_connected_model/data_models/9.SimulationResultFile.container.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_invalid/inconsistent_container_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_invalid/invalid_metadata.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_invalid/invalid_property_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_invalid/missing_view_container_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_invalid/too_many_containers_per_view.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_invalid/views_without_properties.xlsx +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_yamls/invalid_indices.expected_issues.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_yamls/invalid_indices.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_yamls/invalid_yaml.expected_issues.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_yamls/invalid_yaml.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_yamls/multiple_indices_on_property.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_yamls/reverse_direct_relation_missing_target.expected_issues.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/data/_schema/physical_yamls/reverse_direct_relation_missing_target.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_end_to_end/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_end_to_end/test_rules_flow/test_cdm_extension_verification.yaml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_end_to_end/test_rules_flow/test_excel_importer_to_yaml.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_end_to_end/test_rules_flow/test_excel_importer_to_yaml_new_endpoint.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_end_to_end/test_rules_flow/test_ontology_importer_to_yaml.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_end_to_end/test_rules_flow/test_to_extension_transformer.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_end_to_end/test_rules_flow.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/conftest.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_api/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_api/test_conversion.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_api/test_validate_rules.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_client_available.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_graph/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_graph/test_loaders/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_graph/test_loaders/test_dms_loader.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_neat_client/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_neat_client/test_cdf_loaders.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_neat_client/test_statistics.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_rules/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_rules/test_exporters/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_rules/test_exporters/test_dms_exporters.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_rules/test_importers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_create_enterprise.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_dms_rules_entities.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_info_rules_entities.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_standardize_space_and_version.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_data_model_prepare_fix.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_data_model_to/test_raw_filter.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_data_model_to.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_graph_flow/test_aml_to_dms.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_graph_flow/test_create_extension_template.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_graph_flow/test_dexpi_to_dms.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_ids_to_python.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_to_python.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_graph_flow/test_uplift_workflow_to_python.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_graph_flow.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_read/test_read_cdm.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_read/test_read_model_referencing_core.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_session/test_read.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_utils/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_integration/test_utils/test_reader.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_asset_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_dms_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_dms_graph_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_events_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_files_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_labels_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_raw_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_relationship_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_sequences_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_extractors/test_timeseries_extractor.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_graph_read.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_loaders/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_loaders/test_dms_loader.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_loaders/test_rdf2dms.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_loaders/test_rdf_to_instance_space.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_provenance.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_asset_depth_transformer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_asset_event_connector_transformer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_asset_file_connector_transformer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_asset_relationship_connector_transformer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_asset_sequence_connector_transformer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_asset_ts_connector_transformer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_attach_property_from_target2source.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_connection_to_literal.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_make_connection_on_exact_match.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_prune_graph.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_graph/test_transformers/test_split_multi_value_property_transformer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_issues/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_issues/test_formatters.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_issues/test_issue_behavior.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_issues/test_issues_metatests.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_neat_client/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_neat_client/test_instances.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_neat_client/test_loaders.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_neat_client/test_schema.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_neat_package_metadata.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_plugins.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_analysis.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_exporters/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_exporters/test_exporters_meta.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_exporters/test_rules2dms.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_exporters/test_rules2excel.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_exporters/test_rules2ontology.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_exporters/test_rules2yaml.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/constants.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/test_dms_importer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/test_excel_importer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/test_graph_data_model_importer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/test_inference_importer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_importers/test_subinference_importer.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_asset_rules.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_base_rules.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_conceptual_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_data_types.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_dms_schema.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_entities.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_input_rules.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_physical_data_model.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/test_wrapped_entities.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_models/utils.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_transformers/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_transformers/test_converters.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_transformers/test_mapping.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_transformers/test_transformer_meta.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_rules/test_transformers/test_union_conceptual.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_session/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_session/test_flows.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_session/test_meta.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_session/test_plugin.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_session/test_read.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_session/test_to_yaml.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_store/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_store/test_select_queries.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_store/tests_rules_store/test_import_export.yml +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_store/tests_rules_store.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_utils/__init__.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_utils/test_auxiliary.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_utils/test_cdf_classes.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_utils/test_reader.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_utils/test_tarjan.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_utils/test_text.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/tests_unit/test_utils/test_utils.py +0 -0
- {cognite_neat-0.123.23 → cognite_neat-0.123.25}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cognite-neat
|
|
3
|
-
Version: 0.123.
|
|
3
|
+
Version: 0.123.25
|
|
4
4
|
Summary: Knowledge graph transformation
|
|
5
5
|
Project-URL: Documentation, https://cognite-neat.readthedocs-hosted.com/
|
|
6
6
|
Project-URL: Homepage, https://cognite-neat.readthedocs-hosted.com/
|
|
@@ -250,6 +250,11 @@ def is_hierarchy_property(container: dm.ContainerId, property_: str) -> bool:
|
|
|
250
250
|
)
|
|
251
251
|
|
|
252
252
|
|
|
253
|
+
def cognite_prefixes() -> dict[str, Namespace]:
|
|
254
|
+
"""Returns the Cognite prefixes and namespaces."""
|
|
255
|
+
return {space: Namespace(CDF_NAMESPACE[space] + "/") for space in COGNITE_SPACES}
|
|
256
|
+
|
|
257
|
+
|
|
253
258
|
DMS_RESERVED_PROPERTIES = frozenset(
|
|
254
259
|
{
|
|
255
260
|
"createdTime",
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
from typing import cast
|
|
1
|
+
from typing import Any, Literal, cast
|
|
2
2
|
from urllib.parse import quote
|
|
3
3
|
|
|
4
|
-
from rdflib import BNode, Graph
|
|
4
|
+
from rdflib import BNode, Graph, Namespace, URIRef
|
|
5
|
+
from rdflib import Literal as RdfLiteral
|
|
5
6
|
from rdflib.plugins.sparql import prepareQuery
|
|
6
7
|
from rdflib.query import ResultRow
|
|
7
8
|
|
|
9
|
+
from cognite.neat.core._constants import cognite_prefixes
|
|
10
|
+
from cognite.neat.core._data_model.models.entities._constants import Unknown
|
|
11
|
+
from cognite.neat.core._data_model.models.entities._single_value import ConceptEntity
|
|
8
12
|
from cognite.neat.core._issues._base import IssueList
|
|
9
13
|
from cognite.neat.core._issues.errors._general import NeatValueError
|
|
10
14
|
from cognite.neat.core._issues.warnings._resources import (
|
|
11
15
|
ResourceRedefinedWarning,
|
|
12
16
|
ResourceRetrievalWarning,
|
|
13
17
|
)
|
|
14
|
-
from cognite.neat.core._utils.rdf_ import
|
|
18
|
+
from cognite.neat.core._utils.rdf_ import remove_namespace_from_uri, uri_to_entity_components
|
|
15
19
|
|
|
16
20
|
|
|
17
21
|
def parse_concepts(
|
|
@@ -33,27 +37,31 @@ def parse_concepts(
|
|
|
33
37
|
concepts: dict[str, dict] = {}
|
|
34
38
|
|
|
35
39
|
query = prepareQuery(query.format(language=language), initNs={k: v for k, v in graph.namespaces()})
|
|
40
|
+
prefixes = cognite_prefixes()
|
|
36
41
|
|
|
37
42
|
for raw in graph.query(query):
|
|
38
|
-
res: dict = convert_rdflib_content(
|
|
43
|
+
res: dict = convert_rdflib_content(
|
|
44
|
+
cast(ResultRow, raw).asdict(), uri_handling="as-concept-entity", prefixes=prefixes
|
|
45
|
+
)
|
|
39
46
|
res = {key: res.get(key, None) for key in parameters}
|
|
40
47
|
|
|
41
|
-
# Quote the concept id to ensure it is web-safe
|
|
42
|
-
res["concept"] = quote(res["concept"], safe="")
|
|
43
|
-
|
|
44
|
-
concept_id = res["concept"]
|
|
45
|
-
|
|
46
48
|
# Safeguarding against incomplete semantic definitions
|
|
47
49
|
if res["implements"] and isinstance(res["implements"], BNode):
|
|
48
50
|
issue_list.append(
|
|
49
51
|
ResourceRetrievalWarning(
|
|
50
|
-
|
|
52
|
+
res["concept"],
|
|
51
53
|
"implements",
|
|
52
54
|
error=("Unable to determine concept that is being implemented"),
|
|
53
55
|
)
|
|
54
56
|
)
|
|
55
57
|
continue
|
|
56
58
|
|
|
59
|
+
# sanitize the concept and implements
|
|
60
|
+
res["concept"] = sanitize_entity(res["concept"])
|
|
61
|
+
res["implements"] = sanitize_entity(res["implements"]) if res["implements"] else None
|
|
62
|
+
|
|
63
|
+
concept_id = res["concept"]
|
|
64
|
+
|
|
57
65
|
if concept_id not in concepts:
|
|
58
66
|
concepts[concept_id] = res
|
|
59
67
|
else:
|
|
@@ -72,7 +80,6 @@ def parse_concepts(
|
|
|
72
80
|
|
|
73
81
|
handle_meta("concept", concepts, concept_id, res, "name", issue_list)
|
|
74
82
|
handle_meta("concept", concepts, concept_id, res, "description", issue_list)
|
|
75
|
-
|
|
76
83
|
if not concepts:
|
|
77
84
|
issue_list.append(NeatValueError("Unable to parse concepts"))
|
|
78
85
|
|
|
@@ -98,9 +105,12 @@ def parse_properties(
|
|
|
98
105
|
properties: dict[str, dict] = {}
|
|
99
106
|
|
|
100
107
|
query = prepareQuery(query.format(language=language), initNs={k: v for k, v in graph.namespaces()})
|
|
108
|
+
prefixes = cognite_prefixes()
|
|
101
109
|
|
|
102
110
|
for raw in graph.query(query):
|
|
103
|
-
res: dict = convert_rdflib_content(
|
|
111
|
+
res: dict = convert_rdflib_content(
|
|
112
|
+
cast(ResultRow, raw).asdict(), uri_handling="as-concept-entity", prefixes=prefixes
|
|
113
|
+
)
|
|
104
114
|
res = {key: res.get(key, None) for key in parameters}
|
|
105
115
|
|
|
106
116
|
# Quote the concept id to ensure it is web-safe
|
|
@@ -129,9 +139,9 @@ def parse_properties(
|
|
|
129
139
|
)
|
|
130
140
|
continue
|
|
131
141
|
|
|
132
|
-
# Quote the concept and value_type
|
|
133
|
-
res["concept"] =
|
|
134
|
-
res["value_type"] =
|
|
142
|
+
# Quote the concept and value_type if they exist if not signal neat that they are not available
|
|
143
|
+
res["concept"] = sanitize_entity(res["concept"]) if res["concept"] else str(Unknown)
|
|
144
|
+
res["value_type"] = sanitize_entity(res["value_type"]) if res["value_type"] else str(Unknown)
|
|
135
145
|
|
|
136
146
|
id_ = f"{res['concept']}.{res['property_']}"
|
|
137
147
|
|
|
@@ -173,14 +183,73 @@ def handle_meta(
|
|
|
173
183
|
if not resources[resource_id][feature] and res[feature]:
|
|
174
184
|
resources[resource_id][feature] = res[feature]
|
|
175
185
|
|
|
176
|
-
|
|
177
|
-
|
|
186
|
+
current_value = resources[resource_id][feature]
|
|
187
|
+
new_value = res[feature]
|
|
188
|
+
|
|
189
|
+
if not current_value and new_value:
|
|
190
|
+
resources[resource_id][feature] = new_value
|
|
191
|
+
elif current_value and new_value and current_value != new_value:
|
|
178
192
|
issue_list.append(
|
|
179
193
|
ResourceRedefinedWarning(
|
|
180
194
|
identifier=resource_id,
|
|
181
195
|
resource_type=resource_type,
|
|
182
196
|
feature=feature,
|
|
183
|
-
current_value=
|
|
184
|
-
new_value=
|
|
197
|
+
current_value=current_value,
|
|
198
|
+
new_value=new_value,
|
|
185
199
|
)
|
|
186
200
|
)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
def convert_rdflib_content(
|
|
204
|
+
content: RdfLiteral | URIRef | dict | list,
|
|
205
|
+
uri_handling: Literal["skip", "remove-namespace", "as-concept-entity"] = "skip",
|
|
206
|
+
prefixes: dict[str, Namespace] | None = None,
|
|
207
|
+
) -> Any:
|
|
208
|
+
"""Converts rdflib content to a more Python-friendly format.
|
|
209
|
+
|
|
210
|
+
Args:
|
|
211
|
+
content: The content to convert, can be a RdfLiteral, URIRef, dict, or list.
|
|
212
|
+
uri_handling: How to handle URIs. Options are:
|
|
213
|
+
- "skip": Leave URIs as is.
|
|
214
|
+
- "remove-namespace": Remove the namespace from URIs.
|
|
215
|
+
- "short-form": Convert URIs to a short form using prefixes.
|
|
216
|
+
|
|
217
|
+
"""
|
|
218
|
+
if isinstance(content, RdfLiteral):
|
|
219
|
+
return content.toPython()
|
|
220
|
+
elif isinstance(content, URIRef):
|
|
221
|
+
if uri_handling == "remove-namespace":
|
|
222
|
+
return remove_namespace_from_uri(content)
|
|
223
|
+
elif uri_handling == "as-concept-entity":
|
|
224
|
+
if components := uri_to_entity_components(content, prefixes or {}):
|
|
225
|
+
return ConceptEntity(prefix=components[0], suffix=components[3], version=components[2])
|
|
226
|
+
# fallback to "remove-namespace"
|
|
227
|
+
else:
|
|
228
|
+
return convert_rdflib_content(content, uri_handling="remove-namespace", prefixes=prefixes)
|
|
229
|
+
else:
|
|
230
|
+
return content.toPython()
|
|
231
|
+
elif isinstance(content, dict):
|
|
232
|
+
return {key: convert_rdflib_content(value, uri_handling, prefixes) for key, value in content.items()}
|
|
233
|
+
elif isinstance(content, list):
|
|
234
|
+
return [convert_rdflib_content(item, uri_handling, prefixes) for item in content]
|
|
235
|
+
else:
|
|
236
|
+
return content
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
def sanitize_entity(entity: str | ConceptEntity, safe: str = "") -> str:
|
|
240
|
+
"""Sanitize an entity to ensure it yields entity form that will pass downstream validation.
|
|
241
|
+
|
|
242
|
+
Args:
|
|
243
|
+
entity: The entity to sanitize. Can be a string or a ConceptEntity.
|
|
244
|
+
safe: Characters that should not be quoted during sanitization.
|
|
245
|
+
|
|
246
|
+
Returns:
|
|
247
|
+
A web-safe string representation of the entity
|
|
248
|
+
"""
|
|
249
|
+
if isinstance(entity, str):
|
|
250
|
+
return quote(entity, safe=safe)
|
|
251
|
+
# if it already we dont need to quote it so we return its string representation
|
|
252
|
+
elif isinstance(entity, ConceptEntity):
|
|
253
|
+
return str(entity)
|
|
254
|
+
else:
|
|
255
|
+
raise ValueError(f"Invalid entity type: {type(entity)}. Expected str, ConceptEntity.")
|
|
@@ -147,19 +147,6 @@ def as_neat_compliant_uri(uri: URIRef) -> URIRef:
|
|
|
147
147
|
return URIRef(f"{namespace}{compliant_uri}")
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
def convert_rdflib_content(content: RdfLiteral | URIRef | dict | list, remove_namespace: bool = False) -> Any:
|
|
151
|
-
if isinstance(content, RdfLiteral):
|
|
152
|
-
return content.toPython()
|
|
153
|
-
elif isinstance(content, URIRef):
|
|
154
|
-
return remove_namespace_from_uri(content) if remove_namespace else content.toPython()
|
|
155
|
-
elif isinstance(content, dict):
|
|
156
|
-
return {key: convert_rdflib_content(value, remove_namespace) for key, value in content.items()}
|
|
157
|
-
elif isinstance(content, list):
|
|
158
|
-
return [convert_rdflib_content(item, remove_namespace) for item in content]
|
|
159
|
-
else:
|
|
160
|
-
return content
|
|
161
|
-
|
|
162
|
-
|
|
163
150
|
def uri_to_short_form(URI: URIRef, prefixes: dict[str, Namespace]) -> str | URIRef:
|
|
164
151
|
"""Returns the short form of a URI if its namespace is present in the prefixes dict,
|
|
165
152
|
otherwise returns the URI itself
|
|
@@ -179,6 +166,43 @@ def uri_to_short_form(URI: URIRef, prefixes: dict[str, Namespace]) -> str | URIR
|
|
|
179
166
|
return min(uris, key=len)
|
|
180
167
|
|
|
181
168
|
|
|
169
|
+
def uri_to_entity_components(uri: URIRef, prefixes: dict[str, Namespace]) -> tuple[str, str, str, str] | None:
|
|
170
|
+
"""Converts a URI to its components: space, data_model_id, version, and entity_id.
|
|
171
|
+
Args:
|
|
172
|
+
uri: URI to be converted
|
|
173
|
+
prefixes: dict of prefixes
|
|
174
|
+
|
|
175
|
+
Returns:
|
|
176
|
+
tuple of space, data_model_id, version, and entity_id if found,
|
|
177
|
+
otherwise None
|
|
178
|
+
|
|
179
|
+
!!! note "URI Format"
|
|
180
|
+
The URI is expected to be in the form of `.../<space>/<data_model_id>/<version>/<entity_id>` to
|
|
181
|
+
be able to extract the components correctly.
|
|
182
|
+
|
|
183
|
+
An example of a valid entity URI is:
|
|
184
|
+
|
|
185
|
+
`https://cognitedata.com/cdf_cdm/CogniteCore/v1/CogniteAsset` , where:
|
|
186
|
+
|
|
187
|
+
- space is `cdf_cdm`
|
|
188
|
+
- data_model_id is `CogniteCore`
|
|
189
|
+
- version is `v1`
|
|
190
|
+
- entity_id is `CogniteAsset`
|
|
191
|
+
|
|
192
|
+
to be able to parse the URI correctly, the prefixes dict must have
|
|
193
|
+
the corresponding prefix registered:
|
|
194
|
+
{'cdf_cdm': Namespace('https://cognitedata.com/cdf_cdm/CogniteCore/v1/')}
|
|
195
|
+
|
|
196
|
+
for this method to return the correct components.
|
|
197
|
+
"""
|
|
198
|
+
for prefix, namespace in prefixes.items():
|
|
199
|
+
if uri.startswith(namespace):
|
|
200
|
+
remainder = str(uri)[len(str(namespace)) :]
|
|
201
|
+
if (components := remainder.split("/")) and len(components) == 3 and all(components):
|
|
202
|
+
return prefix, components[0], components[1], components[2]
|
|
203
|
+
return None
|
|
204
|
+
|
|
205
|
+
|
|
182
206
|
def _traverse(hierarchy: dict, graph: dict, names: list[str]) -> dict:
|
|
183
207
|
"""traverse the graph and return the hierarchy"""
|
|
184
208
|
for name in names:
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
trigger warning when redefinition occurs (#1265)
|
|
2
|
+
|
|
3
|
+
# Description
|
|
4
|
+
|
|
5
|
+
We were triggering redefinition warning irrespect if the redefinition
|
|
6
|
+
took change or not.
|
|
7
|
+
|
|
8
|
+
## Bump
|
|
9
|
+
|
|
10
|
+
- [x] Patch
|
|
11
|
+
- [ ] Minor
|
|
12
|
+
- [ ] Skip
|
|
13
|
+
|
|
14
|
+
## Changelog
|
|
15
|
+
### Improved
|
|
16
|
+
|
|
17
|
+
- Redefinition warning only occurs when redefinition actually take place
|
|
18
|
+
|
|
19
|
+
---------
|
|
20
|
+
|
|
21
|
+
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.123.24
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
6
6
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
7
7
|
@base <http://example.com/industrial#> .
|
|
8
|
+
@prefix cdf_cdm: <https://cognitedata.com/cdf_cdm/CogniteCore/v1/> .
|
|
8
9
|
|
|
9
10
|
<http://example.com/industrial> rdf:type owl:Ontology .
|
|
10
11
|
|
|
@@ -85,5 +86,10 @@
|
|
|
85
86
|
<http://example.com/industrial/Sensor.Unit_01(Temp)~?@!$&'*+,;=%[]> rdf:type owl:Class ;
|
|
86
87
|
rdfs:label "Temperature Sensor Unit" .
|
|
87
88
|
|
|
89
|
+
### http://example.com/industrial/Sensor
|
|
90
|
+
<http://example.com/industrial/Sensor> rdf:type owl:Class ;
|
|
91
|
+
rdfs:subClassOf cdf_cdm:CogniteAsset ;
|
|
92
|
+
rdfs:label "Temperature Sensor Unit" .
|
|
93
|
+
|
|
88
94
|
|
|
89
95
|
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
|
|
@@ -61,6 +61,7 @@ def test_owl_enitity_quoting():
|
|
|
61
61
|
ConceptEntity(
|
|
62
62
|
prefix="neat_space", suffix="Sensor.Unit_01%28Temp%29~%3F%40%21%24%26%27%2A%2B%2C%3B%3D%25%5B%5D"
|
|
63
63
|
),
|
|
64
|
+
ConceptEntity(prefix="neat_space", suffix="Sensor"),
|
|
64
65
|
}
|
|
65
66
|
|
|
66
67
|
expected_properties = {
|
|
@@ -75,5 +76,10 @@ def test_owl_enitity_quoting():
|
|
|
75
76
|
"reports.Status-Flag%28OK%29%3A1~%3F%40%21%24%26%27%2A%2B%2C%3B%3D%25%5B%5D",
|
|
76
77
|
}
|
|
77
78
|
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
actual_concepts = {concept.concept: concept for concept in conceptual_data_model.concepts}
|
|
80
|
+
actual_properties = {prop.property_ for prop in conceptual_data_model.properties}
|
|
81
|
+
assert set(actual_concepts) == expected_concepts
|
|
82
|
+
assert actual_properties == expected_properties
|
|
83
|
+
assert actual_concepts[ConceptEntity(prefix="neat_space", suffix="Sensor")].implements == [
|
|
84
|
+
ConceptEntity(prefix="cdf_cdm", suffix="CogniteAsset", version="v1")
|
|
85
|
+
]
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
from rdflib import Namespace, URIRef
|
|
3
|
+
|
|
4
|
+
from cognite.neat.core._constants import DEFAULT_SPACE_URI
|
|
5
|
+
from cognite.neat.core._utils.rdf_ import uri_to_cdf_id, uri_to_entity_components
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class TestURIInstanceToDisplayName:
|
|
9
|
+
@pytest.mark.parametrize(
|
|
10
|
+
"uri, expected",
|
|
11
|
+
[
|
|
12
|
+
(URIRef("http://example.com/namespace#instance"), "instance"),
|
|
13
|
+
(URIRef("http://example.com/namespace#"), ""),
|
|
14
|
+
(Namespace(DEFAULT_SPACE_URI.format(space="my_space"))["myInstance"], "my_space:myInstance"),
|
|
15
|
+
(URIRef("http://example.com/namespace#instance"), "instance"),
|
|
16
|
+
(URIRef(" http://example.com/namespace#"), ""),
|
|
17
|
+
(URIRef("http://example.com/namespace"), "namespace"),
|
|
18
|
+
(URIRef("http://example.com/namespace#instance/subinstance"), "instance/subinstance"),
|
|
19
|
+
(URIRef("http://example.com/namespace#instance?query=param"), "instance?query=param"),
|
|
20
|
+
(URIRef("http://example.com/namespace#instance#fragment"), "instance#fragment"),
|
|
21
|
+
(URIRef("http://example.com/namespace#instance%20with%20spaces"), "instance with spaces"),
|
|
22
|
+
(
|
|
23
|
+
URIRef("http://example.com/namespace#instance_with_special_chars!@#$%^&*()"),
|
|
24
|
+
"instance_with_special_chars!@#$%^&*()",
|
|
25
|
+
),
|
|
26
|
+
(URIRef("http://example.com/namespace#instance_with_unicode_✓"), "instance_with_unicode_✓"),
|
|
27
|
+
],
|
|
28
|
+
)
|
|
29
|
+
def test_uri_to_cdf_id(self, uri: URIRef, expected: str) -> None:
|
|
30
|
+
assert uri_to_cdf_id(uri) == expected
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class TestURIToEntityComponents:
|
|
34
|
+
@pytest.mark.parametrize(
|
|
35
|
+
"uri, prefixes, expected",
|
|
36
|
+
[
|
|
37
|
+
# Valid URI with matching format
|
|
38
|
+
(
|
|
39
|
+
URIRef("https://cognitedata.com/cdf_cdm/CogniteCore/v1/CogniteAsset"),
|
|
40
|
+
{"cdf_cdm": Namespace("https://cognitedata.com/cdf_cdm/")},
|
|
41
|
+
("cdf_cdm", "CogniteCore", "v1", "CogniteAsset"),
|
|
42
|
+
),
|
|
43
|
+
# No matching prefix
|
|
44
|
+
(
|
|
45
|
+
URIRef("https://example.com/space/model/v1/entity"),
|
|
46
|
+
{"cdf_cdm": Namespace("https://cognitedata.com/cdf_cdm/")},
|
|
47
|
+
None,
|
|
48
|
+
),
|
|
49
|
+
# Incomplete components (fewer than 3)
|
|
50
|
+
(
|
|
51
|
+
URIRef("https://cognitedata.com/cdf_cdm/CogniteCore/v1"),
|
|
52
|
+
{"cdf_cdm": Namespace("https://cognitedata.com/cdf_cdm/")},
|
|
53
|
+
None,
|
|
54
|
+
),
|
|
55
|
+
# Empty components
|
|
56
|
+
(
|
|
57
|
+
URIRef("https://cognitedata.com/cdf_cdm//v1/"),
|
|
58
|
+
{"cdf_cdm": Namespace("https://cognitedata.com/cdf_cdm/")},
|
|
59
|
+
None,
|
|
60
|
+
),
|
|
61
|
+
# Multiple prefixes - should return first match
|
|
62
|
+
(
|
|
63
|
+
URIRef("https://cognitedata.com/space/model/v1/entity"),
|
|
64
|
+
{
|
|
65
|
+
"prefix1": Namespace("https://cognitedata.com/"),
|
|
66
|
+
"prefix2": Namespace("https://cognitedata.com/space/"),
|
|
67
|
+
},
|
|
68
|
+
("prefix2", "model", "v1", "entity"),
|
|
69
|
+
),
|
|
70
|
+
# Empty prefixes dictionary
|
|
71
|
+
(
|
|
72
|
+
URIRef("https://cognitedata.com/cdf_cdm/CogniteCore/v1/CogniteAsset"),
|
|
73
|
+
{},
|
|
74
|
+
None,
|
|
75
|
+
),
|
|
76
|
+
# Exact namespace match
|
|
77
|
+
(
|
|
78
|
+
URIRef("https://cognitedata.com/cdf_cdm/"),
|
|
79
|
+
{"cdf_cdm": Namespace("https://cognitedata.com/cdf_cdm/")},
|
|
80
|
+
None,
|
|
81
|
+
),
|
|
82
|
+
# Too many components (more than 3)
|
|
83
|
+
(
|
|
84
|
+
URIRef("https://cognitedata.com/cdf_cdm/CogniteCore/v1/CogniteAsset/extra"),
|
|
85
|
+
{"cdf_cdm": Namespace("https://cognitedata.com/cdf_cdm/")},
|
|
86
|
+
None,
|
|
87
|
+
),
|
|
88
|
+
],
|
|
89
|
+
)
|
|
90
|
+
def test_uri_to_entity_components(self, uri: URIRef, prefixes: dict, expected: tuple | None) -> None:
|
|
91
|
+
result = uri_to_entity_components(uri, prefixes)
|
|
92
|
+
assert result == expected
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
Adding write endpoints for neat.data_model (#1262)
|
|
2
|
-
|
|
3
|
-
# Description
|
|
4
|
-
|
|
5
|
-
This PR adds (copy) endpoint for writing data model from NeatSession to
|
|
6
|
-
targeted format (ontology, shacl) or CDF.
|
|
7
|
-
|
|
8
|
-
Risk reviewing: This PR does not bring any new functionalities. Methods
|
|
9
|
-
already exist but are accessible via functional approach in interaction
|
|
10
|
-
with NeatSession. They are copied to be "object oriented" accessible.
|
|
11
|
-
There are already existing tests, so no tests are added.
|
|
12
|
-
|
|
13
|
-
This is stacked PR on top of #1261
|
|
14
|
-
|
|
15
|
-
## Bump
|
|
16
|
-
|
|
17
|
-
- [x] Patch
|
|
18
|
-
- [ ] Minor
|
|
19
|
-
- [ ] Skip
|
|
20
|
-
|
|
21
|
-
## Changelog
|
|
22
|
-
### Added
|
|
23
|
-
|
|
24
|
-
- Data model write endpoints accessible via `neat.data_model.write[yaml,
|
|
25
|
-
ontology, shacl, cdf, excel]`
|
|
26
|
-
|
|
27
|
-
---------
|
|
28
|
-
|
|
29
|
-
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.123.22
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import pytest
|
|
2
|
-
from rdflib import Namespace, URIRef
|
|
3
|
-
|
|
4
|
-
from cognite.neat.core._constants import DEFAULT_SPACE_URI
|
|
5
|
-
from cognite.neat.core._utils.rdf_ import uri_to_cdf_id
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
class TestURIInstanceToDisplayName:
|
|
9
|
-
@pytest.mark.parametrize(
|
|
10
|
-
"uri, expected",
|
|
11
|
-
[
|
|
12
|
-
(URIRef("http://example.com/namespace#instance"), "instance"),
|
|
13
|
-
(URIRef("http://example.com/namespace#"), ""),
|
|
14
|
-
(Namespace(DEFAULT_SPACE_URI.format(space="my_space"))["myInstance"], "my_space:myInstance"),
|
|
15
|
-
(URIRef("http://example.com/namespace#instance"), "instance"),
|
|
16
|
-
(URIRef(" http://example.com/namespace#"), ""),
|
|
17
|
-
(URIRef("http://example.com/namespace"), "namespace"),
|
|
18
|
-
(URIRef("http://example.com/namespace#instance/subinstance"), "instance/subinstance"),
|
|
19
|
-
(URIRef("http://example.com/namespace#instance?query=param"), "instance?query=param"),
|
|
20
|
-
(URIRef("http://example.com/namespace#instance#fragment"), "instance#fragment"),
|
|
21
|
-
(URIRef("http://example.com/namespace#instance%20with%20spaces"), "instance with spaces"),
|
|
22
|
-
(
|
|
23
|
-
URIRef("http://example.com/namespace#instance_with_special_chars!@#$%^&*()"),
|
|
24
|
-
"instance_with_special_chars!@#$%^&*()",
|
|
25
|
-
),
|
|
26
|
-
(URIRef("http://example.com/namespace#instance_with_unicode_✓"), "instance_with_unicode_✓"),
|
|
27
|
-
],
|
|
28
|
-
)
|
|
29
|
-
def test_uri_to_cdf_id(self, uri: URIRef, expected: str) -> None:
|
|
30
|
-
assert uri_to_cdf_id(uri) == expected
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api/neat_instances.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/_api/statistics.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/schema.py
RENAMED
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_client/data_classes/statistics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/analysis/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/analysis/_base.py
RENAMED
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/catalog/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.123.23 → cognite_neat-0.123.25}/cognite/neat/core/_data_model/exporters/_base.py
RENAMED
|
File without changes
|
|
File without changes
|