cognite-neat 0.70.2__tar.gz → 0.71.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/PKG-INFO +1 -1
- cognite_neat-0.71.0/cognite/neat/_version.py +1 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/core.py +12 -1
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_owl2rules/_owl2classes.py +8 -9
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_owl2rules/_owl2properties.py +4 -4
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_owl2rules/_owl2rules.py +53 -3
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/value_types.py +1 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/pyproject.toml +1 -1
- cognite_neat-0.70.2/cognite/neat/_version.py +0 -1
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/LICENSE +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/README.md +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/asgi/metrics.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/configuration.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/context_manager/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/context_manager/manager.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/data_classes/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/data_classes/configuration.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/data_classes/rest.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/explorer.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/configuration.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/crud.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/data_exploration.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/metrics.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/workflows.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/utils/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/utils/data_mapping.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/utils/logging.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/utils/query_templates.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/main.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/monitoring/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/monitoring/metrics.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/index.html +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/.gitignore +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/README.md +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/asset-manifest.json +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/favicon.ico +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/index.html +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/logo192.png +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/manifest.json +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/robots.txt +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css.map +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/static/js/main.ed960141.js +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/static/js/main.ed960141.js.LICENSE.txt +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/static/js/main.ed960141.js.map +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/config.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/constants.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/exceptions.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/examples/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/exceptions.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractor/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractor/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractor/_dexpi.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractor/_graph_capturing_sheet.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractor/_mock_graph_generator.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractors/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractors/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/_asset_loader.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/_exceptions.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/core/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/core/labels.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/core/models.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/core/rdf_to_assets.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/core/rdf_to_relationships.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/rdf_to_dms.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/validator.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/models.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/stores/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/stores/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/stores/_graphdb_store.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/stores/_memory_store.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/stores/_oxigraph_store.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/stores/_oxrdflib.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/stores/_rdf_to_graph.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/transformation/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/transformation/entity_matcher.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/transformation/query_generator/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/transformation/query_generator/sparql.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/transformation/transformer.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/_analysis/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/_analysis/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/_analysis/_information_rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/_shared.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/analysis.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/Rules-Nordic44-to-TNT.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/Rules-Nordic44-to-graphql.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/power-grid-containers.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/power-grid-example.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/power-grid-model.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/rules-template.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/sheet2cdf-transformation-rules.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/skos-rules.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/source-to-solution-mapping-rules.xlsx +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/wind-energy.owl +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exceptions.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_core/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_core/rules2labels.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2dms.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2excel.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2graphql.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2ontology.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2pydantic_models.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2triples.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_validation.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/_models.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/_rules2yaml.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporters/_validation.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_dict2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_dms2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_graph2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_json2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_xsd2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_yaml2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dtdl2rules/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dtdl2rules/dtdl_converter.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dtdl2rules/dtdl_importer.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dtdl2rules/spec.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/dms.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/fileread.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/formatters.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/importing.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/spreadsheet.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/issues/spreadsheet_file.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/_types/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/_types/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/_types/_field.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/_types/_value.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/dms_architect_rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/dms_schema.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/domain_rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/_rules/information_rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/raw_rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/rdfpath.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/rules.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/models/tables.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/auxiliary.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/cdf.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/cdf_loaders/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/cdf_loaders/_base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/cdf_loaders/_data_modeling.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/cdf_loaders/_ingestion.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/cdf_loaders/data_classes.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/exceptions.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/spreadsheet.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/text.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/utils.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/utils/xml.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/_exceptions.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/base.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/cdf_store.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Export DMS/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Export Rules to Ontology/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Extract DEXPI Graph and Export Rules/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Extract RDF Graph and Generate Assets/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Import DMS/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Ontology to Data Model/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Validate Rules/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Validate Solution Model/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Visualize Data Model Using Mock Graph/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/examples/Visualize Semantic Data Model/workflow.yaml +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/manager.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/migration/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/migration/steps.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/migration/wf_manifests.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/model.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/data_contracts.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/graph_extractor.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/graph_loader.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/graph_store.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/io_steps.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/rules_exporter.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/rules_importer.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/rules_validator.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/__init__.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/graph_contextualization.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/graph_extractor.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/graph_loader.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/graph_store.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/graph_transformer.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/rules_exporter.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/lib/v1/rules_importer.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps/step_model.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/steps_registry.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/tasks.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/triggers.py +0 -0
- {cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/workflows/utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.71.0"
|
|
@@ -6,7 +6,8 @@ from typing import cast
|
|
|
6
6
|
|
|
7
7
|
from fastapi import APIRouter, UploadFile
|
|
8
8
|
|
|
9
|
-
from cognite.neat.rules import importers
|
|
9
|
+
from cognite.neat.rules import exporters, importers
|
|
10
|
+
from cognite.neat.rules.models._rules import DMSRules
|
|
10
11
|
from cognite.neat.rules.models._rules.base import RoleTypes
|
|
11
12
|
|
|
12
13
|
router = APIRouter()
|
|
@@ -49,3 +50,13 @@ async def convert_data_model_to_rules(file: UploadFile):
|
|
|
49
50
|
temp_filepath.unlink()
|
|
50
51
|
|
|
51
52
|
return {"filename": file.filename, "content": rules.model_dump(by_alias=True) if rules else None, "issues": issues}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
@router.post("/api/core/rules2dms")
|
|
56
|
+
async def convert_rules_to_dms(rules: DMSRules):
|
|
57
|
+
dms_schema = exporters.DMSExporter().export(rules)
|
|
58
|
+
|
|
59
|
+
return {
|
|
60
|
+
"views": dms_schema.views.dump() if dms_schema.views else None,
|
|
61
|
+
"containers": dms_schema.containers.dump() if dms_schema.containers else None,
|
|
62
|
+
}
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_owl2rules/_owl2classes.py
RENAMED
|
@@ -25,7 +25,7 @@ def parse_owl_classes(graph: Graph, make_compliant: bool = False, language: str
|
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
query = """
|
|
28
|
-
SELECT ?class ?name ?description ?parentClass ?
|
|
28
|
+
SELECT ?class ?name ?description ?parentClass ?reference ?match ?comment
|
|
29
29
|
WHERE {
|
|
30
30
|
?class a owl:Class .
|
|
31
31
|
OPTIONAL {?class rdfs:subClassOf ?parentClass }.
|
|
@@ -62,7 +62,7 @@ def parse_owl_classes(graph: Graph, make_compliant: bool = False, language: str
|
|
|
62
62
|
def _parse_raw_dataframe(query_results: list[tuple]) -> pd.DataFrame:
|
|
63
63
|
df = pd.DataFrame(
|
|
64
64
|
query_results,
|
|
65
|
-
columns=["Class", "Name", "Description", "Parent Class", "
|
|
65
|
+
columns=["Class", "Name", "Description", "Parent Class", "Reference", "Match", "Comment"],
|
|
66
66
|
)
|
|
67
67
|
if df.empty:
|
|
68
68
|
return df
|
|
@@ -70,9 +70,8 @@ def _parse_raw_dataframe(query_results: list[tuple]) -> pd.DataFrame:
|
|
|
70
70
|
# # remove NaNs
|
|
71
71
|
df.replace(np.nan, "", regex=True, inplace=True)
|
|
72
72
|
|
|
73
|
-
df.
|
|
73
|
+
df.Reference = df.Class
|
|
74
74
|
df.Class = df.Class.apply(lambda x: remove_namespace(x))
|
|
75
|
-
df["Source Entity Name"] = df.Class
|
|
76
75
|
df["Match Type"] = len(df) * [MatchType.exact]
|
|
77
76
|
df["Comment"] = len(df) * [None]
|
|
78
77
|
df["Parent Class"] = df["Parent Class"].apply(lambda x: remove_namespace(x))
|
|
@@ -87,7 +86,7 @@ def _clean_up_classes(df: pd.DataFrame) -> pd.DataFrame:
|
|
|
87
86
|
"Name": group_df["Name"].unique()[0],
|
|
88
87
|
"Description": "\n".join(list(group_df.Description.unique())),
|
|
89
88
|
"Parent Class": ", ".join(list(group_df["Parent Class"].unique())),
|
|
90
|
-
"
|
|
89
|
+
"Reference": group_df["Reference"].unique()[0],
|
|
91
90
|
"Match Type": group_df["Match Type"].unique()[0],
|
|
92
91
|
"Comment": group_df["Comment"].unique()[0],
|
|
93
92
|
}
|
|
@@ -154,7 +153,7 @@ def _object_property_class() -> dict:
|
|
|
154
153
|
"Name": None,
|
|
155
154
|
"Description": "The class of object properties.",
|
|
156
155
|
"Parent Class": None,
|
|
157
|
-
"
|
|
156
|
+
"Reference": OWL.ObjectProperty,
|
|
158
157
|
"Match Type": MatchType.exact,
|
|
159
158
|
"Comment": "Added by NEAT based on owl:ObjectProperty but adapted to NEAT and use in CDF.",
|
|
160
159
|
}
|
|
@@ -166,7 +165,7 @@ def _data_type_property_class() -> dict:
|
|
|
166
165
|
"Name": None,
|
|
167
166
|
"Description": "The class of data properties.",
|
|
168
167
|
"Parent Class": None,
|
|
169
|
-
"
|
|
168
|
+
"Reference": OWL.DatatypeProperty,
|
|
170
169
|
"Match Type": MatchType.exact,
|
|
171
170
|
"Comment": "Added by NEAT based on owl:DatatypeProperty but adapted to NEAT and use in CDF.",
|
|
172
171
|
}
|
|
@@ -178,7 +177,7 @@ def _thing_class() -> dict:
|
|
|
178
177
|
"Name": None,
|
|
179
178
|
"Description": "The class of holding class individuals.",
|
|
180
179
|
"Parent Class": None,
|
|
181
|
-
"
|
|
180
|
+
"Reference": OWL.Thing,
|
|
182
181
|
"Match Type": MatchType.exact,
|
|
183
182
|
"Comment": (
|
|
184
183
|
"Added by NEAT. "
|
|
@@ -206,7 +205,7 @@ def _add_parent_class(df: pd.DataFrame) -> list[dict]:
|
|
|
206
205
|
"Name": None,
|
|
207
206
|
"Description": None,
|
|
208
207
|
"Parent Class": None,
|
|
209
|
-
"
|
|
208
|
+
"Reference": None,
|
|
210
209
|
"Match Type": None,
|
|
211
210
|
"Comment": (
|
|
212
211
|
"Added by NEAT. "
|
|
@@ -24,7 +24,7 @@ def parse_owl_properties(graph: Graph, make_compliant: bool = False, language: s
|
|
|
24
24
|
|
|
25
25
|
query = """
|
|
26
26
|
|
|
27
|
-
SELECT ?class ?property ?name ?description ?type ?minCount ?maxCount ?
|
|
27
|
+
SELECT ?class ?property ?name ?description ?type ?minCount ?maxCount ?reference
|
|
28
28
|
?match ?propertyType
|
|
29
29
|
WHERE {
|
|
30
30
|
?property a ?propertyType.
|
|
@@ -71,7 +71,7 @@ def _parse_raw_dataframe(query_results: list[tuple]) -> pd.DataFrame:
|
|
|
71
71
|
"Value Type",
|
|
72
72
|
"Min Count",
|
|
73
73
|
"Max Count",
|
|
74
|
-
"
|
|
74
|
+
"Reference",
|
|
75
75
|
"Match Type",
|
|
76
76
|
"_property_type",
|
|
77
77
|
],
|
|
@@ -81,7 +81,7 @@ def _parse_raw_dataframe(query_results: list[tuple]) -> pd.DataFrame:
|
|
|
81
81
|
|
|
82
82
|
df.replace(np.nan, "", regex=True, inplace=True)
|
|
83
83
|
|
|
84
|
-
df.
|
|
84
|
+
df.Reference = df.Property
|
|
85
85
|
df.Class = df.Class.apply(lambda x: remove_namespace(x))
|
|
86
86
|
df.Property = df.Property.apply(lambda x: remove_namespace(x))
|
|
87
87
|
df["Value Type"] = df["Value Type"].apply(lambda x: remove_namespace(x))
|
|
@@ -109,7 +109,7 @@ def _clean_up_properties(df: pd.DataFrame) -> pd.DataFrame:
|
|
|
109
109
|
"Value Type": property_grouped_df["Value Type"].unique()[0],
|
|
110
110
|
"Min Count": property_grouped_df["Min Count"].unique()[0],
|
|
111
111
|
"Max Count": property_grouped_df["Max Count"].unique()[0],
|
|
112
|
-
"
|
|
112
|
+
"Reference": property_grouped_df["Reference"].unique()[0],
|
|
113
113
|
"Match Type": property_grouped_df["Match Type"].unique()[0],
|
|
114
114
|
"Comment": property_grouped_df["Comment"].unique()[0],
|
|
115
115
|
"_property_type": property_grouped_df["_property_type"].unique()[0],
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_owl2rules/_owl2rules.py
RENAMED
|
@@ -88,6 +88,7 @@ class OWLImporter(BaseImporter):
|
|
|
88
88
|
def make_components_compliant(components: dict) -> dict:
|
|
89
89
|
components = _add_missing_classes(components)
|
|
90
90
|
components = _add_missing_value_types(components)
|
|
91
|
+
components = _add_default_property_to_dangling_classes(components)
|
|
91
92
|
|
|
92
93
|
return components
|
|
93
94
|
|
|
@@ -129,11 +130,24 @@ def _add_missing_value_types(components: dict) -> dict:
|
|
|
129
130
|
"""
|
|
130
131
|
|
|
131
132
|
xsd_types = set(XSD_VALUE_TYPE_MAPPINGS.keys())
|
|
132
|
-
|
|
133
|
+
candidate_value_types = {definition["Value Type"] for definition in components["Properties"]} - {
|
|
134
|
+
definition["Class"] for definition in components["Classes"]
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
# to avoid issue of case sensitivity for xsd types
|
|
138
|
+
value_types_lower = {v.lower() for v in candidate_value_types}
|
|
139
|
+
xsd_types_lower = {x.lower() for x in xsd_types}
|
|
140
|
+
|
|
141
|
+
# Create a mapping from lowercase strings to original strings
|
|
142
|
+
value_types_mapping = {v.lower(): v for v in candidate_value_types}
|
|
133
143
|
|
|
134
|
-
|
|
144
|
+
# Find the difference
|
|
145
|
+
difference = value_types_lower - xsd_types_lower
|
|
135
146
|
|
|
136
|
-
|
|
147
|
+
# Convert the difference back to the original case
|
|
148
|
+
difference_original_case = {value_types_mapping[d] for d in difference}
|
|
149
|
+
|
|
150
|
+
for class_ in difference_original_case:
|
|
137
151
|
components["Classes"].append(
|
|
138
152
|
{
|
|
139
153
|
"Class": class_,
|
|
@@ -146,3 +160,39 @@ def _add_missing_value_types(components: dict) -> dict:
|
|
|
146
160
|
)
|
|
147
161
|
|
|
148
162
|
return components
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
def _add_default_property_to_dangling_classes(components: dict[str, list[dict]]) -> dict:
|
|
166
|
+
"""Add missing classes to Classes.
|
|
167
|
+
|
|
168
|
+
Args:
|
|
169
|
+
tables: imported tables from owl ontology
|
|
170
|
+
|
|
171
|
+
Returns:
|
|
172
|
+
Updated tables with missing classes added to containers
|
|
173
|
+
"""
|
|
174
|
+
|
|
175
|
+
dangling_classes = {
|
|
176
|
+
definition["Class"] for definition in components["Classes"] if not definition.get("Parent Class", None)
|
|
177
|
+
} - {definition["Class"] for definition in components["Properties"]}
|
|
178
|
+
|
|
179
|
+
comment = (
|
|
180
|
+
"Added by NEAT. "
|
|
181
|
+
"This is property has been added to this class since otherwise it will create "
|
|
182
|
+
"dangling classes in the ontology."
|
|
183
|
+
)
|
|
184
|
+
|
|
185
|
+
for class_ in dangling_classes:
|
|
186
|
+
components["Properties"].append(
|
|
187
|
+
{
|
|
188
|
+
"Class": class_,
|
|
189
|
+
"Property": "label",
|
|
190
|
+
"Value Type": "string",
|
|
191
|
+
"Comment": comment,
|
|
192
|
+
"Min Count": 0,
|
|
193
|
+
"Max Count": 1,
|
|
194
|
+
"Reference": "http://www.w3.org/2000/01/rdf-schema#label",
|
|
195
|
+
}
|
|
196
|
+
)
|
|
197
|
+
|
|
198
|
+
return components
|
|
@@ -83,6 +83,7 @@ _DATA_TYPES: list[dict] = [
|
|
|
83
83
|
{"name": "anyURI", "python": str, "GraphQL": "String", "dms": Text},
|
|
84
84
|
{"name": "normalizedString", "python": str, "GraphQL": "String", "dms": Text},
|
|
85
85
|
{"name": "token", "python": str, "GraphQL": "String", "dms": Text},
|
|
86
|
+
{"name": "PlainLiteral", "python": str, "GraphQL": "String", "dms": Text},
|
|
86
87
|
# Graphql does not have a datetime/date type this is CDF specific
|
|
87
88
|
{"name": "dateTime", "python": datetime, "GraphQL": "Timestamp", "dms": Timestamp},
|
|
88
89
|
{"name": "dateTimeStamp", "python": datetime, "GraphQL": "Timestamp", "dms": Timestamp},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.70.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/context_manager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/data_classes/configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/api/routers/data_exploration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/asset-manifest.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/app/ui/neat-app/build/manifest.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractor/_graph_capturing_sheet.py
RENAMED
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractor/_mock_graph_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/extractors/_mock_graph_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/loader/core/rdf_to_relationships.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/transformation/entity_matcher.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/graph/transformation/transformer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/_analysis/_information_rules.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/Rules-Nordic44-to-TNT.xlsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/power-grid-containers.yaml
RENAMED
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/power-grid-example.xlsx
RENAMED
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/examples/power-grid-model.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_core/rules2labels.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/exporter/_rules2pydantic_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/_owl2classes.py
RENAMED
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/_owl2metadata.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_owl2rules/_owl2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importer/_spreadsheet2rules.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dtdl2rules/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.70.2 → cognite_neat-0.71.0}/cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py
RENAMED
|
File without changes
|