Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0870126
Changes made in NeXusOntology.py to extend Application classes to app…
Tanmay2028 Mar 28, 2025
c3e12ec
Generate OWL files using definitions submodule commit hash
Tanmay2028 May 14, 2025
114829a
Update NeXusOntology submodule pointer
Tanmay2028 May 21, 2025
53af542
Restore .owl files and definitions submodule without reverting script…
Tanmay2028 May 23, 2025
7887015
Revert script directory changes from commit 114829a
Tanmay2028 May 23, 2025
49b3e8c
add NeXusOntology_full.owl
Tanmay2028 May 23, 2025
99b7516
Harmonize generate_ontology.py for dual usage: import as module or ru…
Tanmay2028 May 25, 2025
580fa47
Update definitions submodule and modify generate_ontology.py
Tanmay2028 May 25, 2025
373a135
Add nw commit hash in generate_ontology.sh
Tanmay2028 May 25, 2025
ed34b65
New .owl files
Tanmay2028 May 25, 2025
f055b72
Setting is_a for given concept directly
Tanmay2028 May 28, 2025
8325f21
Refactor restricition comparision and remove NX_ANY from disjointness
Tanmay2028 Jun 2, 2025
3c3ce74
fix for disjointness of Unit Categories,; also for open enums
sanbrock Jun 23, 2025
c6759f2
fix merge
sanbrock Jun 23, 2025
c3545b5
Minor formatting changes
Tanmay2028 Jun 23, 2025
3891af6
try-except import of nxdl_utils
Tanmay2028 Jun 24, 2025
b18d8f0
Sobmoduled NeXusOntology in esrf-ontologies
Tanmay2028 Jul 29, 2025
68411d6
Update definitions submodule and ontology
Tanmay2028 Jul 30, 2025
2721e9b
Update .owl files to latest commit
Tanmay2028 Jul 31, 2025
a36cd7c
Exclude NX_UNITLESS and NX_DIMENSIONLESS from disjointness
Tanmay2028 Aug 11, 2025
f258a03
Update submodule and OWL files to latest definitions
Tanmay2028 Sep 2, 2025
7316a98
added ontology classes foreach enum items; simplified IRI by removing…
sanbrock Sep 10, 2025
4032dab
proper IRI for individuals in test dataset
sanbrock Sep 11, 2025
b3b9bbd
Import ESRFET from oscars-deliverable-2
Tanmay2028 Nov 3, 2025
641c6a2
Added untracked files
Tanmay2028 Nov 3, 2025
303fa4e
Storing reasoned ontology
Tanmay2028 Nov 11, 2025
49bc067
Never use commit hash in owl file name
Tanmay2028 Nov 12, 2025
85ba801
Optional commit hash in owl file
Tanmay2028 Nov 12, 2025
cdb1e40
Optional commit hash in owl file 2
Tanmay2028 Nov 12, 2025
2823268
definitions according to r2025_11
sanbrock Dec 9, 2025
6cf0537
Update definitions and NeXusOntology.py
Tanmay2028 Dec 10, 2025
1b3d474
merged NeXusOntology.py
Tanmay2028 Dec 11, 2025
9e109ac
Update generate_ontology.py
Tanmay2028 Dec 11, 2025
de110c2
Merge remote-tracking branch 'origin/r2025_11' into oscars-project
Tanmay2028 Dec 16, 2025
5f7af6f
Add option of importing ontologies
Tanmay2028 Dec 16, 2025
0c5b271
track owl files
Tanmay2028 Dec 18, 2025
71282ca
Revert "track owl files"
Tanmay2028 Dec 19, 2025
1ecdb85
Suggest w3id IRI
Tanmay2028 Jan 20, 2026
8ba02d4
Revert "Suggest w3id IRI"
Tanmay2028 Jan 20, 2026
8de5550
allow optionally different output dir
Jan 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 200 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
# https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# https://github.com/github/gitignore/blob/main/Python.gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
!tests/data/nexus/Ref_nexus_test.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/


# Custom settings

.ontology/
ontology/NeXusOntology_*.owl
ontology/NeXusOntology_full_*.owl
!ontology/NeXusOntology_full.owl
2 changes: 1 addition & 1 deletion definitions
Submodule definitions updated 455 files
2 changes: 2 additions & 0 deletions generate_ontology.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# This script generates the NeXus ontology in OWL format.
python -m script.generate_ontology
python -m script.generate_ontology full
python -m script.generate_ontology full testdata
Loading