.cruft.json
.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
REUSE.toml
cspell.json
mkdocs.yml
pyproject.toml
.cspell/custom-dictionary.txt
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/actions.yml
.github/workflows/cff_validation.yml
.github/workflows/mkdocs-deploy.yml
.github/workflows/publish.yml
.github/workflows/reuse.yml
.github/workflows/spellcheck.yaml
.vscode/settings.json
LICENSES/Apache-2.0.txt
docs/index.md
docs/assets/.gitignore
docs/assets/favicon.png
docs/assets/nomad-plugin-logo.png
docs/explanation/explanation.md
docs/how_to/contribute_to_the_documentation.md
docs/how_to/contribute_to_this_plugin.md
docs/how_to/install_this_plugin.md
docs/how_to/use_this_plugin.md
docs/reference/references.md
docs/stylesheets/extra.css
docs/theme/partials/header.html
docs/tutorial/tutorial.md
scripts/generate_custom_dict.sh
src/nomad_semantic_web_service/__init__.py
src/nomad_semantic_web_service.egg-info/PKG-INFO
src/nomad_semantic_web_service.egg-info/SOURCES.txt
src/nomad_semantic_web_service.egg-info/dependency_links.txt
src/nomad_semantic_web_service.egg-info/entry_points.txt
src/nomad_semantic_web_service.egg-info/requires.txt
src/nomad_semantic_web_service.egg-info/top_level.txt
src/nomad_semantic_web_service/apis/__init__.py
src/nomad_semantic_web_service/apis/api.py
src/nomad_semantic_web_service/catalogue/__init__.py
src/nomad_semantic_web_service/catalogue/demo_data.py
src/nomad_semantic_web_service/catalogue/facilities.py
src/nomad_semantic_web_service/catalogue/icat.py
src/nomad_semantic_web_service/catalogue/ontology.py
src/nomad_semantic_web_service/catalogue/search.py
src/nomad_semantic_web_service/ontologies/ESRFET.owl
src/nomad_semantic_web_service/schema_packages/__init__.py
src/nomad_semantic_web_service/schema_packages/auto_convert.py
src/nomad_semantic_web_service/schema_packages/downloaded_dataset.py
src/nomad_semantic_web_service/schema_packages/schema.py
tests/conftest.py
tests/apis/test_api.py
tests/catalogue/test_facilities.py
tests/catalogue/test_facilities_live.py
tests/catalogue/test_icat.py
tests/catalogue/test_icat_live.py
tests/catalogue/test_search.py
tests/data/.gitkeep
tests/data/esrf_bm23_dac6_10.1.h5
tests/data/test.archive.yaml
tests/data/test_default_dates.archive.yaml
tests/data/test_panet.archive.yaml
tests/schema_packages/test_auto_convert.py
tests/schema_packages/test_downloaded_dataset.py
tests/schema_packages/test_schema_package.py