cognite-neat 0.75.1__tar.gz → 0.75.3__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.75.1 → cognite_neat-0.75.3}/PKG-INFO +1 -1
- cognite_neat-0.75.3/cognite/neat/_version.py +1 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_dms2rules.py +3 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/dms.py +1 -1
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_dms_architect_rules.py +14 -5
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_dms_schema.py +11 -3
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/pyproject.toml +1 -1
- cognite_neat-0.75.1/cognite/neat/_version.py +0 -1
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/LICENSE +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/README.md +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/asgi/metrics.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/configuration.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/context_manager/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/context_manager/manager.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/data_classes/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/data_classes/configuration.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/data_classes/rest.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/explorer.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/routers/configuration.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/routers/core.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/routers/crud.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/routers/data_exploration.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/routers/metrics.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/routers/rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/routers/workflows.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/utils/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/utils/data_mapping.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/utils/logging.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/utils/query_templates.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/main.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/monitoring/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/monitoring/metrics.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/index.html +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/.gitignore +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/README.md +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/asset-manifest.json +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/favicon.ico +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/img/architect-icon.svg +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/img/developer-icon.svg +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/img/sme-icon.svg +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/index.html +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/logo192.png +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/manifest.json +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/robots.txt +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css.map +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/static/js/main.25d27396.js +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/static/js/main.25d27396.js.LICENSE.txt +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/static/js/main.25d27396.js.map +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/config.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/constants.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/examples/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/extractors/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/extractors/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/models.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/stores/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/stores/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/stores/_graphdb_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/stores/_memory_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/stores/_oxigraph_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/stores/_oxrdflib.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/graph/stores/_rdf_to_graph.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/examples/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/extractors/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/extractors/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/extractors/_dexpi.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/extractors/_graph_capturing_sheet.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/_asset_loader.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/_exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/labels.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/models.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/rdf_to_assets.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/rdf_to_relationships.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/rdf_to_dms.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/validator.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/models.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_graphdb_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_memory_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_oxigraph_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_oxrdflib.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_rdf_to_graph.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/transformations/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/transformations/entity_matcher.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/transformations/query_generator/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/transformations/query_generator/sparql.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/transformations/transformer.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/analysis.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/Rules-Nordic44-to-TNT.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/Rules-Nordic44-to-graphql.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/power-grid-containers.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/power-grid-example.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/power-grid-model.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/rules-template.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/sheet2cdf-transformation-rules.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/skos-rules.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/source-to-solution-mapping-rules.xlsx +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/wind-energy.owl +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_core/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_core/rules2labels.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2graphql.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2pydantic_models.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2triples.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_validation.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_dict2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_graph2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_json2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_xsd2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/models/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/models/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/models/raw_rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/models/rdfpath.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/models/rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/models/tables.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/models/value_types.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/_shared.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/analysis/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/analysis/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/analysis/_information_rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/examples/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/examples/wind-energy.owl +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/_models.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/_rules2yaml.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/exporters/_validation.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_dtdl2rules/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_dtdl2rules/dtdl_converter.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_dtdl2rules/dtdl_importer.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_dtdl2rules/spec.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/fileread.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/formatters.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/importing.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/spreadsheet.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/issues/spreadsheet_file.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/_entity.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rdfpath.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_domain_rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_information_rules.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_types/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_types/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_types/_field.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_types/_value.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/auxiliary.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/cdf.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/cdf_loaders/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/cdf_loaders/_base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/cdf_loaders/_data_modeling.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/cdf_loaders/_ingestion.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/cdf_loaders/data_classes.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/spreadsheet.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/text.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/utils.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/utils/xml.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/_exceptions.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/base.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/cdf_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Export_DMS/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Export_Rules_to_Ontology/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Extract_DEXPI_Graph_and_Export_Rules/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Extract_RDF_Graph_and_Generate_Assets/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Import_DMS/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Ontology_to_Data_Model/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Validate_Rules/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Validate_Solution_Model/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Visualize_Data_Model_Using_Mock_Graph/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/examples/Visualize_Semantic_Data_Model/workflow.yaml +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/manager.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/migration/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/migration/steps.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/migration/wf_manifests.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/model.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/data_contracts.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/graph_extractor.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/graph_loader.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/graph_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/io_steps.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/rules_exporter.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/rules_importer.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/rules_validator.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/__init__.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/graph_contextualization.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/graph_extractor.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/graph_loader.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/graph_store.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/graph_transformer.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/rules_exporter.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/lib/v1/rules_importer.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps/step_model.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/steps_registry.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/tasks.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/triggers.py +0 -0
- {cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/workflows/utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.75.3"
|
|
@@ -152,6 +152,7 @@ class DMSImporter(BaseImporter):
|
|
|
152
152
|
class_=class_entity,
|
|
153
153
|
property_=prop_id,
|
|
154
154
|
description=prop.description,
|
|
155
|
+
name=prop.name,
|
|
155
156
|
value_type=cast(ViewPropEntity | DMSValueType, direct_value_type),
|
|
156
157
|
relation="direct",
|
|
157
158
|
nullable=container_prop.nullable,
|
|
@@ -169,6 +170,7 @@ class DMSImporter(BaseImporter):
|
|
|
169
170
|
class_=ClassEntity(prefix=view.space, suffix=view.external_id, version=view.version),
|
|
170
171
|
property_=prop_id,
|
|
171
172
|
description=prop.description,
|
|
173
|
+
name=prop.name,
|
|
172
174
|
value_type=cast(ViewPropEntity | DMSValueType, container_prop.type._type),
|
|
173
175
|
nullable=container_prop.nullable,
|
|
174
176
|
is_list=container_prop.type.is_list,
|
|
@@ -187,6 +189,7 @@ class DMSImporter(BaseImporter):
|
|
|
187
189
|
property_=prop_id,
|
|
188
190
|
relation="multiedge",
|
|
189
191
|
description=prop.description,
|
|
192
|
+
name=prop.name,
|
|
190
193
|
value_type=view_entity,
|
|
191
194
|
view=ViewEntity.from_id(view.as_id()),
|
|
192
195
|
view_property=prop_id,
|
|
@@ -206,7 +206,7 @@ class DirectRelationMissingSourceWarning(DMSSchemaWarning):
|
|
|
206
206
|
|
|
207
207
|
@dataclass(frozen=True)
|
|
208
208
|
class ContainerPropertyUsedMultipleTimesError(DMSSchemaError):
|
|
209
|
-
description = "The container property is used multiple times by the same view"
|
|
209
|
+
description = "The container property is used multiple times by the same view property"
|
|
210
210
|
fix = "Use unique container properties for when mapping to the same container"
|
|
211
211
|
error_name: ClassVar[str] = "ContainerPropertyUsedMultipleTimes"
|
|
212
212
|
container: dm.ContainerId
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/models/rules/_dms_architect_rules.py
RENAMED
|
@@ -266,6 +266,7 @@ class DMSView(SheetEntity):
|
|
|
266
266
|
class_=ClassEntity(prefix=view.space, suffix=view.external_id),
|
|
267
267
|
view=ViewType(prefix=view.space, suffix=view.external_id, version=view.version),
|
|
268
268
|
description=view.description,
|
|
269
|
+
name=view.name,
|
|
269
270
|
implements=[
|
|
270
271
|
ViewType(prefix=parent.space, suffix=parent.external_id, version=parent.version)
|
|
271
272
|
for parent in view.implements
|
|
@@ -802,6 +803,8 @@ class _DMSExporter:
|
|
|
802
803
|
),
|
|
803
804
|
source=source,
|
|
804
805
|
direction="outwards",
|
|
806
|
+
name=prop.name,
|
|
807
|
+
description=prop.description,
|
|
805
808
|
)
|
|
806
809
|
elif prop.container and prop.container_property and prop.view_property:
|
|
807
810
|
container_prop_identifier = prop.container_property
|
|
@@ -816,6 +819,8 @@ class _DMSExporter:
|
|
|
816
819
|
view_property = dm.MappedPropertyApply(
|
|
817
820
|
container=prop.container.as_id(default_space),
|
|
818
821
|
container_property_identifier=container_prop_identifier,
|
|
822
|
+
name=prop.name,
|
|
823
|
+
description=prop.description,
|
|
819
824
|
**extra_args,
|
|
820
825
|
)
|
|
821
826
|
elif prop.view and prop.view_property and prop.relation == "multiedge":
|
|
@@ -842,6 +847,8 @@ class _DMSExporter:
|
|
|
842
847
|
type=edge_type,
|
|
843
848
|
source=source,
|
|
844
849
|
direction="outwards",
|
|
850
|
+
name=prop.name,
|
|
851
|
+
description=prop.description,
|
|
845
852
|
)
|
|
846
853
|
elif prop.view and prop.view_property and prop.relation == "reversedirect":
|
|
847
854
|
if isinstance(prop.value_type, ViewPropEntity):
|
|
@@ -880,6 +887,8 @@ class _DMSExporter:
|
|
|
880
887
|
type=edge_type,
|
|
881
888
|
source=source,
|
|
882
889
|
direction="inwards",
|
|
890
|
+
name=prop.name,
|
|
891
|
+
description=prop.description,
|
|
883
892
|
)
|
|
884
893
|
else:
|
|
885
894
|
args: dict[str, Any] = dict(
|
|
@@ -905,8 +914,8 @@ class _DMSExporter:
|
|
|
905
914
|
continue
|
|
906
915
|
else:
|
|
907
916
|
continue
|
|
908
|
-
|
|
909
|
-
view.properties[
|
|
917
|
+
prop_id = prop.view_property
|
|
918
|
+
view.properties[prop_id] = view_property
|
|
910
919
|
|
|
911
920
|
node_types = dm.NodeApplyList([])
|
|
912
921
|
parent_views = {parent for view in views for parent in view.implements or []}
|
|
@@ -971,10 +980,10 @@ class _DMSExporter:
|
|
|
971
980
|
else:
|
|
972
981
|
type_cls = dm.DirectRelation
|
|
973
982
|
|
|
974
|
-
|
|
983
|
+
prop_id = prop.container_property
|
|
975
984
|
|
|
976
985
|
if type_cls is dm.DirectRelation:
|
|
977
|
-
container.properties[
|
|
986
|
+
container.properties[prop_id] = dm.ContainerProperty(
|
|
978
987
|
type=dm.DirectRelation(),
|
|
979
988
|
nullable=prop.nullable if prop.nullable is not None else True,
|
|
980
989
|
default_value=prop.default,
|
|
@@ -984,7 +993,7 @@ class _DMSExporter:
|
|
|
984
993
|
else:
|
|
985
994
|
type_: CognitePropertyType
|
|
986
995
|
type_ = type_cls(is_list=prop.is_list or False)
|
|
987
|
-
container.properties[
|
|
996
|
+
container.properties[prop_id] = dm.ContainerProperty(
|
|
988
997
|
type=type_,
|
|
989
998
|
nullable=prop.nullable if prop.nullable is not None else True,
|
|
990
999
|
default_value=prop.default,
|
|
@@ -332,12 +332,20 @@ class DMSSchema:
|
|
|
332
332
|
):
|
|
333
333
|
errors.add(MissingEdgeViewError(view=prop.edge_source, property=prop_name, referred_by=view_id))
|
|
334
334
|
|
|
335
|
+
# This allows for multiple view properties to be mapped to the same container property,
|
|
336
|
+
# as long as they have different external_id, otherwise this will lead to raising
|
|
337
|
+
# error ContainerPropertyUsedMultipleTimesError
|
|
335
338
|
property_count = Counter(
|
|
336
|
-
(prop.container, prop.container_property_identifier)
|
|
337
|
-
for prop in (view.properties or {}).
|
|
339
|
+
(prop.container, prop.container_property_identifier, view_property_identifier)
|
|
340
|
+
for view_property_identifier, prop in (view.properties or {}).items()
|
|
338
341
|
if isinstance(prop, dm.MappedPropertyApply)
|
|
339
342
|
)
|
|
340
|
-
|
|
343
|
+
|
|
344
|
+
for (
|
|
345
|
+
container_id,
|
|
346
|
+
container_property_identifier,
|
|
347
|
+
_,
|
|
348
|
+
), count in property_count.items():
|
|
341
349
|
if count > 1:
|
|
342
350
|
view_properties = [
|
|
343
351
|
prop_name
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.75.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/context_manager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/app/api/data_classes/configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/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.75.1 → cognite_neat-0.75.3}/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.75.1 → cognite_neat-0.75.3}/cognite/neat/app/ui/neat-app/build/img/sme-icon.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/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.75.1 → cognite_neat-0.75.3}/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
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/extractors/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/_asset_loader.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/_exceptions.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/labels.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/models.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/loaders/core/rdf_to_assets.py
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.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_graphdb_store.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_memory_store.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_oxigraph_store.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/stores/_rdf_to_graph.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/transformations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/graph/transformations/transformer.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
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/power-grid-model.yaml
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/rules-template.xlsx
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/skos-rules.xlsx
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/examples/wind-energy.owl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2dms.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2excel.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2graphql.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2ontology.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_rules2triples.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/exporters/_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_dict2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_dms2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_graph2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_json2rules.py
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.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_xsd2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/legacy/rules/importers/_yaml2rules.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
|
{cognite_neat-0.75.1 → cognite_neat-0.75.3}/cognite/neat/rules/analysis/_information_rules.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
|